-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Use testcontainers maven plugin for the generation of jooq code #1190
base: master
Are you sure you want to change the base?
Use testcontainers maven plugin for the generation of jooq code #1190
Conversation
Yes, I wanted some feedbacks before going deeper. |
when the build pipeline and infra-related stuff are updated, we can refactor tests to include testcontainers. nice initiative! |
Java 11 builds are failing because the plugin is build against Java 17. Java 17 builds are failing because the database was no more ready (as not used at build time). |
98b125e
to
3a8faaa
Compare
@goekay Everything fixed! 🎉 |
58acf95
to
49b744c
Compare
Ping @goekay WDYT? |
pls give me some time. nowadays i am constantly short on time. |
With update to Java 17 - Docker file also can be adjusted |
@slachiewicz step by step 😉 |
Ping @goekay |
49b744c
to
470429e
Compare
470429e
to
3a9837e
Compare
Ping @goekay |
It should make compilation easier for newcomers.
Close #1140