You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/15 11:03:45 UTC

[groovy-website] branch asf-site updated: GROOVY-8647: Split package renaming (release note changes cont'd)

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 5e3c412  GROOVY-8647: Split package renaming (release note changes cont'd)
5e3c412 is described below

commit 5e3c4128948bd99164580bce1b74ad17ce13ef1a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed May 15 21:03:31 2019 +1000

    GROOVY-8647: Split package renaming (release note changes cont'd)
---
 site/src/site/releasenotes/groovy-3.0.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site/src/site/releasenotes/groovy-3.0.adoc b/site/src/site/releasenotes/groovy-3.0.adoc
index f3e5bde..04cf05b 100644
--- a/site/src/site/releasenotes/groovy-3.0.adoc
+++ b/site/src/site/releasenotes/groovy-3.0.adoc
@@ -503,6 +503,11 @@ Read the _Notes_ column in the table below for further details.
 |New copied class/package name +
 (3.0 and above)
 |Notes
+3+^| Module: groovy-ant
+| groovy.util
+| groovy.ant
+| Add an `import groovy.ant.AntBuilder` to classes/scripts
+using `AntBuilder` or you will still be using the deprecated version.
 3+^| Module: groovy-console
 | groovy.ui.ConsoleApplet
 | N/A