gradle-jooq-plugin

Gradle plugin that integrates jOOQ.

APACHE-2.0 License

Stars
503

Bot releases are hidden (Show)

gradle-jooq-plugin - Bug fixes

Published by etiennestuder about 4 years ago

Supports dependency substitution to use different versions of the jOOQ dependencies than those pulled in by the jOOQ plugin.

gradle-jooq-plugin - Configuration DSL changes and Gradle Kotlin DSL support

Published by etiennestuder about 4 years ago

Comes with a changed configuration DSL. Supports Gradle Kotlin DSL. Adds task inputs normalization hook for the jOOQ configuration. Supports Gradle Configuration Cache. Requires Gradle 6.1 as the minimum compatible version. Upgrades to jOOQ 3.13.4.

gradle-jooq-plugin - Support for new jOOQ editions

Published by etiennestuder over 4 years ago

Adds new jOOQ editions for Java 8 and Java 6. Upgrades to jOOQ 3.13.1.

gradle-jooq-plugin - Option to remove wiring from compile task to code generation task

Published by etiennestuder almost 5 years ago

Provides a global flag to turn off auto-generation of the jOOQ schema source when compiling the containing source set.

gradle-jooq-plugin - Gradle 5.0 minimum compatibility

Published by etiennestuder almost 5 years ago

Requires Gradle 5.0 as the minimum compatible version. Upgrades to jOOQ 3.12.3.

gradle-jooq-plugin - Out-of-the-box compatibility with JDK 9+

Published by etiennestuder over 5 years ago

Explicitly adds JAXB dependencies to run on JDK 9 and higher out-of-the-box. Upgrades to jOOQ 3.11.9.

gradle-jooq-plugin - Bug fixes

Published by etiennestuder about 6 years ago

gradle-jooq-plugin - jOOQ build cache effectiveness improvement

Published by etiennestuder over 6 years ago

Improves Gradle build cache effectiveness of the jOOQ task by relativizing the output directory to the project directory and by using a uniqueness-ensuring hashing approach for the final jOOQ configuration.

gradle-jooq-plugin - jOOQ 3.11.x upgrade

Published by etiennestuder over 6 years ago

Restores compatibility with jOOQ 3.11.x which broke API backward compatibility with 3.10.x.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 6 years ago

Upgrades to jOOQ 3.10.4.

gradle-jooq-plugin - Removal of wiring between clean task and deleting generated jOOQ sources

Published by etiennestuder over 6 years ago

Removes wiring between clean task and deleting generated jOOQ sources.

gradle-jooq-plugin - jOOQ default version

Published by etiennestuder about 7 years ago

Uses jOOQ 3.10.1 as the default dependency version that is applied.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder about 7 years ago

Upgrades to jOOQ 3.10.1.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder about 7 years ago

Upgrades to jOOQ 3.9.5.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 7 years ago

Upgrades to jOOQ 3.9.2 and does not mark the jOOQ task as cacheable anymore.

gradle-jooq-plugin - Task cacheability

Published by etiennestuder over 7 years ago

Makes the jOOQ task cacheable by the Gradle build cache.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 7 years ago

Upgrades to jOOQ 3.9.1 and adds better configuration error messages.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder almost 8 years ago

Upgrades to jOOQ 3.9.0.

gradle-jooq-plugin - Bug fixes

Published by etiennestuder almost 8 years ago