Skip to content
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

Support for Java 11 #1060

Open
lumeche opened this issue Aug 17, 2022 · 4 comments
Open

Support for Java 11 #1060

lumeche opened this issue Aug 17, 2022 · 4 comments
Labels
status/need-triage Team needs to triage and take a first look

Comments

@lumeche
Copy link

lumeche commented Aug 17, 2022

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?

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Aug 17, 2022
@lumeche
Copy link
Author

lumeche commented Aug 18, 2022

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

@lumeche
Copy link
Author

lumeche commented Sep 18, 2022

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

@winne42
Copy link

winne42 commented Aug 28, 2024

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?

@winfriedgerlach
Copy link

@lumeche regarding the liveliness of the project, see last comment on #1161 by @fmbenhassine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-triage Team needs to triage and take a first look
Projects
None yet
Development

No branches or pull requests

3 participants