This is an automated email from the ASF dual-hosted git repository.
paulk-asert 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 72fe1a1 release note tweaks
72fe1a1 is described below
commit 72fe1a1ae482c9207c9e7fc5e26e974a4fa79777
Author: Paul King <[email protected]>
AuthorDate: Thu May 7 15:47:32 2026 +1000
release note tweaks
---
site/src/site/releasenotes/groovy-6.0.adoc | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/site/src/site/releasenotes/groovy-6.0.adoc
b/site/src/site/releasenotes/groovy-6.0.adoc
index f8a6c95..5d7db03 100644
--- a/site/src/site/releasenotes/groovy-6.0.adoc
+++ b/site/src/site/releasenotes/groovy-6.0.adoc
@@ -2738,6 +2738,17 @@ Groovy 6 requires JDK17+ to build and JDK17 is the
minimum version of the JRE that we support.
Groovy 6 has been tested on JDK versions 17 through 26.
+== Known issues
+
+The following issues were noticed after alpha-1 was released:
+
+* Missing `groovy.val.enabled` flag
+(https://issues.apache.org/jira/browse/GROOVY-11994[GROOVY-11994])
+* `groovydoc` CLI fails with "Unsupported Java Version: false" when
`--javaVersion` omitted
+(https://issues.apache.org/jira/browse/GROOVY-11987[GROOVY-11987])
+
+These will be fixed in the next pre-release and are already fixed in the most
recent snapshots.
+
[[Groovy6.0-more-info]]
== More information