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
I observed that the spring-statemachine-kryo library has a dependency for kryo-shaded 4.0.2 which is not compatible with Java 11. Actually, the entire library is developed for JDK 8. When I tried to use it in Java 11, it didn't work. More precisely with the following exception Unable to make field private jdk.internal.ref.Cleaner jdk.internal.ref.Cleaner.next accessible: module java.base does not "opens jdk.internal.ref" to unnamed module
Any plans to upgrade the library so it's fully supported by Java 11?
The text was updated successfully, but these errors were encountered:
have the same question, how alive is this project? I am happy that there were was still activity with the 4.0.0 release etc., but since then Spring has received many updates and statemachine is always dragging behind (e.g., cybersecurity vulnerabilities in dependencies etc.).
Are there any other significant contributors than @jvalkeal ? How could we get the project going at least in the sense that small PRs are merged and dependencies are kept up-to-date?
I observed that the spring-statemachine-kryo library has a dependency for kryo-shaded 4.0.2 which is not compatible with Java 11. Actually, the entire library is developed for JDK 8. When I tried to use it in Java 11, it didn't work. More precisely with the following exception
Unable to make field private jdk.internal.ref.Cleaner jdk.internal.ref.Cleaner.next accessible: module java.base does not "opens jdk.internal.ref" to unnamed module
Any plans to upgrade the library so it's fully supported by Java 11?
The text was updated successfully, but these errors were encountered: