This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a change to branch GROOVY_5_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 7f126e6ca4 Bump version on GROOVY_5_0_X branch
new c2b7cdd4c4 GROOVY-12139: vararg-of-arrays argument wrapping fails
under classic compilation
new ee772e01f5 GROOVY-12140: normalize reflectively boxed primitive
returns through valueOf
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:
.../codehaus/groovy/reflection/CachedMethod.java | 13 ++++-
.../codehaus/groovy/reflection/ParameterTypes.java | 22 +++++---
.../codehaus/groovy/runtime/MetaClassHelper.java | 24 ++++++++
.../callsite/PlainObjectMetaMethodSite.java | 4 +-
src/test/groovy/bugs/Groovy11182.groovy | 29 +++++++---
src/test/groovy/bugs/Groovy12140.groovy | 66 ++++++++++++++++++++++
6 files changed, 142 insertions(+), 16 deletions(-)
create mode 100644 src/test/groovy/bugs/Groovy12140.groovy