Skip to content

Releases: openrewrite/rewrite-migrate-java

2.29.0

13 Nov 16:42
20b8fff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.28.0...v2.29.0

2.28.0

23 Oct 15:39
7d7c0e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.27.1...v2.28.0

v2.27.1

17 Oct 22:51
Compare
Choose a tag to compare

What's Changed

  • Preconditions.checkNotNull recipes should retain unrelated String.valueOf(String) by @amishra-u in #575
  • Johnzon upgrade for Jakarta 9 by @BoykoAlex in #577
  • Add recipe to upgrade jakarta.annotation-api to 2.1.x version by @Laurens-W in #579

Full Changelog: v2.27.0...v2.27.1

2.27.0

10 Oct 15:57
44d79d2
Compare
Choose a tag to compare

What's Changed

  • update to latest error prone to remove protobuf-java@3.19.2 vulnerability by @natedanner in #565
  • [1/x] Implement joda to java time migration recipe by @amishra-u in #567
  • Remove duplicate license headers by @amishra-u in #568
  • Move Java 9+ dependent guava recipes to noguava11 by @amishra-u in #569
  • UseEnumSetOf should rewrite EnumSet.noneOf from empty Set.of() by @BramliAK in #570
  • Migrate Spring annotations to JSpecify by @sullis in #572

Full Changelog: v2.26.1...v2.27.0

2.26.1

25 Sep 17:41
24cd5e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.26.0...v2.26.1

2.26.0

24 Sep 19:52
7acc0a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.25.1...v2.26.0

2.25.1

20 Sep 21:46
Compare
Choose a tag to compare

What's Changed

  • Removed subject methods Recipe - Added the recipe to the top List by @BhavanaPidapa in #553
  • Remove wrong namespace-change of package javax.transaction.xa by @Xaeras in #554
  • StringFormatted should not leave trailing whitespace after replacement by @BramliAK in #556
  • fix: Handle ImmutableOf as Select on MethodInvocation by @amishra-u in #557
  • Drop unnecessary trailing escape in UseTextBlocks by @BramliAK in #558

New Contributors

Full Changelog: v2.25.0...v2.25.1

2.25.0

12 Sep 17:59
28099cc
Compare
Choose a tag to compare

What's Changed

  • Remove parameters from java-version-11.yml for DetectAWTGetPeerMethod recipe by @ranuradh in #548
  • Skip adding var to local variables initialized by array initializer by @MBoegers in #552

Full Changelog: v2.24.0...v2.25.0

2.24.0

11 Sep 17:34
f3a0409
Compare
Choose a tag to compare

What's Changed

  • Recipes to migrate from Javax, Jakarta and JetBrains nullability annotations to JSpecify by @sullis in #541
  • Recipe to migrate from Math.random to ThreadLocalRandom by @sullis in #543
  • Modified the RemovedSubjectMethods recipe by @BhavanaPidapa in #545
  • refactor: Update Gradle wrapper by @shanman190 in #546
  • Replace static com.sun.awt.AWTUtilities methods with Java 11 equivalents by @ranuradh in #544

Full Changelog: v2.23.0...v2.24.0

2.23.0

28 Aug 14:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.22.1...v2.23.0