Releases: nebula-plugins/gradle-jakartaee-migration-plugin
Releases · nebula-plugins/gradle-jakartaee-migration-plugin
0.2.0
Set transformer output file permissions to match the input file. Files coming from the transformer were had 600
permissions by default.
0.1.7
Assume EE7 when a Tomcat artifact version cannot be mapped to a known specification version
0.1.6
Support Maven repository style directory layouts for transform excludes.
0.1.5
Add transform attribute to all configurations when calling migrate()
to prevent problems resolving project dependency runtime elements.
0.1.4
Add javax.ws.rs:jsr311-api
0.1.3
Log all messages from the Tomcat Migration
tool at info/debug level to avoid log spam.
0.1.2
Avoid migrating resolutionRules
configuration when using migrate()
.
0.1.1
Lazily configure artifact transforms.
0.1.0
Initial Release