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

Backport DocCommentTree reflection to ReloadableJava17ParserVisitor #4618

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

timtebeek
Copy link
Contributor

What's changed?

Backport the changes from the Java 23 support in our Java 21 parser to our Java 17 parser:

What's your motivation?

As requested via links below, and helpful for folks that only have rewrite-java-17 on their classpath still.

Anyone you would like to review specifically?

@Stephan202

Any additional context

@timtebeek timtebeek added bug Something isn't working enhancement New feature or request labels Oct 27, 2024
@timtebeek timtebeek self-assigned this Oct 27, 2024
Copy link

@Stephan202 Stephan202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, super quick! Based on a GitHub/eyes-only based review this LGTM!

@timtebeek
Copy link
Contributor Author

timtebeek commented Oct 27, 2024

Wow, super quick! Based on a GitHub/eyes-only based review this LGTM!

Yeah on a Sunday there's no work getting in the way. ;)

@timtebeek timtebeek merged commit 7cbed5d into main Oct 27, 2024
2 checks passed
@timtebeek timtebeek deleted the backport-DocCommentTree-reflection-to-java-17 branch October 27, 2024 14:39
@Stephan202
Copy link

Tested the latest SNAPSHOT using JDK 23.0.1 against Error Prone Support, and can confirm that this fixes the issue 👍. Tnx again for the quick turnaround!

@timtebeek
Copy link
Contributor Author

timtebeek commented Oct 27, 2024

Great to hear and thanks for testing out the snapshot version; we'll likely do a .patch release tomorrow if a belated review does not turn up anything alarming. I did already release rewrite-templating that might be good to fold into EPS ahead of a release: https://github.com/openrewrite/rewrite-templating/releases/tag/v1.16.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants