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/17 23:48:25 UTC

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

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 167d375  GROOVY-8647: Split package renaming (release note changes cont'd - add groovy-jmx)
167d375 is described below

commit 167d3752939751998c8143b155b5e0eab34a91d3
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat May 18 09:48:18 2019 +1000

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

diff --git a/site/src/site/releasenotes/groovy-3.0.adoc b/site/src/site/releasenotes/groovy-3.0.adoc
index 4074a9d..04144db 100644
--- a/site/src/site/releasenotes/groovy-3.0.adoc
+++ b/site/src/site/releasenotes/groovy-3.0.adoc
@@ -534,6 +534,12 @@ using `AntBuilder` or you will still be using the deprecated version.
 | `groovysh` is normally used as a command-line tool and its use in that form is unaffected.
 If you use any of the classes directly you can use the old versions until you migrate.
 You should not mix and match old and new classes.
+3+^| *Module: groovy-jmx*
+| groovy.util.GroovyMBean
+| groovy.jmx
+| You need to add the import for `GroovyMBean` before Groovy 4.
+Feel free to use the old class in your own code but `JmxBuilder` only uses the new class.
+You should not mix the old and new classes.
 3+^| *Module: groovy-nio*
 | org.codehaus.groovy.runtime. +
 NioGroovyMethods | org.apache.groovy.nio.extensions. +