This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 13cf20edd0 minor typos
new 61ecf78b60 add `@since` tag
new 493f15efde GROOVY-9871: class model: populate
`AnnotationConstantExpression` values
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/transform/Generated.java | 6 +-
src/main/java/groovy/transform/Internal.java | 6 +-
src/main/java/groovy/transform/Pure.java | 8 +-
.../org/codehaus/groovy/vmplugin/v8/Java8.java | 99 ++++++++++++----------
.../ast/{Groovy7826Bug.java => Groovy7826.java} | 28 +++---
src/test/org/codehaus/groovy/ast/Groovy9871.groovy | 46 ++++++++++
6 files changed, 129 insertions(+), 64 deletions(-)
rename src/test/org/codehaus/groovy/ast/{Groovy7826Bug.java =>
Groovy7826.java} (61%)
create mode 100644 src/test/org/codehaus/groovy/ast/Groovy9871.groovy