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 a990e95d04 chore: Included githubactions in the dependabot config
new 219d2914cc GROOVY-9980: visit annotation expression before values
new 842687fa68 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:
.../ast/expr/AnnotationConstantExpression.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 ++++++++++
4 files changed, 121 insertions(+), 60 deletions(-)
rename src/test/org/codehaus/groovy/ast/{Groovy7826Bug.java =>
Groovy7826.java} (61%)
create mode 100644 src/test/org/codehaus/groovy/ast/Groovy9871.groovy