Evgeniy Devyatykh
Evgeniy Devyatykh
Hi @brianm ! Maybe this will be interesting for you - in my [fork](https://github.com/john9x/config-magic) I replaced cglib with ByteBuddy to get rid of problems with Java 16+. If you want...
+1 Due to this behavior we need to use cron instead of UDA.
+1 I need weird crutches to achieve this now ``` class MysqlReadOnlyInterceptor implements ExceptionInterceptor { @Override public Exception interceptException(Exception ex) { if (ex instanceof SQLException sqlEx) { if (sqlEx.getErrorCode() ==...
>version 24.6.1 and an AWS RDS PostgreSQL 15.8 same issue