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 008ddd6  prepare for 3.0.5 release
008ddd6 is described below

commit 008ddd6b3ba0b94e93fe40f889c02b5ceecefce2
Author: Paul King <[email protected]>
AuthorDate: Wed Jul 22 17:51:29 2020 +1000

    prepare for 3.0.5 release
---
 site/src/site/releasenotes/groovy-2.5.adoc |  5 +++--
 site/src/site/releasenotes/groovy-3.0.adoc | 25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/site/src/site/releasenotes/groovy-2.5.adoc 
b/site/src/site/releasenotes/groovy-2.5.adoc
index 36a09c4..f6d3641 100644
--- a/site/src/site/releasenotes/groovy-2.5.adoc
+++ b/site/src/site/releasenotes/groovy-2.5.adoc
@@ -735,9 +735,10 @@ for known workarounds.
 [[Groovy2.5releasenotes-Addendum2513]]
 == Addendum for 2.5.13
 
-If you are using the `SecureASTCustomizer` and relying on the exact wording of 
error
-messages, e.g. in tests, then you may need to tweak the wording in those tests.
+=== Breaking changes
 
+* If you are using the `SecureASTCustomizer` and relying on the exact wording 
of error
+messages, e.g. in tests, then you may need to tweak the wording in those tests.
 See
 (link:https://issues.apache.org/jira/browse/GROOVY-9594[GROOVY-9594])
 for more details.
diff --git a/site/src/site/releasenotes/groovy-3.0.adoc 
b/site/src/site/releasenotes/groovy-3.0.adoc
index 9ab1515..84a5c90 100644
--- a/site/src/site/releasenotes/groovy-3.0.adoc
+++ b/site/src/site/releasenotes/groovy-3.0.adoc
@@ -972,3 +972,28 @@ dependencies {
 ++++
 </details>
 ++++
+
+[[Groovy3.0releasenotes-3.0.5]]
+== Addendum for 3.0.5
+
+=== Potentially unexpected dependency changes
+
+* We have reverted TestNG to 7.1.0, so the workarounds mentioned in the 3.0.4 
release notes
+are no longer needed. You can exclude 7.1.0 and explicitly include 7.2.0 if 
you specifically
+need that version of TestNG.
+
+=== Breaking changes
+
+* If you are using `SecureASTCustomizer` and relying on the exact wording of 
error
+messages, e.g. perhaps in tests, then you may need to tweak the wording in 
those tests
+(link:https://issues.apache.org/jira/browse/GROOVY-9594[GROOVY-9594]).
+
+* If you are using the `groovy-cli-picocli` module or scripting most of 
Groovy's command line tools
+(e.g. `groovy`, `groovyc`, `groovysh`, `groovydoc` etc.)
+and you are relying on the exact wording of error messages, e.g. perhaps in 
tests,
+then you may need to tweak the wording in those tests
+(link:https://issues.apache.org/jira/browse/GROOVY-9627[GROOVY-9627]).
+
+* Groovy is now more compliant with the JavaBeans specification for one edge 
case scenario
+involving any field having a name starting with an uppercase letter
+(link:https://issues.apache.org/jira/browse/GROOVY-9618[GROOVY-9618]).

Reply via email to