This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository groovy.

      from  7005bc1   Upload to unstable
      adds  6be8ffa   New upstream version 2.4.15
       new  f78926e   Update upstream source from tag 'upstream/2.4.15'
       new  74d9138   Refreshed the patches
       new  b1a065f   Standards-Version updated to 4.1.4
       new  6a45266   Updated the poms
       new  208ff66   Upload to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |  3 +-
 debian/changelog                                   | 10 +++
 debian/control                                     |  2 +-
 debian/patches/03_ignore_reporting_tools.diff      |  2 +-
 .../06_ignore_documentation_publication.diff       |  2 +-
 debian/poms/groovy-all.pom                         |  2 +-
 debian/poms/groovy-ant.pom                         |  6 +-
 debian/poms/groovy-bsf.pom                         |  4 +-
 debian/poms/groovy-console.pom                     |  8 +--
 debian/poms/groovy-docgenerator.pom                |  6 +-
 debian/poms/groovy-groovydoc.pom                   |  6 +-
 debian/poms/groovy-groovysh.pom                    |  6 +-
 debian/poms/groovy-jmx.pom                         |  4 +-
 debian/poms/groovy-json.pom                        |  4 +-
 debian/poms/groovy-jsr223.pom                      |  4 +-
 debian/poms/groovy-nio.pom                         |  4 +-
 debian/poms/groovy-servlet.pom                     | 12 ++--
 debian/poms/groovy-sql.pom                         |  4 +-
 debian/poms/groovy-swing.pom                       |  4 +-
 debian/poms/groovy-templates.pom                   |  6 +-
 debian/poms/groovy-test.pom                        |  4 +-
 debian/poms/groovy-testng.pom                      |  4 +-
 debian/poms/groovy-xml.pom                         |  4 +-
 debian/poms/groovy.pom                             |  2 +-
 debian/rules                                       |  3 -
 gradle.properties                                  |  4 +-
 gradle/assemble.gradle                             |  6 +-
 licenses/asm-license.txt                           |  3 +-
 src/main/groovy/grape/GrapeIvy.groovy              |  4 +-
 src/main/groovy/lang/MissingMethodException.java   |  3 +-
 .../org/codehaus/groovy/classgen/Verifier.java     |  4 +-
 .../groovy/classgen/asm/CallSiteWriter.java        | 12 ++--
 .../transform/stc/StaticTypeCheckingSupport.java   | 14 +++--
 .../transform/stc/StaticTypeCheckingVisitor.java   |  2 +
 .../codehaus/groovy/vmplugin/VMPluginFactory.java  |  7 ++-
 .../vmplugin/{v6/Java6.java => v8/Java8.java}      | 71 +++++++++++-----------
 src/test/groovy/bugs/Groovy8439Bug.groovy          | 63 +++++++++++++++++++
 .../codehaus/groovy/tools/shell/Groovysh.groovy    | 26 +++++---
 .../tools/shell/util/ScriptVariableAnalyzer.groovy | 19 +++++-
 .../groovy/tools/shell/GroovyshTest.groovy         | 17 +++++-
 .../groovy/jsr223/GroovyScriptEngineImpl.java      | 18 +++++-
 .../org/codehaus/groovy/jsr223/JSR223Test.groovy   | 25 ++++++++
 .../groovy-sql/src/main/java/groovy/sql/Sql.java   | 19 +++---
 .../src/main/java/groovy/test/GroovyAssert.java    |  4 +-
 .../vm8}/InterfaceStaticMethodCallTest.groovy      | 28 ++++++---
 45 files changed, 328 insertions(+), 137 deletions(-)
 copy src/main/org/codehaus/groovy/vmplugin/{v6/Java6.java => v8/Java8.java} 
(70%)
 create mode 100644 src/test/groovy/bugs/Groovy8439Bug.groovy
 rename {src/test/org/codehaus/groovy/vmplugin/v8 => 
subprojects/tests-vm8/src/test/groovy/org/codehaus/groovy/runtime/vm8}/InterfaceStaticMethodCallTest.groovy
 (66%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/groovy.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to