Skip to content

Upgrade openrewrite 7.35.0 #728

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

Merged
merged 42 commits into from
Feb 21, 2023
Merged

Upgrade openrewrite 7.35.0 #728

merged 42 commits into from
Feb 21, 2023

Conversation

fabapp2
Copy link
Contributor

@fabapp2 fabapp2 commented Feb 20, 2023

Refactored OpenReweriteMavenBuildFile to use MavenBuildFileRefactoring
Moved refreshPomModel out of OpenRewriteMavenBuildFile into MavenBuildFileRefactoring as all pom files need to be refreshed and OpenRewriteMavenBuildFile has no access to these. UpdatePomModel did not work as Maven plugin configuration was not updated (see openrewrite/rewrite#2624). With the previous inner RefreshPomModel recipe the result returned to MavenBuildFileRefactoring was empty because replacing the model was not identified as change.

Replaces #715
Closes: #507

…efactoring to apply OpenRewrite recipes to one or all maven build files
@fabapp2 fabapp2 force-pushed the upgrade-openrewrite-7.35.0 branch from 8727fb5 to 497f5c4 Compare February 20, 2023 17:50
@fabapp2 fabapp2 self-assigned this Feb 21, 2023
@fabapp2 fabapp2 added the type: dependency-upgrade Pull requests that update a dependency file label Feb 21, 2023
@fabapp2 fabapp2 added this to the v0.14.0 milestone Feb 21, 2023
@fabapp2 fabapp2 merged commit c10881b into main Feb 21, 2023
@fabapp2 fabapp2 deleted the upgrade-openrewrite-7.35.0 branch February 21, 2023 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade OpenRewrite to 7.34.3
1 participant