elharo commented on code in PR #216: URL: https://github.com/apache/maven-script-interpreter/pull/216#discussion_r4071022259
########## src/site/markdown/index.md.vm: ########## @@ -21,6 +21,8 @@ under the License. This component provides some utilities to interpret/execute some scripts for various implementations: groovy or beanshell. +**BeanShell is deprecated** since 1.10: port `.bsh` scripts to Groovy. Running a BeanShell script logs a warning, BeanShell becomes an optional dependency in 1.11, and support for it will be removed later. The retirement is tracked in [apache/maven#13207](https://github.com/apache/maven/issues/13207). Review Comment: It would be helpful to explain why Beanshell is deprecated. So far I can't decide if I think this deprecarion is a good idea or not. -- 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]
