-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
JDK 21 (new LTS) Support #10954
Comments
My JVM
|
Could you please check with these set of 'add-opens'?
|
If this set is applied you should not fall back to |
Will be fixed in #10969 |
Fixed in #10969 |
Do you have information when a release with the Java 21 support will be available? |
release proposal on dev mailing list: https://lists.apache.org/thread/3nqy8chd0xyopvvhk6o19g2z3p10smzb |
Any news? There were plans to release in November... 🙏😥 |
@magicprinc see the link above, we are working on it. |
Please add JDK 21 support! 🙏
The first obstacle:
ClassNotFoundException: jdk.internal.misc.SharedSecrets
in
org.apache.ignite.internal.util.GridUnsafe#javaNioAccessObject
Java 21 new class name:
jdk.internal.access.SharedSecrets
The text was updated successfully, but these errors were encountered: