-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module: Jooq #9235
Comments
Started to work on it Need to find relevant example to initialize module Let me know if you use the plugin that way |
@fabienpuissant : exemple repo looks fine! |
Not convinced about what to do as an axample for the initialization Only the configuration without any example is enough ? Or maybe should I keep a CRUD repository example without the infrastructure primary to avoid RestController ? |
Jooq module(s) should not contain any sample code, only all the setup. |
Regarding modules organisation, here's a proposal:
WDYT? |
I was thinking about that since hibernate config was loaded by default But I don't get last two points, I would include testcontainers codegen by default in jooq-xxxxx module no ? As I understood, jooq need a codegen anyway. So you want to separate the default codegen and the testcontainer codegen in two modules ? |
If you include testcontainers codegen by default in jooq-xxxxx, it means you already have chosen between liquibase and flyway?
Indeed, I would separate things. So you can use BTW we will have to find a gradle equivalent of the testcontainers codegen maven plugin (in a first step we can declare a dependency to maven to explicitly disable gradle) |
An idea to provide example is to add a small documentation, in a markdown file. It would be enough |
Yeah my idea was to reduce complexity by including testcontainers codegen directly into jooq-postgresql module for example. But lets separate different codegens if you think it's needed and I wasn't aware that the testcontainers one is not supporting all db |
@murdos @fabienpuissant : can it be closed? |
There still a lot to do to fully supports jooq Gradle compatibility Liquibase integration Flyway integration Using jooq under test container plugin (for maven ans gradle) |
@pascalgrimaud : no, there's still some work to do:
|
In this case, maybe we should split into smaller tickets, and link to this one, which will be the main? |
Jooq is a nice alternative to JPA.
It would be great if jhlite supports it.
If integration of jooq-generator (as build plugin) is possible with liquibase/flyway, that would be awesome (using testcontainers-jooq-codegen-maven-plugin?)
The text was updated successfully, but these errors were encountered: