Releases: openrewrite/rewrite-migrate-java
Releases · openrewrite/rewrite-migrate-java
v2.0.10
What's Changed
- Update with rewrite 8.4.0
- Migrate
javax.annotation.Nullable
tojakarta.annotation.Nullable
by @rickie in #266 - Plexus FileUtils refaster template recipes by @timtebeek in #272
- Do not partially use text blocks by @timtebeek in #273
- Add Apache Commons StringUtils refaster template replacements by @AlekSimpson in #271
- Support trimmed arguments in IsNotEmptyToJdk by @timtebeek in #275
- Fix typos and reformatting for line length. by @mlvandijk in #276
- Apache Commons File Utils Migrations by @AlekSimpson in #274
- Disable some ApacheCommonsStringUtils recipes after seeing results by @timtebeek in #277
New Contributors
- @rickie made their first contribution in #266
- @AlekSimpson made their first contribution in #271
- @mlvandijk made their first contribution in #276
Full Changelog: v2.0.9...v2.0.10
2.0.9
What's Changed
- fix: added emptyList for annotations akin to the adaption made to cor… by @SimonVerhoeven in #264
- Upgrade Lombok for Java 11 by @timtebeek in #265
- Remove inputstream finalizer by @satvika-eda in #245
New Contributors
- @SimonVerhoeven made their first contribution in #264
Full Changelog: v2.0.8...v2.0.9
2.0.8
2.0.7
What's Changed
- remove thread destroy method recipe by @satvika-eda in #246
- Fix UseVarForObject description by @mike-solomon in #251
- Fix UseVarForPrimitive description by @mike-solomon in #252
- Disable JavaUtilAPIs in Java8toJava11 over null safety by @timtebeek in #253
- 236 var for methods by @MBoegers in #249
- Add scope to injected classes by @m-brophy in #248
- adjusting MaybeAddJakartaServletApi to be a
ScanningRecipe
so that … by @nmck257 in #255 - Fix/no guava immutable recipes by @joanvr in #258
New Contributors
- @mike-solomon made their first contribution in #251
Full Changelog: v2.0.3...v2.0.7
2.0.6
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.5...v2.0.6
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