Skip to content

Releases: revolut-engineering/jooq-plugin

Gradle upgraded to 8.6

12 Apr 08:02
Compare
Choose a tag to compare

This release does not include anything exciting but rather small maintenance fixes and improvements:

Docker stability improvements

30 Jan 13:44
Compare
Choose a tag to compare
  • upgraded default Postgres image version to 14.5-alpine
  • upgraded docker-java dependency #24
  • additional wait strategy for port binding in docker
    Some container runtimes like Colima or Rancher bind ports later in the process even after DB in container might have already started. This release adds additional wait strategy for the published port to be bound in the host system

Upgrade jOOQ version to 3.14.15

30 Jan 13:36
Compare
Choose a tag to compare
  • upgraded jOOQ to 3.14.15

Upgrade jOOQ version to 3.14.8

30 Jan 13:34
Compare
Choose a tag to compare
  • upgraded jOOQ to 3.14.8
  • minor dependency updates

Fix flyway schema table exclusion for custom flyway table name

30 Jan 13:33
Compare
Choose a tag to compare
  • use configured Flyway table name for excludeFlywayTable option

Fixes for volume cleanup and 100% CPU issues

26 Oct 09:09
Compare
Choose a tag to compare

Bugfixes

16 Jun 15:31
Compare
Choose a tag to compare
  • #9 fixed bug when source sets were not configured for simple projects when plugin was applied before Java plugin
  • #8 remove dependency on testcontainers, to eliminate incompatibilities with docker-java dependency
  • #6 customizeGenerator now provides default org.jooq.meta.jaxb.Generate for easier configuration
  • minor dependency updates.

Fix for generated classes not being updated + JDK13 friendly

09 Apr 18:01
Compare
Choose a tag to compare

This release brings some bug fixes and improvements:

  • fixed the bug which was causing the generated classes not being replaced. It usually happened when you modified the forced type and regenerating classes would have no effect until you cleaned the build.
  • upgraded some dependencies under the hood and now plugin can run under JDK13
  • handled warning produced by Flyway because the default schema not being provided

Use jOOQ 3.13.1 by default

23 Mar 10:09
Compare
Choose a tag to compare

This release now uses jOOQ 3.13.1 by default for code generation

jOOQ 3.12.x support

18 Dec 10:10
Compare
Choose a tag to compare

This release brings the jOOQ 3.12.x support