slachiewicz opened a new pull request, #855:
URL: https://github.com/apache/maven-shade-plugin/pull/855
Ports the 36 BeanShell IT scripts under `src/it/projects` to Groovy, keeping
the same checks. 15 were already valid Groovy; the rest needed `String[] x = {
… }` initialisers as list literals (20 files; two empty ones as `[] as
String[]`), `"Main\$Nested.class"` escaped so Groovy does not interpolate
(mini-jar-jdk11+), and `def` on locals inside the script-level helper methods
of MSHADE-373. The rename is a separate commit so the port reads as a diff.
Part of apache/maven#13207.
Verified: `mvn verify -Prun-its -Dinvoker.test=<all 31 IT projects>` →
Passed: 31, Failed: 0; unit tests 72/72.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]