-
Notifications
You must be signed in to change notification settings - Fork 355
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
OpenRewrite still fails on Java 23 #4534
Comments
hi @triceo, Thanks for the update! #4516 Had changed our Java 21 parser, whereas your stacktrace for some reason is picking up the Java 17 parser. I've backported the fix to our Java 17 parser as well in 1e4a8d9, just to get you unblocked. Likely the proper fix is to add our Java 21 parser to the Maven plugin. |
Thank you, @timtebeek! I'll validate when a release is out. |
Confirming I've also encountered this stacktrace on Java 23 using OpenRewrite21
|
* Add rewrite-java-21 Fixes openrewrite/rewrite#4534 * Continue to build on Java 17
Using the latest version of OpenRewrite (incl. #4516), I get the following exception:
To reproduce:
mvn clean install -Dquickly
cd migration
mvn test
No tests are failing on either JDK 17, 21 or 22.
The text was updated successfully, but these errors were encountered: