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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 872ba98  add placeholder for new groovysh to release notes
872ba98 is described below

commit 872ba983cf51b33dc047ca77074093ac46849fbb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Jul 25 16:32:37 2025 +1000

    add placeholder for new groovysh to release notes
---
 site/src/site/releasenotes/groovy-5.0.adoc |   7 +++++++
 site/src/site/releasenotes/img/NewRepl.png | Bin 0 -> 554615 bytes
 2 files changed, 7 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-5.0.adoc 
b/site/src/site/releasenotes/groovy-5.0.adoc
index 9dacc6b..f49b694 100644
--- a/site/src/site/releasenotes/groovy-5.0.adoc
+++ b/site/src/site/releasenotes/groovy-5.0.adoc
@@ -768,6 +768,13 @@ assert BitSet.valueOf(84) == fortyTwo << 1
 assert BitSet.valueOf(21) == fortyTwo >> 1
 ----
 
+[[Groovy5.0-groovysh]]
+== New and improved Groovysh Repl
+
+The `groovysh` command-line repl has been migrated to JLine3 and has many 
improvements.
+
+image:img/NewRepl.png[New Groovysh Repl, width=800]
+
 [[Groovy5.0-javasyntax]]
 == Java compatibility improvements
 
diff --git a/site/src/site/releasenotes/img/NewRepl.png 
b/site/src/site/releasenotes/img/NewRepl.png
new file mode 100644
index 0000000..5566ca2
Binary files /dev/null and b/site/src/site/releasenotes/img/NewRepl.png differ

Reply via email to