[jira] [Commented] (GROOVY-7874) When serializing a document with xmlUtil, namespaces that are actually necessary, are being dropped as "unused"

2016-06-25 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15349853#comment-15349853 ] Paul King commented on GROOVY-7874: --- XmlUtil like some other parts of Groovy are within normal XML spec

[jira] [Updated] (GROOVY-7874) When serializing a document with xmlUtil, namespaces that are actually necessary, are being dropped as "unused"

2016-06-25 Thread Mike Cargal (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Cargal updated GROOVY-7874: Description: The following code segment demonstrates parsing a schema and then serializing with

[jira] [Updated] (GROOVY-7874) When serializing a document with xmlUtil, namespaces that are actually necessary, are being dropped as "unused"

2016-06-25 Thread Mike Cargal (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Cargal updated GROOVY-7874: Description: The following code segment demonstrates parsing a schema and then serializing with

[jira] [Commented] (GROOVY-7874) XmlSlurper is dropping root node attributes

2016-06-25 Thread Mike Cargal (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15349507#comment-15349507 ] Mike Cargal commented on GROOVY-7874: - Thanks, it helps to know that XmlSlurper identifies and

[GitHub] groovy pull request #348: Groovy7860 AutoImplement transform

2016-06-25 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/348#discussion_r68484985 --- Diff: src/main/groovy/transform/Undefined.java --- @@ -28,6 +28,10 @@ private Undefined() {} public static final String STRING =

[jira] [Resolved] (GROOVY-7860) Groovy could implement an @AutoImplement transform

2016-06-25 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7860. --- Resolution: Fixed Fix Version/s: 2.5.0-beta-1 PR merged > Groovy could implement an