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 ebe7acf  make non-draft
ebe7acf is described below

commit ebe7acf7e14c15dfbc16fde16c9c31abbcce6620
Author: Paul King <[email protected]>
AuthorDate: Tue May 6 22:32:53 2025 +1000

    make non-draft
---
 site/src/site/blog/exploring-gatherers4j.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/site/src/site/blog/exploring-gatherers4j.adoc 
b/site/src/site/blog/exploring-gatherers4j.adoc
index 237bf6e..acb6219 100644
--- a/site/src/site/blog/exploring-gatherers4j.adoc
+++ b/site/src/site/blog/exploring-gatherers4j.adoc
@@ -1,9 +1,8 @@
 = Exploring Gatherers4J with Groovy
 Paul King
 :revdate: 2025-04-11T10:30:00+00:00
-:draft: true
 :keywords: gatherers, jdk24, chop, collate, inject, streams, fold, scan
-:description: This post looks at using Gatherers4J (relies on JDK24 stream 
gatherer API) with Groovy.
+:description: This post looks at using Gatherers4J (relies on JDK24 stream 
gatherer API) with Groovy as well as similar Iterator extension methods.
 
 :start-green: pass:[<div style="background-color: #ddeedd">]
 :start-blue: pass:[<div style="background-color: #ddddee">]
@@ -31,7 +30,7 @@ your own gatherer equivalents for chop, collate and other 
built-in Groovy functi
 Other folks have also been looking at useful gatherers and libraries
 are starting to emerge.
 https://tginsberg.github.io/gatherers4j/[Gatherers4J]
-is one such library. We'll use 0.11.0 (pre-release) and Groovy 5 snapshot 
(pre-release)
+is one such library. We'll use 0.11.0, Groovy 5 snapshot (pre-release),
 and JDK 24.
 
 Let's now look at numerous other gatherers (and their Groovy iterator 
equivalents)

Reply via email to