Lucas Rogerio Caetano Ferreira
Lucas Rogerio Caetano Ferreira
When using the okhttp transport along side opentelemetry java otlp exporter, we have a version clash. OTEL is using a more recent one and if we do a native build...
Updates OkHttp3 to 4.9.3. When using the okhttp transport along side opentelemetry java otlp exporter, we have a version clash. OTEL is using a more recent one and if we...
Fixes https://github.com/quarkiverse/quarkus-jooq/issues/73 Bumps jOOQ to 3.15.12 (didn't bump to 3.16 because it will require Jakarta to properly work) Adds GraalVM substitutions to remove references to postgresql lib if the lib...
GraalVM 22.1 introduced `--link-at-build-time` and Quarkus 2.9.2.Final enforces its use unless you use the dreprecated `NativeImageAllowIncompleteClasspathBuildItem` to disable that feature. jOOQ has incomplete class path (optional dependencies) that causes the...
Adds jOOQ records automatic reflection registration, so records/pojos generated with jOOQ codgen are automatically registered for reflection Fixes https://github.com/quarkiverse/quarkus-jooq/issues/6
### Describe the bug After AWS Blue Green MySQL 5.7 to 8 Upgrade driver is not able to connect anymore. Using the latest 1.1.4 version we were using AWS Aurora...
This is mostly https://github.com/johnrengelman/shadow/pull/780 remade =] We need the ability to exclude sources from being relocated as we have gradle subprojects being included in shaded jar that is being caught...
Handles https://github.com/supercargo/guice-persist-jooq/issues/14 Only tries to disable autocommit if needed. Also handles edge cases, we internally hit a bug in where in the `catch` block we were calling `conn.setAutoCommit(true);` and there...