You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running Mundus on JDK9 or newer results in an error due to reflection (TaggedFieldSerializer) used by Kryo for serialization. For now, the workaround to resolve this is to set --add-opens=java.base/java.lang=ALL-UNNAMED in your JVM arguments if using a newer JDK. We may have to look into migrating to a different Kryo serializer but I have not looked into what that will require or if it will end up breaking compatibility with existing projects.
Describe the bug
Running Mundus on JDK9 or newer results in an error due to reflection (
TaggedFieldSerializer
) used by Kryo for serialization. For now, the workaround to resolve this is to set--add-opens=java.base/java.lang=ALL-UNNAMED
in your JVM arguments if using a newer JDK. We may have to look into migrating to a different Kryo serializer but I have not looked into what that will require or if it will end up breaking compatibility with existing projects.See EsotericSoftware/kryo#885
The text was updated successfully, but these errors were encountered: