Releases: openrewrite/rewrite-migrate-java
Releases · openrewrite/rewrite-migrate-java
2.17.0
What's Changed
- Remove Jakarta annotation dependency when moving to Jakarta packages by @abccbaandy in #487
- refactor: Update Gradle wrapper by @shanman190 in #491
New Contributors
- @abccbaandy made their first contribution in #487
Full Changelog: v2.16.0...v2.17.0
2.16.0
2.15.0
Full Changelog: v2.14.1...v2.15.0
2.14.1
What's Changed
- Fix #478: EE bean validation.properties and SPI by @melloware in #479
- Fix #478 EE10 Migrate xmlns entries and javax. packages in
validation.xml
files by @melloware in #480 - recipes for build and plugin upgrade by @cjobinabo in #476
- Recipe to call ToolProvider methods as static methods, not on instances by @ranuradh in #477
Full Changelog: v2.14.0...v2.14.1
v2.14.0
What's Changed
- Fix #439: EE10 web.xml/web-fragment.xml handle javax.sql. by @melloware in #474
- Fix #440: EE10 Jakarta ejb-jar.xml by @melloware in #475
Full Changelog: v2.13.0...v2.14.0
2.13.0
What's Changed
- Remove Temporal annotation from attributes to avoid EclipseLink error by @evie-lau in #420
- Fix display name typo by @mike-solomon in #464
- Fix typo in display name by @mike-solomon in #465
- Add Transient annotation to Collections without JPA annotations by @evie-lau in #421
- Add Transient annotation to Entity without JPA annotation by @evie-lau in #422
- Drop intermediate JavaVersion11/17/21 recipes by @timtebeek in #468
- allow
@Builder
annotation in LombokValueToBuilder by @holgpar in #470 - jacoco upgrade now includes arbitrary jacoco deps (eg agent), always … by @nmck257 in #471
- Also change Guava Predicate method name by @timtebeek in #473
- Add Transient annotation to private accessor methods by @evie-lau in #425
Full Changelog: v2.12.0...v2.13.0
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
2.11.0
What's Changed
- Add copyright to UpdateMavenProjectPropertyJavaVersion.java by @cjobinabo in #433
Full Changelog: v2.10.0...v2.11.0
2.10.0
What's Changed
- refactor: Drop unnecessary boolean expression by @rickie in #426
- refactor: Recipe nullability best practices by @timtebeek in #428
- refactor: remove expired suppressions by @zieka in #427
- Drop rewrite-apache recipes by @timtebeek in #429
New Contributors
Full Changelog: v2.9.1...v2.10.0
2.9.1
What's Changed
- Expand ListFirstAndLast covered cases to include
getList().get(0)
by @timtebeek in #424 - Restore missing type by @timtebeek in 111ef46
Full Changelog: v2.9.0...v2.9.1