Releases: openrewrite/rewrite-migrate-java
Releases · openrewrite/rewrite-migrate-java
2.0.5
What's Changed
- Remove finalizer from classes in util.zip by @satvika-eda in #233
New Contributors
- @satvika-eda made their first contribution in #233
Full Changelog: v2.0.4...v2.0.5
2.0.4
What's Changed
- Pick up rewrite-static-analysis:1.0.2 to resolve
NoSuchMethodError: MethodMatcher.matches(Lorg/openrewrite/java/tree/J$MethodInvocation;)Z
Full Changelog: v2.0.3...v2.0.4
2.0.3
What's Changed
- Remove finalizer from classes in util.zip by @satvika-eda in #233
New Contributors
- @satvika-eda made their first contribution in #233
Full Changelog: v2.0.2...v2.0.3
2.0.2
What's Changed
- Prefer Objects.requireNonNull and StandardCharsets over Guava by @timtebeek in #232
- Drop Hibernate migration recipes moved to rewrite-hibernate by @timtebeek in #235
- Java 10+ Local-Variable Type Inference by @MBoegers in #218
- Fixed dependency causing java 8 incompatibility by @joanvr in #242
New Contributors
Full Changelog: v2.0.1...v2.0.2
2.0.1
What's Changed
- OpenRewrite 8.1.2
v2.0.0
What's Changed
- Add simple Refaster-based example recipe by @knutwannheden in #214
- Fix escaping bugs in UseTextBlocks by @aksh1618 in #215
- Add Gradle AddDependency/RemoveDependency by @paulbakker in #221
- Use rewrite-gradle UpdateJavaCompatibility recipe directly by @shanman190 in #219
- Spelling by @jsoref in #222
- Update for rewrite 8.0.0 by @sambsnyd in #216
- Use new
JavaTemplateAPI by @knutwannheden in #225
New Contributors
- @aksh1618 made their first contribution in #215
- @paulbakker made their first contribution in #221
- @shanman190 made their first contribution in #219
- @jsoref made their first contribution in #222
- @sambsnyd made their first contribution in #216
Full Changelog: v1.21.1...v2.0.0
1.21.1
1.20.0
What's Changed
- Update with rewrite 7.40.0
- Replace various StringUtils isEmpty and isNotEmpty with JDK calls by @timtebeek in #209
- Update UpgradeJavaVersion, add new recipe to update java version in the
build.gradlefile by @kunli2 in #211
Full Changelog: v1.19.0...v1.20.0
1.19.0
What's Changed
- Add UpgradeToJava20 recipe by @timtebeek in #192
- Feature/jakarta improvements by @nmck257 in #196
- Fix bugs of UseTextBlocks and correct indentations by @kunli2 in #198
- Update
UseTextBlocksto be able to convert strings without newlines by @kunli2 in #199 - Update algorithm of
UseTextBlocksto be more reliable by @kunli2 in #200 - Optimize
StringFormattedfor performance by @knutwannheden in #201 - Replace Guava Optional with JDK Optional by @timtebeek in #202
- Update
UseTextBlocksto return same tabs as prefix instead of convert it to whitespaces by @kunli2 in #203
Full Changelog: v1.18.0...v1.19.0