Currently, the use of Jooq 3.18 fails on runtime: `java.lang.NoSuchMethodError: 'org.jooq.Converter org.jooq.Field.getConverter()'` The use of `org.jooq.impl.Convert` is deprecated There is a DefaultConverterProvider as a replacement. is the 3.18 support planned?
Currently, the use of Jooq 3.18 fails on runtime:
java.lang.NoSuchMethodError: 'org.jooq.Converter org.jooq.Field.getConverter()'The use of
org.jooq.impl.Convertis deprecatedThere is a DefaultConverterProvider as a replacement.
is the 3.18 support planned?