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 086444c 2025/03/19 04:34:46: Generated dev website from
groovy-website@d32c444
086444c is described below
commit 086444c06f1eb8ca0bdc60a881a8ab345bd1716d
Author: jenkins <[email protected]>
AuthorDate: Wed Mar 19 04:34:46 2025 +0000
2025/03/19 04:34:46: Generated dev website from groovy-website@d32c444
---
blog/groovy-gatherers.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/blog/groovy-gatherers.html b/blog/groovy-gatherers.html
index 758ae34..2039ab9 100644
--- a/blog/groovy-gatherers.html
+++ b/blog/groovy-gatherers.html
@@ -55,6 +55,14 @@
</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 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>JDK 24’s Gatherer enhancements support
+the creation of more flexible and efficient stream pipelines for a number of
scenarios. Let’s explore some of those scenarios with Groovy, and also
+explore Groovy’s built-in collection functionality
+which handles some of those same scenarios for JDK 8+ users!</em></span></p>
+</div>
+</td></tr></table>
<div class="paragraph">
<p>An interesting feature in recent JDK verions is <em>Gatherers</em>:</p>
</div>