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 86c6648d1e GROOVY-12154: box primitive lambda param when the target 
SAM param is a reference type
     new 7c8e476f33 GROOVY-12163: fix concurrent modification of 
ExpandoMetaClass mixinClasses
     new 535be21d26 GROOVY-12163: fix concurrent modification of 
ExpandoMetaClass mixinClasses (tweak test for improved robustness and less cost 
and fix a misleading comment)

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:
 src/main/java/groovy/lang/ExpandoMetaClass.java    |   4 +-
 .../groovy/reflection/MixinInMetaClass.java        |   7 +-
 .../ExpandoMetaClassMixinConcurrencyTest.groovy    | 114 +++++++++++++++++++++
 3 files changed, 122 insertions(+), 3 deletions(-)
 create mode 100644 
src/test/groovy/groovy/lang/ExpandoMetaClassMixinConcurrencyTest.groovy

Reply via email to