-
Notifications
You must be signed in to change notification settings - Fork 354
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 fails to parse java files when using Java 23 #4513
Comments
Thanks for the report @talios ! Good to track this here. I'd already explored this briefly after getting a report through In short we're having to depend on an internal API, which seems to have changed. Lines 1662 to 1666 in a98d83d
|
Here's a PR that aims to fix this: |
FYI @timtebeek The issue doesn't go away after upgrading to 8.36.0. |
Are you seeing the exact same error? Since that line was changed.. |
Hmm, no, I'm seeing a different one, sorry:
I'll file a new issue for that. |
When setting
<release>23</release>
on my Maven project, OpenRewrite fails to parse Javadoc, most likely due to the updates to support Markdown Javadoc.What version of OpenRewrite are you using?
I am using the following versions:
How are you running OpenRewrite?
What did you see instead?
The text was updated successfully, but these errors were encountered: