Skip to content

Releases: nebula-plugins/gradle-jakartaee-migration-plugin

0.20.0

04 Oct 23:05
Compare
Choose a tag to compare

Add PmdAuxClasspaths to configuration suffixes to automatically configure migrations for.

0.19.0

28 Sep 02:26
Compare
Choose a tag to compare

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

16 Aug 20:13
0f6691a
Compare
Choose a tag to compare

Revert back using in memory zip processing by default but allow configuration to enable it on demand.

jakartaeeMigration {
    transformInMemory()
}

v0.17.1

25 Jul 17:43
aaa1c28
Compare
Choose a tag to compare

Switch to in memory zip processing to avoid generating invalid jar that JDK cannot load.

0.17.0

16 Jun 02:25
Compare
Choose a tag to compare

Split Activation and Mail api from implementation. Prefer Eclipse Angus Mail and Activation when substituting implementations.

0.13.1

04 May 20:44
Compare
Choose a tag to compare

Fix Spring Boot productionRuntimeClasspath configuration name

0.13.0

04 May 20:44
Compare
Choose a tag to compare

Add Spring Boot and Protobuf configurations to migrate() configuration

0.12.0

04 May 16:57
Compare
Choose a tag to compare
  • Provide better defaults for migrate() that apply to all sourceset classpath configurations for java projects, but only configure capabilities for java-library plugins

0.10.0

02 May 05:40
Compare
Choose a tag to compare

The perfect version to set the substitution baseline to Jakarta EE 10. Spring Boot 3 turns out to need Servlet 6.0, and that's our migration baseline. This also updates all the EE 10 versions to the latest patch releases

0.9.1

27 Apr 06:05
Compare
Choose a tag to compare

Added a help message when a FileNotFoundException is thrown by the transformer