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 4348c98  minor release note tweaks
4348c98 is described below

commit 4348c9819b5d123904e49ba3421819274cf4db5e
Author: Paul King <[email protected]>
AuthorDate: Thu May 14 09:54:26 2026 +1000

    minor release note tweaks
---
 site/src/site/releasenotes/groovy-6.0.adoc | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/site/src/site/releasenotes/groovy-6.0.adoc 
b/site/src/site/releasenotes/groovy-6.0.adoc
index 2edc8be..bdea7ec 100644
--- a/site/src/site/releasenotes/groovy-6.0.adoc
+++ b/site/src/site/releasenotes/groovy-6.0.adoc
@@ -2196,6 +2196,9 @@ stubs, including `@AutoClone`, `@AutoImplement`, 
`@Bindable`, `@Builder`,
 
 See link:../wiki/GEP-21.html[GEP-21] for the full specification.
 
+In addition, native records now appear as native records in stubs
+(https://issues.apache.org/jira/browse/GROOVY-11974[GROOVY-11974]).
+
 [[junit6]]
 == JUnit 6 Support
 
@@ -2624,8 +2627,12 @@ feature set.
 [[annotation-validation]]
 == Improved Annotation Validation
 
-Groovy 6 closes gaps in annotation target validation
-(https://issues.apache.org/jira/browse/GROOVY-11884[GROOVY-11884]).
+Groovy 6 closes gaps in annotation target validation for Groovy-specific
+annotation targets
+(https://issues.apache.org/jira/browse/GROOVY-11884[GROOVY-11884]),
+and to now be fully compliant with JLS 9.6.4.1
+(https://issues.apache.org/jira/browse/GROOVY-11838[GROOVY-11838]) for normal 
Java targets.
+
 Previously, annotations could be placed on import statements and
 loop statements without validation -- for example:
 

Reply via email to