You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use your extension in a project that requires jooq 3.19. I see you already made some commits to support that version. When will you release it?
I cannot recommend the extension quarkus-jooq because it has been outdated quite a long time now. If you look at the code you will see that it doesn't do much.
A simple alternative is to remove quarkus-jooq from your project. You can replace it with two small additions:
Add the dependency org.jooq:jooq:<latest_version> and the following class to your project:
Hi,
I'd like to use your extension in a project that requires jooq 3.19. I see you already made some commits to support that version. When will you release it?
We require 3.19 because of the gradle jooq plugin (https://www.jooq.org/doc/latest/manual/code-generation/codegen-gradle/).
The text was updated successfully, but these errors were encountered: