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 f801ce3 fix date
f801ce3 is described below
commit f801ce3d662a4d0629eeefa10d447dc8fe670a33
Author: Paul King <[email protected]>
AuthorDate: Tue May 6 23:14:51 2025 +1000
fix date
---
site/src/site/blog/exploring-gatherers4j.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/blog/exploring-gatherers4j.adoc
b/site/src/site/blog/exploring-gatherers4j.adoc
index 652ed36..0ef3b0e 100644
--- a/site/src/site/blog/exploring-gatherers4j.adoc
+++ b/site/src/site/blog/exploring-gatherers4j.adoc
@@ -1,6 +1,6 @@
= Exploring Gatherers4J with Groovy
Paul King
-:revdate: 2025-04-11T10:30:00+00:00
+:revdate: 2025-05-06T20:30:00+00:00
:keywords: gatherers, jdk24, chop, collate, inject, streams, fold, scan
:description: This post looks at using Gatherers4J (relies on JDK24 stream
gatherer API) with Groovy as well as similar Iterator extension methods.