Skip to content

Releases: openrewrite/rewrite-migrate-java

3.7.0

10 Apr 15:49
83ce1c6

Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

3.6.0

09 Apr 19:26
27f3c95

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

3.5.0

27 Mar 19:38

Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

3.4.0

11 Mar 20:36

Choose a tag to compare

What's Changed

  • Improve Handling of Absolute, Relative, and Non-Literal URLs in URL Migration by @karthikNousher in #678

New Contributors

Full Changelog: v3.3.0...v3.4.0

3.3.0

20 Feb 22:57

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

3.2.0

07 Feb 17:35

Choose a tag to compare

What's Changed

  • Java 11 recipe for default keystore change by @ranuradh in #667
  • Polish ChangeDefaultKeyStore to only apply to Java 11 by @timtebeek in #670

Full Changelog: v3.1.0...v3.2.0

3.1.0

24 Jan 17:00

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

17 Jan 17:05
6d7ba9f

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

3.0.0

10 Jan 17:38

Choose a tag to compare

What's Changed

  • fix NPE for records by @amishra-u in #637
  • fix: Skip code references in comment by @amishra-u in #638
  • Add recipe for updating SDKMAN configuration by @nielsdebruin in #649
  • Prefer JDK methods for Maps and Sets of an expected size by @timtebeek in #651
  • [JacksonJavaxToJakarta] Rewrite JaxbAnnotationModule to JakartaXmlBindAnnotationModule by @FieteO in #654
  • [JacksonJavaxToJakarta] Rewrite JacksonJaxbJsonProvider to JacksonXmlBindJsonProvider by @FieteO in #655
  • feat: use Lombok Log Annotations by @timo-a in #644
  • feat: use lombok @NoArgsConstructor annotation by @timo-a in #645
  • Add migration from javax.servlet.servlet-api to javax.servlet.javax.servlet-api by @Laurens-W in #656

New Contributors

Full Changelog: v2.31.0...v3.0.0

2.31.0

18 Dec 17:38
bb00d0a

Choose a tag to compare

What's Changed

  • Fix multiple issues in JodaTime to JavaTime migration recipe by @amishra-u in #614
  • StringFormatted should not wrap first argument by default in Java 17 upgrade by @timtebeek in #618
  • Joda-Time to Java time: Add templates for Joda Interval to Threeten-extra Interval by @amishra-u in #617
  • Joda time to Java time: Add few more templates for migration by @amishra-u in #619
  • Fix bugs in JodaTime to JavaTime migration recipe by @amishra-u in #622
  • Recipe IllegalArgumentExceptionToAlreadyConnectedException by @BhavanaPidapa in #615
  • Joda-Time to Java time: Add support for Method Return Statement Migration by @amishra-u in #626
  • Recipe to convert explicit getters to the Lombok annotation by @timo-a in #623
  • Apply the MSAL license by @jkschneider in #628
  • Apply MSAL license when generating POMs by @jkschneider in #629
  • Add explicit imports for Record classes past Java 14+ by @timtebeek in #630
  • Recipe that converts explicit setters to the lombok annotation by @timo-a in #625

New Contributors

Full Changelog: v2.30.0...v2.31.0