2.12.0
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
- @PhilKes made their first contribution in #432
- @holgpar made their first contribution in #451
- @VIK-777 made their first contribution in #443
- @darylrobbins made their first contribution in #460
- @Mistborn94 made their first contribution in #444
- @ghusta made their first contribution in #456
Full Changelog: v2.11.0...v2.12.0