7.34.2 Release (2022-12-16)
New Recipes
- org.openrewrite.gradle.search.FindGradleWrapper: Find Gradle wrappers.
- org.openrewrite.maven.RemoveDuplicateDependencies: Removes duplicated dependencies in the
<dependencies>and<dependencyManagement>sections of thepom.xml.
Changed Recipes
- org.openrewrite.properties.AddProperty was changed:
- Old Options:
fileMatcher: { type: String, required: false }property: { type: String, required: true }value: { type: String, required: true }
- New Options:
delimiter: { type: String, required: false }fileMatcher: { type: String, required: false }property: { type: String, required: true }value: { type: String, required: true }
- Old Options: