Skip to content

5.1.0

Compare
Choose a tag to compare
@jklingsporn jklingsporn released this 02 Mar 14:07
· 152 commits to master since this release

Noteworthy additions / changes

  • Introduction of PgConverter for the reactive modules. This gives users finally the opportunity to use custom POJOs instead of JsonObjects. The generators are also properly used in the fromJson and toJson-methods.
  • New BuildOptions when creating a code generator using VertxGeneratorBuilder. Currently one flag can be set which determines whether to use singletons (default) for converters or instantiate them every time. When set to SINGLETON-mode, this will create a class with references to all Converters and Bindings that are used.
  • Upgrade to jOOQ 3.13.1
  • BREAKING findManyBy-methods now take Collection as argument
  • Stream over QueryResult

Resolved issues

https://github.com/jklingsporn/vertx-jooq/milestone/18?closed=1