-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jooq 3.18 support #225
Comments
When I tried upgrading it did not fail for me on this, but it does fail on json elements. Unfortunately the trace is a bit cryptic I could not figure out what the cause was.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 deprecatedThere is a DefaultConverterProvider as a replacement.
is the 3.18 support planned?
The text was updated successfully, but these errors were encountered: