slachiewicz opened a new pull request, #217: URL: https://github.com/apache/maven-script-interpreter/pull/217
A script whose extension matches no registered interpreter ran as BeanShell, a compatibility rule from plugin versions 1.2 and older. It now runs as Groovy, with a warning naming the script and the old behaviour, since BeanShell is deprecated (#216) and becomes an optional dependency in 1.11. Scripts named `.bsh` and `.groovy` are unaffected. Stacked on #216; the site page says which version changed the fallback. Verified: `mvn verify` → 34 tests green, including a new one running a `verify.script` copy of the Groovy test script through the fallback. -- 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]
