Skip to content

2.12.0

Choose a tag to compare

@timtebeek timtebeek released this 24 Apr 15:00
· 587 commits to main since this release
e340d96

What's Changed

  • Recipes for methods and classes renamed or moved when switching to Java 17 by @ranuradh in #430
  • refactor: Update Gradle wrapper by @shanman190 in #442
  • Remove replacing newLinkedHashHashMapWithExpectedSize in NoGuavaMapsN… by @PhilKes in #432
  • Java SE 17 Recipe - RemovedFileIOFinalizeMethods by @ranuradh in #441
  • fix: don't convert classes that implement interfaces by @holgpar in #451
  • expand thread stop recipe by @cjobinabo in #450
  • Add recipe to prefer java standard library over guava `Maps.newHashMa… by @PhilKes in #431
  • Recipe to remove Id annotation from Embeddable class when referenced by EmbeddedId by @evie-lau in #413
  • Add @column along @ElementCollection for OpenJPA to EclipseLink migration by @evie-lau in #410
  • Upgrade ModelMapper dependency to support Java 21 by @VIK-777 in #443
  • Add default constructor to Entity class by @evie-lau in #415
  • Disable UpdateBeanManagerMethodsTest failing in GitHub Actions by @timtebeek in #462
  • Add missing method impl interface by @darylrobbins in #460
  • fix: Fix setNetworkTimeout methodPattern in java-version-7.yml by @darylrobbins in #461
  • fix: Add Jakarta XML WS API when using javax.xml.ws by @darylrobbins in #463
  • Jakarta EE Upgrade Recipe Cleanup by @Mistborn94 in #444
  • feat: Missing "Add explicit Common Annotations dependencies" in "Migrate to Java 11" by @ghusta in #456
  • Adding Java 11 recipe -RemovedSecurityManagerMethods by @ranuradh in #458
  • Use JoinColumn annotation for relationship mappings by @evie-lau in #416
  • Improve handling of interfaces in LombokValueToRecord by @holgpar in #452
  • Recipe to remove Thread.countStackFrames(). by @ranuradh in #437

New Contributors

Full Changelog: v2.11.0...v2.12.0