New release including jOOQ 3.16.6
Closed this issue · 3 comments
jippeholwerda commented
Would it be possible to make a new release containing 3.16.6? Currently, we cannot upgrade jOOQ because of jOOQ/jOOQ#13247. I noticed the version already has been bumped but not yet released.
Thanks!
etiennestuder commented
No new release is needed. You can configure the version you want to use. See
jippeholwerda commented
Cool! I already specified the jOOQ version, but didn't know about specifying the code generation version. Thanks!
etiennestuder commented
Great. Yes, specifying the jOOQ version in the DSL defines what version will be used when running the code generator. And the version you specify in the buildscript classpath determines what APIs you can actually configure via DSL.