-
Notifications
You must be signed in to change notification settings - Fork 358
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 JDK21 JVM and Migration #3601
Comments
Hi @nagkumar ! We're tracking support for migrating to Java 21 in this issue: I hope you don't mind me closing this issue, as there's a bit more detail in that other one already. Thanks for the suggestion though; be sure to watch that other issue for progress. |
My Observation is it is not accepting JDK 21 as runtime used to run the gradle task rewriteRun, not jdk21, jdk20, jdk19 as gradle runtime is not supported, only jdk11 to jdk 17 is supported |
Correct; as pointed out in that other issue we're waiting for these blockers to be cleared before we can continue:
Only then can we get started on a Java 21 specific parser, similar to the Java 8, 11 and 17 parsers in OpenRewrite/rewrite, which will then unlock support for running on Java 21 as well. |
JDK 21 support as it currently supports only JDK 17
The text was updated successfully, but these errors were encountered: