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

Java 11 recipe no longer adds JDeprScan plugin #152

Merged
merged 1 commit into from
Dec 10, 2022

Conversation

nmck257
Copy link
Contributor

@nmck257 nmck257 commented Dec 9, 2022

By my estimation, the Java 11 recipe has outgrown this. A client could plausibly run this recipe and successfully migrate (replacing most relevant deprecations), and at that point, the additional plugin is just noise, which they'll likely want to remove later.

And for a user who does want to use jdeprscan, the syntax even without an explicitly-configured plugin is pretty concise:

mvn compile jdeprscan:jdeprscan -Drelease=11

@timtebeek
Copy link
Contributor

This also "resolves" the issue that the release property is not upgraded when going to Java 17.

@sambsnyd sambsnyd merged commit c398880 into openrewrite:main Dec 10, 2022
@nmck257 nmck257 deleted the feature/11-drop-jdeprscan-plugin branch December 10, 2022 01:46
@tkvangorder tkvangorder added this to the 1.15.0 milestone Dec 13, 2022
@tkvangorder tkvangorder added the enhancement New feature or request label Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants