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 db14b0c GROOVY-8647: Split package renaming (release note changes
cont'd)
db14b0c is described below
commit db14b0cfefb66beb62f3a13462e69f4f79c20480
Author: Paul King <[email protected]>
AuthorDate: Thu May 16 20:02:07 2019 +1000
GROOVY-8647: Split package renaming (release note changes cont'd)
---
site/src/site/releasenotes/groovy-3.0.adoc | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/site/src/site/releasenotes/groovy-3.0.adoc
b/site/src/site/releasenotes/groovy-3.0.adoc
index bb41ed2..9bc4fa2 100644
--- a/site/src/site/releasenotes/groovy-3.0.adoc
+++ b/site/src/site/releasenotes/groovy-3.0.adoc
@@ -555,6 +555,16 @@ NotYetImplemented
get the deprecated version. You will need to do this before Groovy 4.
| groovy.lang
| groovy.test
+3+^| Module: groovy-xml
+| groovy.util
+| groovy.xml
+| For classes like `XmlParser` and `XmlSlurper`, you need to import
`groovy.xml.XmlParser` and `groovy.xml.XmlSlurper` respectively to not
+ get the deprecated versions. You will need to do this before Groovy 4. If
you are using `groovy.xml.XmlUtil.serialize` on a
+ `groovy.util.slurpersupport.GPathResult`, you will need to swap to using the
deprecated methods in `groovy.util.XmlUtil` since
+ `groovy.xml.XmlUtil` only handles the new classes.
+| org.codehaus.groovy.tools.xml.DomToGroovy
+| org.apache.groovy.xml.tools
+|
|===
[[Groovy3.0releasenotes-Miscimprovements]]