This is an automated email from the ASF dual-hosted git repository.

paulk pushed a change to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from a995ad2  GROOVY-9135: Additional support for @Testable annotation in 
JUnit5Runner
     new 73f999e  Update eclipse gradle scripts
     new 875db5e  Fix test compile dependency
     new f920a8b  Add test runtime dependency (closes #932)
     new 519cd72  GROOVY-9141: add null check for classNode when checking for 
abstract method with body (closes #933)
     new b1fb94b  GROOVY-9141: add null check for classNode when checking for 
abstract method with body (tweaks)

The 5 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:
 .gitignore                                         |  17 ++--
 gradle/eclipse.gradle                              | 109 ++++++++++++++-------
 .../codehaus/groovy/antlr/AntlrParserPlugin.java   |  13 ++-
 .../{Groovy8797Bug.groovy => Groovy9141.groovy}    |  31 +++---
 subprojects/groovy-docgenerator/build.gradle       |   4 +
 subprojects/groovy-groovydoc/build.gradle          |   9 ++
 subprojects/groovy-groovysh/build.gradle           |   4 +
 subprojects/groovy-json/build.gradle               |   7 +-
 subprojects/groovy-servlet/build.gradle            |   7 +-
 subprojects/groovy-test/build.gradle               |   4 +
 subprojects/tests-vm8/build.gradle                 |   4 +
 11 files changed, 141 insertions(+), 68 deletions(-)
 copy src/test/groovy/bugs/{Groovy8797Bug.groovy => Groovy9141.groovy} (61%)

Reply via email to