Skip to content

Releases: openrewrite/rewrite-migrate-java

2.0.5

04 Jul 11:19
927b01d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

2.0.4

28 Jun 13:17
927b01d

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

2.0.3

28 Jun 08:10
927b01d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

2.0.2

26 Jun 11:50
4241d47

Choose a tag to compare

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

14 Jun 03:40

Choose a tag to compare

What's Changed

  • OpenRewrite 8.1.2

v2.0.0

02 Jun 03:10
1e8a08b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21.1...v2.0.0

1.21.1

25 Apr 17:11

Choose a tag to compare

What's Changed

  • Update with rewrite 7.40.1
  • Guard UseJavaUtilBase64 from making changes when another "Base64" class is already present by @sambsnyd in e1b4b6b
  • Update UpgradeJavaVersion to support more case of maven java version upgrade by @kunli2 in #213

Full Changelog: v1.20.0...v1.21.1

1.20.0

21 Apr 00:04

Choose a tag to compare

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.gradle file by @kunli2 in #211

Full Changelog: v1.19.0...v1.20.0

1.19.0

03 Apr 21:23

Choose a tag to compare

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 UseTextBlocks to be able to convert strings without newlines by @kunli2 in #199
  • Update algorithm of UseTextBlocks to be more reliable by @kunli2 in #200
  • Optimize StringFormatted for performance by @knutwannheden in #201
  • Replace Guava Optional with JDK Optional by @timtebeek in #202
  • Update UseTextBlocks to return same tabs as prefix instead of convert it to whitespaces by @kunli2 in #203

Full Changelog: v1.18.0...v1.19.0

1.18.0

15 Mar 02:01

Choose a tag to compare

What's Changed

  • Update rewrite 7.38.0

Full Changelog: v1.17.2...v1.18.0