jdevera/ogma

Jooq 3.10 shows warnings about configuration when generating code

Opened this issue · 0 comments

Generated configuration needs to be updated

WARNING: WARNING: Matchers take precedence over custom strategy. Strategy ignored: org.jooq.util.DefaultGeneratorStrategy

WARNING: DEPRECATION              : The <customTypes/> configuration element has been deprecated in jOOQ 3.10. Use <forcedTypes/> only, instead.

The customTypes feature will be removed in 3.10, as per jOOQ/jOOQ#5750