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 a5f5938 minor refactor: typo & minor wording changes
a5f5938 is described below
commit a5f59383e10994c6dafe312d84b8ce8820ee980b
Author: Paul King <[email protected]>
AuthorDate: Thu Apr 10 09:40:08 2025 +1000
minor refactor: typo & minor wording changes
---
site/src/site/blog/groovy-gatherers.adoc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/site/src/site/blog/groovy-gatherers.adoc
b/site/src/site/blog/groovy-gatherers.adoc
index 9d5a13b..c20488b 100644
--- a/site/src/site/blog/groovy-gatherers.adoc
+++ b/site/src/site/blog/groovy-gatherers.adoc
@@ -9,14 +9,13 @@ Paul King
<table><tr><td style="padding: 0px; padding-left: 20px; padding-right: 20px;
font-size: 18pt; line-height: 1.5; margin: 0px">
++++
[blue]#_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!_#
+the creation of more flexible and efficient stream pipelines for a number of
scenarios. Let's explore some of those scenarios with Groovy, and look at
Groovy's equivalent collection functionality
+to handle similar scenarios for JDK 8+ users!_#
++++
</td></tr></table>
++++
-An interesting feature in recent JDK verions is _Gatherers_:
+An interesting feature in recent JDK versions is _Gatherers_:
* https://openjdk.org/jeps/461[JEP 461: Stream Gatherers (Preview in JDK 22)]
* https://openjdk.org/jeps/473[JEP 473: Stream Gatherers (Second Preview in
JDK 23)]