testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
56 stars 9 forks source link

migrate to java 11 #22

Open Donutellko opened 1 year ago

Donutellko commented 1 year ago

Hi! I'm very thankful for the plugin. But unfortunately, I'm not able to use it with Java 11. However, as I see, it's pretty easy to downgrade it to java 11. Could you explain, what is the reasoning to use Java 17 in this plugin?

Donutellko commented 1 year ago

Created issue #23, so that your response to my question would be visible to anyone with the same question.

eddumelendez commented 1 year ago

Hi @Donutellko, thanks for your contribution! Can you please fix the conflicts? Also, I think it would be great to make sure it work with different jooq versions. WDYT?