-
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
java.lang.IllegalArgumentException: value null at org.simpleflatmapper.ow2asm.SymbolTable.addConstant(SymbolTable.java:515) #753
Comments
No issues here, Spring boot 2.4.x, jdbcTemplate etc.. Not sure what your problem is though, but might not be related to JDK. My jdk version (using debian):
|
@ltkn
If I set
I use Zulu 15 too but this error also happens with other jvm (java 15) |
No idea unfortunately, but it could help to see your entity class, the query and any nested object ;) Also not sure if useAsm is failing with jdk15 because its an old ASM library version https://github.com/arnaudroger/SimpleFlatMapper/tree/master/ow2.asm and if upgrading it is just a matter of changing the version of if it'd come with breaking changes. I don't think it's related but I'm using ResulsetExtractor instead of RowMapper
|
I'm using SFM v8.2.3 with Spring JDBC and Java 15 (hasn't tested with other JDK), for the first query I get this error message (even though everything works fine include the first query)
Am I missing something?
The text was updated successfully, but these errors were encountered: