Skip to content

Releases: etiennestuder/gradle-jooq-plugin

jOOQ upgrade

03 Feb 19:16
6d40abf
Compare
Choose a tag to compare

Upgrades to jOOQ 3.16.3. Makes jOOQ 3.16.x the minimum required version when using this plugin. Upgrades used 3rd-party dependencies.

jOOQ upgrade

22 Aug 18:32
7405dbe
Compare
Choose a tag to compare

Avoids deprecation warnings at Gradle runtime. Upgrades to jOOQ 3.15.1.

jOOQ upgrade

07 Jul 12:30
59a7594
Compare
Choose a tag to compare

Upgrades to jOOQ 3.15. Makes Java 11 the minimum required version when using this plugin.

jOOQ upgrade

22 Jun 17:46
3e210b4
Compare
Choose a tag to compare

Upgrades to jOOQ 3.14.11.

jOOQ upgrade

12 Feb 16:04
f3b96f0
Compare
Choose a tag to compare

Upgrades to jOOQ 3.14.7.

Abortion of task execution if output cleaning is disabled

20 Oct 03:20
4c560ac
Compare
Choose a tag to compare

Fails the build if cleaning of the output directory is set to false in the jOOQ configuration. Upgrades to jOOQ 3.13.5.

Exposure of code-gen dependency with compile scope

22 Sep 08:42
b8a2bad
Compare
Choose a tag to compare

Exposes the org.jooq:jooq-codegen library as compile dependency instead of runtime dependency of the jOOQ plugin.

Explicit opt-in to participate in incremental builds

17 Sep 12:17
9159ca1
Compare
Choose a tag to compare

Requires explicit opt-in to participate in Gradle's incremental build feature.

Upgrade notes: if your jOOQ task has all inputs declared such that it can participate in incremental builds and build caching, you now have to explicitly set the allInputsDeclared task property to true. See the documentation.

Explicit deletion of content in output directory

16 Sep 16:12
dc80026
Compare
Choose a tag to compare

Explicitly cleans output directory before generating jOOQ sources.

Implicit exclusion of empty JDBC configuration

28 Aug 15:09
9f29983
Compare
Choose a tag to compare

Implicitly excludes empty JDBC configuration from being written to the jOOQ configuration XML file.