-
Notifications
You must be signed in to change notification settings - Fork 175
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
Compatibility with JPMS #228
Comments
This problem just cost me around 20 hours while trying to debug a JavaFX/GraalVM application. Hopefully someone reads this and doesn't have to waste the same amount of time :/ |
@SR-Lut3t1um What version of Jackson are you using? I believe this was fixed in #393, released with Jackson 2.12.0. I'm able to build & run jackson-module-kotlin's tests using Azul Zulu 16. Oddly, Maven actually tells me that the
Despite the fact that we use |
@dinomite I'm using the 2.12.4 version. Also made a simple reproducer |
I'm unable to make the reproduction run. I've never used GraalVM, but here it is failing in the same way under Azul Zulu & GraalVM. This is on a Linux host. Running under Azul Zulu 11.0.12:
under GraalVM CE 21.2.0:
|
Did you try to run the example in a Environment without a Window Manager? |
@SR-Lut3t1um Oh yes, and there error does seem to imply that's a problem. I can give this a try in a VM, or if you can make a reproduction that doesn't require graphics I'll get to it much more quickly. |
Hey,
it seems that this module uses internal functions of kotlin.reflect and thus is incompatible with the JPMS:
The text was updated successfully, but these errors were encountered: