This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 07adcb35b9 GROOVY-12134: @Delegate regression: fails to skip a final
method inherited from a precompiled superclass
new 49fb716307 Close GroovyClassLoader created for one-off compilation
new aa30a69065 Close per-test GroovyClassLoader in contracts BaseTestClass
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/codehaus/groovy/ant/GenerateStubsTask.java | 58 ++++++++--------
.../main/java/org/codehaus/groovy/ant/Groovy.java | 4 ++
.../java/org/codehaus/groovy/ant/GroovycTask.java | 78 +++++++++++-----------
.../console/ui/AstNodeToScriptAdapter.groovy | 32 +++++----
.../contracts/tests/basic/BaseTestClass.groovy | 7 ++
5 files changed, 100 insertions(+), 79 deletions(-)