You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Keegan Witt <ke...@gmail.com> on 2020/12/13 18:06:24 UTC

GMavenPlus 1.12.0 Released

 Bugs

   - [#183 <https://github.com/groovy/GMavenPlus/issues/183>] The
   classloader project dependencies are loaded onto is reused between modules,
   so each module was a superset of all modules that preceded it. Also, the
   console, execute, and shell mojos didn't pass the classloader to use into
   the instantiated GroovyConsole/GroovyShell, so it accidentally was using
   the plugin classloader, even when configured to use PROJECT_ONLY
   classpath.

Enhancements

None
Potentially breaking changes

This should be a non-breaking change (except for unusual situations that
were relying on the previous incorrect behavior). However, since it's a
significant change, I'm bumping the version by more than just the patch
version.
Notes

None