Releases: openrewrite/rewrite-migrate-java
Releases · openrewrite/rewrite-migrate-java
2.21.0
What's Changed
- Added support for javax.inject by @sgartner03 in #513
- Recipe descriptions should consistently end in a dot by @timtebeek in #515
- fix: UseEnumSetOf should ignore array and varargs parameters by @mbruggmann in #518
- Adding all org.glassfish.main migrations to jakarta by @sgartner03 in #517
- Replace
Paths.get
withPath.of
by @timtebeek in #519 - ChangeMethodInvocationReturnType should shorten FQCN by @timtebeek in #521
New Contributors
- @sgartner03 made their first contribution in #513
- @mbruggmann made their first contribution in #518
Full Changelog: v2.20.0...v2.21.0
2.20.0
What's Changed
- Fixed version Typo in JavaxWsToJakartaWs Recipe by @marcel-gepardec in #507
- Fix typo by @BoykoAlex in #509
- refactor: Update Gradle wrapper by @shanman190 in #511
- Replace
Reference.clone()
with new constructor in Java 11 migration by @ranuradh in #510 - Replace com.sun.xml.internal.bind.* packages with com.sun.xml.bind.* packages by @BhavanaPidapa in #508
New Contributors
- @marcel-gepardec made their first contribution in #507
Full Changelog: v2.19.0...v2.20.0
2.19.0
What's Changed
jaxb-runtime
added only if not present already by @BoykoAlex in #499RemovedJavaXMLWSModuleProvided
&RemovedJaxBModuleProvided
by @ranuradh in #497- Disable UseTextBlocks on Kotlin by @eocantu in #502
- Add JavaxOrmXmlToJakartaOrmXml as suggested in Slack by @timtebeek in #505
- Remove
Thread.destroy()
andThread.stop(Throwable)
by @BhavanaPidapa in #503 - Delete deprecated finalize by @ragudiko in #506
New Contributors
Full Changelog: v2.18.0...v2.19.0
2.18.1
Full Changelog: v2.18.0...v2.18.1
2.18.0
What's Changed
- adding recipe JREThrowableFinalMethods by @ranuradh in #494
- Recipe Krb5LoginModuleClass by @BhavanaPidapa in #492
- PrimeFaces 14 and proper EE10 namespaces by @melloware in #496
- Replace
javax.security.auth.Policy
withjava.security.Policy
by @BhavanaPidapa in #495
New Contributors
- @BhavanaPidapa made their first contribution in #492
Full Changelog: v2.17.0...v2.18.0
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