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 a5a91f1  add latest breaking changes to release notes
a5a91f1 is described below

commit a5a91f1bc32f1abd94cb30d4390876f9f759f1c3
Author: Paul King <[email protected]>
AuthorDate: Tue Jan 7 16:48:22 2025 +1000

    add latest breaking changes to release notes
---
 site/src/site/releasenotes/groovy-5.0.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-5.0.adoc 
b/site/src/site/releasenotes/groovy-5.0.adoc
index 040c80f..af529f0 100644
--- a/site/src/site/releasenotes/groovy-5.0.adoc
+++ b/site/src/site/releasenotes/groovy-5.0.adoc
@@ -633,6 +633,11 @@ with the old import being discarded 
(link:https://issues.apache.org/jira/browse/
 * Improvements have been made to improve consistency when accessing fields 
within Map-like classes.
 (link:https://issues.apache.org/jira/browse/GROOVY-6144[GROOVY-6144],
 link:https://issues.apache.org/jira/browse/GROOVY-5001[GROOVY-5001])
+* Anonymous inner class visibility was made package-private instead of public 
to align with Java semantics 
(https://issues.apache.org/jira/browse/GROOVY-11481[GROOVY-11481])
+* There was a breaking change for an edge case involving nulls and the 
"spread-dot" operator that shouldn't affect most users 
(https://issues.apache.org/jira/browse/GROOVY-11453[GROOVY-11453])
+* Consistency was improved for Map-based property access with respect to 
visibility (https://issues.apache.org/jira/browse/GROOVY-11403[GROOVY-11403] and
+https://issues.apache.org/jira/browse/GROOVY-11367[GROOVY-11367])
+* Visibility was tightened/aligned for package-private fields, properties and 
methods (https://issues.apache.org/jira/browse/GROOVY-11357[GROOVY-11357])
 
 [[Groovy5.0-requirements]]
 == JDK requirements

Reply via email to