This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from b6df8a13ec GROOVY-11800: logging transform within closure adds
`getThisObject()`
add f27407ceed minor refactor
add 961370ce43 GROOVY-11775: `ExpandoMetaClass`: prevent mixin metaclass
duplication
new b3ae1cfb90 Merge pull request #2335 from apache/GROOVY-11775
The 1 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:
build.gradle | 1 +
src/main/java/groovy/lang/ExpandoMetaClass.java | 15 +-
.../groovy/reflection/MixinInMetaClass.java | 61 ++---
src/test/groovy/groovy/lang/MixinTest.groovy | 279 +++++++++++----------
4 files changed, 190 insertions(+), 166 deletions(-)