spring-statemachine icon indicating copy to clipboard operation
spring-statemachine copied to clipboard

Support for Java 11

Open lumeche opened this issue 3 years ago • 4 comments

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?

lumeche avatar Aug 17 '22 00:08 lumeche

I created pull request #1062 where I solved my problem. Thanks for reviewing

lumeche avatar Aug 18 '22 18:08 lumeche

Is this project still alive? I'm afraid there is nobody maintaining any more

lumeche avatar Sep 18 '22 20:09 lumeche