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 08c25cb  a few more repl details
08c25cb is described below

commit 08c25cba48e6ea9f9bf0a337ff52b04d228b9154
Author: Paul King <[email protected]>
AuthorDate: Fri Aug 15 11:22:07 2025 +1000

    a few more repl details
---
 site/src/site/releasenotes/groovy-5.0.adoc  |   4 ++++
 site/src/site/releasenotes/img/NewRepl3.png | Bin 0 -> 605774 bytes
 2 files changed, 4 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-5.0.adoc 
b/site/src/site/releasenotes/groovy-5.0.adoc
index 7526e4a..de06a68 100644
--- a/site/src/site/releasenotes/groovy-5.0.adoc
+++ b/site/src/site/releasenotes/groovy-5.0.adoc
@@ -859,6 +859,10 @@ Here is an example of a mini RPG game showing types, 
methods and variable defini
 
 image:img/NewReplGame.png[New Groovysh Repl, width=800]
 
+Here is an example showing the `/pipe` and `/classloader` commands:
+
+image:img/NewRepl3.png[New Groovysh Repl, width=800]
+
 [[Groovy5.0-javasyntax]]
 == Java compatibility improvements
 
diff --git a/site/src/site/releasenotes/img/NewRepl3.png 
b/site/src/site/releasenotes/img/NewRepl3.png
new file mode 100644
index 0000000..1572bc0
Binary files /dev/null and b/site/src/site/releasenotes/img/NewRepl3.png differ

Reply via email to