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 8df596160c GROOVY-8162: Update Groovysh to JLine3 (doco tweaks)
new 3fe139c770 revert accidental testing configuration
new 6d3b027641 change pipe handling to be more friendly to Groovy code
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:
subprojects/groovy-groovysh/LICENSE | 5 +-
subprojects/groovy-groovysh/build.gradle | 3 +-
.../groovy/org/apache/groovy/groovysh/Main.groovy | 1 +
.../groovysh/jline/GroovySystemRegistry.groovy | 3 +-
.../groovy/groovysh/jline/SystemRegistryImpl.java | 2059 ++++++++++++++++++++
5 files changed, 2067 insertions(+), 4 deletions(-)
create mode 100644
subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/SystemRegistryImpl.java