[jira] [Updated] (GROOVY-7716) groovy.json.internal.FastStringUtils.StringImplementation#toCharArray fails on jdk9

2015-12-26 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7716: -- Affects Version/s: 2.4.5 Component/s: JSON >

[jira] [Comment Edited] (GROOVY-7709) NPE with ConvertedClosure

2015-12-26 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072013#comment-15072013 ] Shil Sinha edited comment on GROOVY-7709 at 12/26/15 11:41 PM: --- Yes, the

[GitHub] groovy pull request: GROOVY-7716 - groovy.json.internal.FastString...

2015-12-26 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/225 GROOVY-7716 - groovy.json.internal.FastStringUtils fails on jdk9 JDK 9 Compat Strings enhancement changed the internal representation of the value field from a char[] to a combination of a

[GitHub] groovy pull request: GROOVY-7709 - ConvertedClosure/ConvertedMap d...

2015-12-26 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/226 GROOVY-7709 - ConvertedClosure/ConvertedMap do not work with interface extending GroovyObject Just posting for discussion and acknowledge that there is probably a better fix and lots here is

[jira] [Commented] (GROOVY-7709) NPE with ConvertedClosure

2015-12-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072030#comment-15072030 ] ASF GitHub Bot commented on GROOVY-7709: Github user jwagenleitner commented on a diff in the

[GitHub] groovy pull request: GROOVY-7709 - ConvertedClosure/ConvertedMap d...

2015-12-26 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/226#discussion_r48451502 --- Diff: src/main/org/codehaus/groovy/runtime/ConversionHandler.java --- @@ -189,4 +202,15 @@ public static boolean isCoreObjectMethod(Method method)

[jira] [Commented] (GROOVY-7709) NPE with ConvertedClosure

2015-12-26 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072027#comment-15072027 ] John Wagenleitner commented on GROOVY-7709: --- The same issue exists for ConvertedMap. I posted