Releases: openrewrite/rewrite-migrate-java
Releases · openrewrite/rewrite-migrate-java
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
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
JavaTemplate
API 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