Releases: nebula-plugins/gradle-jakartaee-migration-plugin
Releases · nebula-plugins/gradle-jakartaee-migration-plugin
v0.24.0
What's Changed
- add caching by @anthonyjpratti in #19
New Contributors
- @anthonyjpratti made their first contribution in #19
Full Changelog: v0.23.0...v0.24.0
v0.23.0
v0.22.0
What's Changed
- Enable configuration cache in tests by @rpalcolea in #14
Full Changelog: v0.21.0...v0.22.0
0.20.0
Add PmdAuxClasspaths
to configuration suffixes to automatically configure migrations for.
0.19.0
Exclude Lombok from transformation. It only contains an intentional javax.annotation.Generated
reference and certain versions have their zips corrupted by the transformation:
2023-09-27 09:28:10,046 [ 464190] WARN - #c.i.o.v.i.ZipHandler - Invalid CEN header (invalid zip64 extra data field size): .gradle/caches/transforms-3/7ab60a48790fdb1855bbcf12897b1eaa/transformed/lombok-1.18.28-jakartaee.jar
java.util.zip.ZipException: Invalid CEN header (invalid zip64 extra data field size)
v0.18.0
v0.17.1
0.17.0
Split Activation and Mail api from implementation. Prefer Eclipse Angus Mail and Activation when substituting implementations.
0.13.1
Fix Spring Boot productionRuntimeClasspath
configuration name
0.13.0
Add Spring Boot and Protobuf configurations to migrate()
configuration