This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ea9dce0 2025/04/10 21:24:49: Generated dev website from
groovy-website@78a1e12
ea9dce0 is described below
commit ea9dce07135a04f14d9a58e4b9197a915ff15114
Author: jenkins <[email protected]>
AuthorDate: Thu Apr 10 21:24:49 2025 +0000
2025/04/10 21:24:49: Generated dev website from groovy-website@78a1e12
---
blog/exploring-gatherers4j.html | 9 +++++----
blog/groovy-gatherers.html | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/blog/exploring-gatherers4j.html b/blog/exploring-gatherers4j.html
index ea3652a..a32fae4 100644
--- a/blog/exploring-gatherers4j.html
+++ b/blog/exploring-gatherers4j.html
@@ -3,7 +3,7 @@
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--><head>
- <meta charset='utf-8'/><meta http-equiv='X-UA-Compatible'
content='IE=edge'/><meta name='viewport' content='width=device-width,
initial-scale=1'/><meta name='keywords' content='gatherers, jdk24, chop,
collate, inject, ginq, streams, fold, scan'/><meta name='description'
content='This post looks at using Gatherers4J (relies on JDK24 stream gatherer
API) with Groovy.'/><title>The Apache Groovy programming language - Blogs -
Exploring Gatherers4j with Groovy</title><link href='../img/fa [...]
+ <meta charset='utf-8'/><meta http-equiv='X-UA-Compatible'
content='IE=edge'/><meta name='viewport' content='width=device-width,
initial-scale=1'/><meta name='keywords' content='gatherers, jdk24, chop,
collate, inject, streams, fold, scan'/><meta name='description' content='This
post looks at using Gatherers4J (relies on JDK24 stream gatherer API) with
Groovy.'/><title>The Apache Groovy programming language - Blogs - Exploring
Gatherers4J with Groovy</title><link href='../img/favicon. [...]
</head><body>
<div id='fork-me'>
<a href='https://github.com/apache/groovy'>
@@ -53,11 +53,11 @@
</ul>
</div>
</div>
- </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Exploring Gatherers4j with Groovy</a></li><li><a
href='#_revisiting_collate_with_gatherers4j' class='anchor-link'>Revisiting
Collate with Gatherers4J</a></li><li><a
href='#_exploring_gatherers4j_other_functionality'
class='anchor-link'>Exploring Gatherers4J other functiona [...]
+ </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Exploring Gatherers4J with Groovy</a></li><li><a
href='#_revisiting_collate_with_gatherers4j' class='anchor-link'>Revisiting
Collate with Gatherers4J</a></li><li><a
href='#_exploring_gatherers4j_other_functionality'
class='anchor-link'>Exploring Gatherers4J other functiona [...]
<div class="sectionbody">
<table><tr><td style="padding: 0px; padding-left: 20px; padding-right: 20px;
font-size: 18pt; line-height: 1.5; margin: 0px">
<div class="paragraph">
-<p><span class="blue"><em>Let’s explore using Groovy with the
Gatherers4J library. It relies on the gatherer stream enhancements in JDK 24.
We’ll also look at iterator variants for JDK 8/11+ users!</em></span></p>
+<p><span class="blue"><em>Let’s explore using Groovy with the
Gatherers4J library and the JDK 24 gatherers API. We’ll also look at
iterator variants for JDK 8/11+ users!</em></span></p>
</div>
</td></tr></table>
<div class="paragraph">
@@ -76,7 +76,8 @@ your own gatherer equivalents for chop, collate and other
built-in Groovy functi
<p>Other folks have also been looking at useful gatherers and libraries
are starting to emerge.
<a href="https://tginsberg.github.io/gatherers4j/">Gatherers4J</a>
-is one such library. We’ll use 0.11.0 (pre-release) and Groovy 5
snapshot (pre-release).</p>
+is one such library. We’ll use 0.11.0 (pre-release) and Groovy 5
snapshot (pre-release)
+and JDK 24.</p>
</div>
<div class="paragraph">
<p>Let’s now look at numerous other gatherers (and their Groovy iterator
equivalents)
diff --git a/blog/groovy-gatherers.html b/blog/groovy-gatherers.html
index d31123b..24c496b 100644
--- a/blog/groovy-gatherers.html
+++ b/blog/groovy-gatherers.html
@@ -53,7 +53,7 @@
</ul>
</div>
</div>
- </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Using Gatherers with Groovy</a></li><li><a
href='#_understanding_gatherers' class='anchor-link'>Understanding
Gatherers</a></li><li><a href='#_accessing_parts_of_a_collection'
class='anchor-link'>Accessing parts of a collection</a></li><li><a
href='#_collate' class='anchor [...]
+ </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Using Gatherers with Groovy</a></li><li><a
href='#_understanding_gatherers' class='anchor-link'>Understanding
Gatherers</a></li><li><a href='#_accessing_parts_of_a_collection'
class='anchor-link'>Accessing parts of a collection</a></li><li><a
href='#_collate' class='anchor [...]
<div class="sectionbody">
<table><tr><td style="padding: 0px; padding-left: 20px; padding-right: 20px;
font-size: 18pt; line-height: 1.5; margin: 0px">
<div class="paragraph">