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 61f6fd02b6 GROOVY-11492, GROOVY-11866: curly brace array for
annotation attribute
new ff4da8dbd8 minor items
new 71b6eb9a53 GROOVY-11838: `TYPE_USE` and `TYPE_PARAMETER` not in
default targets
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:
.../org/codehaus/groovy/ast/AnnotationNode.java | 216 +++++++++++----------
.../ast/expr/AnnotationConstantExpression.java | 15 +-
.../org/codehaus/groovy/vmplugin/v8/Java8.java | 41 ++--
.../codehaus/groovy/ast/AnnotationNodeTest.groovy | 55 ++++++
.../groovy/tools/groovydoc/GroovyDocToolTest.java | 6 +-
5 files changed, 198 insertions(+), 135 deletions(-)
create mode 100644
src/test/groovy/org/codehaus/groovy/ast/AnnotationNodeTest.groovy