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

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


    from 4c5e5b1  disable grails test
     new 37af188  Move stream-related extension methods to StreamGroovyMethods
     new bc18b06  retain methods for compatibility (closes #1573)

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:
 build.gradle                                       |   8 +-
 .../groovy/runtime/DefaultGroovyMethods.java       |  20 +-
 .../groovy/runtime/StreamGroovyMethods.java        | 486 +++++++++++++
 .../typehandling/DefaultTypeTransformation.java    |   4 +-
 .../vmplugin/v8/PluginDefaultGroovyMethods.java    | 767 +++++++--------------
 subprojects/groovy-binary/build.gradle             |   1 +
 6 files changed, 760 insertions(+), 526 deletions(-)
 create mode 100644 
src/main/java/org/codehaus/groovy/runtime/StreamGroovyMethods.java

Reply via email to