quarkiverse / quarkus-jooq

Quarkus Jooq Extension
Apache License 2.0
67 stars 17 forks source link

Fix jOOQ compilation with GraalVM #76

Open luneo7 opened 2 years ago

luneo7 commented 2 years ago

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 is not found in the classpath

luneo7 commented 2 years ago

/cc @angrymango

luneo7 commented 1 year ago

@gsmet this lib seems to be abandoned, would you be able to do a review of this PR and maybe do a release to fix GraalVM >= 21.2 compilation?