-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fails with java16 #761
Comments
I don't use kotlin/jooq but with azul jdk16 and sfm-springjdbc/sfm-csv it's still working fine for me (debian+postgresql). I'm a bit nervous things will break with next jdk17 so I started this draft branch where ASM and few other dependencies are updated, feel free to give it a try : |
@ltkn thanks - I tried building it with
|
can you try again with (a non headless jdk is required apt install zulu16-jdk) I've also updated jooq but not using it, not sure if it helps or actually makes it worse ;) |
|
I have a project which works fine with kotlin/jooq/sfm with java15, but when upgrading to java16 it fails in InjectConstructorBiInstantiator as it attempts to set null values, although the source has all values. Unfortunately I have not yet been able to pinpoint the exact problem in order to provide a better issue description.
Have you tested this on java16?
could it perhaps be tied to asm - as it has close ties to the JVM/bytecode? I noticed there seems to be some fork of asm in use.
The text was updated successfully, but these errors were encountered: