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 f1049836f4 GROOVY-8162: Update Groovysh to JLine3 (support /slurp for
XML, TOML and YAML)
new ab8ccbdea4 add missing javadoc comment
new c94a36add1 XmlParser: add missing parse variant for path
new 5f119fa76b GROOVY-8162: Update Groovysh to JLine3 (support /slurp for
CSV)
The 3 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:
subprojects/groovy-groovysh/build.gradle | 2 -
.../groovy/groovysh/jline/GroovyCommands.groovy | 76 ++++++++++++----------
.../src/main/java/groovy/xml/XmlParser.java | 19 ++++++
.../src/main/java/groovy/xml/XmlSlurper.java | 9 +++
4 files changed, 71 insertions(+), 35 deletions(-)