Skip to content

Releases: monosoul/jooq-gradle-plugin

5.0.5

26 Aug 07:32
Compare
Choose a tag to compare

5.0.5 (2023-08-26)

Bug Fixes

  • Update Gradle dependencies (6aac8f2)

5.0.4

19 Aug 07:42
Compare
Choose a tag to compare

5.0.4 (2023-08-19)

Bug Fixes

  • Update dependency gradle to v8.3 (ac89b05)

5.0.3

12 Aug 05:34
Compare
Choose a tag to compare

5.0.3 (2023-08-12)

Bug Fixes

  • Update dependency org.jooq:jooq-codegen to v3.18.6 (9f41782)

5.0.2

29 Jul 09:31
Compare
Choose a tag to compare

5.0.2 (2023-07-29)

Bug Fixes

  • Update dependency org.flywaydb:flyway-core to v9.21.1 (50528ec)

5.0.1

27 Jul 18:44
Compare
Choose a tag to compare

5.0.1 (2023-07-27)

Bug Fixes

5.0.0

27 Jul 13:41
a0cde4a
Compare
Choose a tag to compare

5.0.0 (2023-07-27)

Features

  • add support for Java-based migrations (#132) (a0cde4a)

BREAKING CHANGES

  • inputDirectory got replaced with migrationLocations

Instead of inputDirectory.setFrom(project.files("src/main/resources/db/migration")) use migrationLocations.setFromFilesystem(project.files("src/main/resources/db/migration"))

4.0.2

26 Jul 21:47
Compare
Choose a tag to compare

4.0.2 (2023-07-26)

Bug Fixes

  • prevent an NPE when there are no migrations (b8e0c43)

4.0.1

22 Jul 06:54
Compare
Choose a tag to compare

4.0.1 (2023-07-22)

Bug Fixes

  • Update dependency org.flywaydb:flyway-core to v9.21.0 (ef67756)

4.0.0

16 Jul 17:07
899eb84
Compare
Choose a tag to compare

4.0.0 (2023-07-16)

Bug Fixes

  • wrap generatorConfig and pluginSettings into a private value holder (#129) (899eb84)

BREAKING CHANGES

  • generatorConfig and pluginSettings task properties are now can not be directly modified

If you used to modify those directly, please, use usingJavaConfig/usingXmlConfig and withContainer/withoutContainer respectively.

3.0.24

15 Jul 08:13
Compare
Choose a tag to compare

3.0.24 (2023-07-15)

Bug Fixes

  • Update Gradle dependencies (6d7ae3f)