This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 e07cf19 2026/05/22 05:15:15: Generated dev website from
groovy-website@698a3d6
e07cf19 is described below
commit e07cf196e19f02011b134514d0a56d48867f1621
Author: jenkins <[email protected]>
AuthorDate: Fri May 22 05:15:15 2026 +0000
2026/05/22 05:15:15: Generated dev website from groovy-website@698a3d6
---
search/search-index.json | 6 +++---
wiki/GEP-23.html | 18 ++++++++++++++----
wiki/GEP-24.html | 8 +++++---
wiki/geps.html | 2 +-
4 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/search/search-index.json b/search/search-index.json
index 2f2b15c..ed21b5c 100644
--- a/search/search-index.json
+++ b/search/search-index.json
@@ -849,7 +849,7 @@
{
"id": "wiki/GEP-24.html",
"title": "The Apache Groovy programming language - Developer docs -
GEP-24",
- "content": "The Apache Groovy programming language - Developer docs -
GEP-24 Socialize Discuss on the mailing list Groovy on X Groovy on Bluesky
Groovy on Mastodon Groovy on LinkedIn Events and conferences Source code on
GitHub Report issues in Jira Stack Overflow questions Slack Community You are
using an outdated browser. Please upgrade your browser to improve your
experience. Apache Groovy™ Learn Documentation Download Support
Contribute Ecosystem Blog posts Socialize GE [...]
+ "content": "The Apache Groovy programming language - Developer docs -
GEP-24 Socialize Discuss on the mailing list Groovy on X Groovy on Bluesky
Groovy on Mastodon Groovy on LinkedIn Events and conferences Source code on
GitHub Report issues in Jira Stack Overflow questions Slack Community You are
using an outdated browser. Please upgrade your browser to improve your
experience. Apache Groovy™ Learn Documentation Download Support
Contribute Ecosystem Blog posts Socialize GE [...]
"url": "wiki/GEP-24.html",
"site": "dev"
},
@@ -898,7 +898,7 @@
{
"id": "wiki/geps.html",
"title": "The Apache Groovy programming language - GEPs",
- "content": "The Apache Groovy programming language - GEPs Socialize
Discuss on the mailing list Groovy on X Groovy on Bluesky Groovy on Mastodon
Groovy on LinkedIn Events and conferences Source code on GitHub Report issues
in Jira Stack Overflow questions Slack Community You are using an outdated
browser. Please upgrade your browser to improve your experience. Apache
Groovy™ Learn Documentation Download Support Contribute Ecosystem Blog
posts Socialize GEPs GEP-1 GEP-2 GEP- [...]
+ "content": "The Apache Groovy programming language - GEPs Socialize
Discuss on the mailing list Groovy on X Groovy on Bluesky Groovy on Mastodon
Groovy on LinkedIn Events and conferences Source code on GitHub Report issues
in Jira Stack Overflow questions Slack Community You are using an outdated
browser. Please upgrade your browser to improve your experience. Apache
Groovy™ Learn Documentation Download Support Contribute Ecosystem Blog
posts Socialize GEPs GEP-1 GEP-2 GEP- [...]
"url": "wiki/geps.html",
"site": "dev"
},
@@ -940,7 +940,7 @@
{
"id": "wiki/GEP-23.html",
"title": "The Apache Groovy programming language - Developer docs -
GEP-23",
- "content": "The Apache Groovy programming language - Developer docs -
GEP-23 Socialize Discuss on the mailing list Groovy on X Groovy on Bluesky
Groovy on Mastodon Groovy on LinkedIn Events and conferences Source code on
GitHub Report issues in Jira Stack Overflow questions Slack Community You are
using an outdated browser. Please upgrade your browser to improve your
experience. Apache Groovy™ Learn Documentation Download Support
Contribute Ecosystem Blog posts Socialize GE [...]
+ "content": "The Apache Groovy programming language - Developer docs -
GEP-23 Socialize Discuss on the mailing list Groovy on X Groovy on Bluesky
Groovy on Mastodon Groovy on LinkedIn Events and conferences Source code on
GitHub Report issues in Jira Stack Overflow questions Slack Community You are
using an outdated browser. Please upgrade your browser to improve your
experience. Apache Groovy™ Learn Documentation Download Support
Contribute Ecosystem Blog posts Socialize GE [...]
"url": "wiki/GEP-23.html",
"site": "dev"
},
diff --git a/wiki/GEP-23.html b/wiki/GEP-23.html
index 9f84004..ace8511 100644
--- a/wiki/GEP-23.html
+++ b/wiki/GEP-23.html
@@ -91,7 +91,7 @@
<strong>Version</strong>
</td>
<td class="hdlist2">
-<p>3</p>
+<p>4</p>
</td>
</tr>
<tr>
@@ -107,7 +107,7 @@
<strong>Status</strong>
</td>
<td class="hdlist2">
-<p>Draft</p>
+<p>Final</p>
</td>
</tr>
<tr>
@@ -115,7 +115,7 @@
<strong>Comment</strong>
</td>
<td class="hdlist2">
-<p>Targeted for Groovy 6.0 via the <code>DO</code> macro; the feature is
incubating and subject to change</p>
+<p>Delivered in Groovy 6.0 as an incubating feature via the <code>DO</code>
macro; subject to refinement during the 6.x line</p>
</td>
</tr>
<tr>
@@ -139,7 +139,7 @@
<strong>Last modification</strong>
</td>
<td class="hdlist2">
-<p>2026-05-21</p>
+<p>2026-05-22</p>
</td>
</tr>
</table>
@@ -997,6 +997,16 @@ module (since 6.0.0)</p>
<h2 id="_update_history">Update history</h2>
<div class="sectionbody">
<div class="paragraph">
+<p>4 (2026-05-22) Status moved from Draft to Final on merge of
+<a href="https://github.com/apache/groovy/pull/2545">PR #2545</a>
(GROOVY-12021).
+The <code>DO</code> macro, the bind/map dispatcher, the <code>@Monadic</code>
annotation, the
+standard carrier registry (including the Functional Java and Vavr
+by-name entries), <code>MonadicChecker</code> and
<code>MonadicShapeChecker</code> all ship
+in Groovy 6.0 as incubating. No spec-level changes from version 3;
+the user-configurable carrier registration channel remains deferred to
+Groovy 7.0.</p>
+</div>
+<div class="paragraph">
<p>3 (2026-05-21) Extends the standard by-name allow-list to recognise the
Vavr control carriers (<code>io.vavr.control.Option</code>,
<code>io.vavr.control.Try</code>,
<code>io.vavr.control.Either</code>, <code>io.vavr.control.Validation</code>).
Vavr’s carriers
diff --git a/wiki/GEP-24.html b/wiki/GEP-24.html
index 6cdc1f3..5f1aaa4 100644
--- a/wiki/GEP-24.html
+++ b/wiki/GEP-24.html
@@ -1278,13 +1278,15 @@ indicate programmer error, not domain failure).</p>
<h2 id="_status_of_related_work">Status of related work</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>This GEP composes with several other in-flight features:</p>
+<p>This GEP composes with several existing or in-flight Groovy features:</p>
</div>
<div class="ulist">
<ul>
<li>
-<p><a href="#gep-23">GEP-23</a> (DO and <code>MonadicChecker</code>) —
<code>Result<T></code> is a new entry
-in the same registry; depends on GEP-23 landing first.</p>
+<p><a href="#gep-23">GEP-23</a> (DO and <code>MonadicChecker</code>) — landed
in Groovy 6.0
+(incubating); <code>Result<T></code> would be a new entry in the same
standard
+carrier registry, alongside the Functional Java and Vavr entries
+shipped in 6.0.</p>
</li>
<li>
<p><code>Awaitable.exceptionally</code> (Groovy 6) — provides the asynchronous
sibling
diff --git a/wiki/geps.html b/wiki/geps.html
index a401930..0a87851 100644
--- a/wiki/geps.html
+++ b/wiki/geps.html
@@ -63,7 +63,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 class='active'><a href='#gep'>GEPs</a></li><li><a
href='#GEP-1' class='anchor-link'>GEP-1</a></li><li><a href='#GEP-2'
class='anchor-link'>GEP-2</a></li><li><a href='#GEP-3'
class='anchor-link'>GEP-3</a></li><li><a href='#GEP-4'
class='anchor-link'>GEP-4</a></li><li><a href='#GEP-5'
class='anchor-link'>GEP-5</a></li><li><a href='#GEP-6' [...]
+ </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li class='active'><a href='#gep'>GEPs</a></li><li><a
href='#GEP-1' class='anchor-link'>GEP-1</a></li><li><a href='#GEP-2'
class='anchor-link'>GEP-2</a></li><li><a href='#GEP-3'
class='anchor-link'>GEP-3</a></li><li><a href='#GEP-4'
class='anchor-link'>GEP-4</a></li><li><a href='#GEP-5'
class='anchor-link'>GEP-5</a></li><li><a href='#GEP-6' [...]
<div class='row'>
<div class='colset-3-footer'>
<div class='col-1'>