[jira] [Commented] (GROOVY-7979) JsonSlurper parses a single minus character as a number

2017-05-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026973#comment-16026973 ] ASF GitHub Bot commented on GROOVY-7979: GitHub user JamesLaverack opened a pull request:

[GitHub] groovy pull request #552: GROOVY-7979: Prevent JsonSlurper issue on a single...

2017-05-26 Thread JamesLaverack
GitHub user JamesLaverack opened a pull request: https://github.com/apache/groovy/pull/552 GROOVY-7979: Prevent JsonSlurper issue on a single minus Add bound checking to JSON parser code to account for a single minus character. You can merge this pull request into a Git repository

[jira] [Updated] (GROOVY-8208) VariableExpressionTransformer does not set source position on property expressions

2017-05-26 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8208: Description: Two paths in VariableExpressionTransformer create PropertyExpression nodes to stand

[jira] [Created] (GROOVY-8208) VariableExpressionTransformer does not set source position on property expressions

2017-05-26 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8208: --- Summary: VariableExpressionTransformer does not set source position on property expressions Key: GROOVY-8208 URL: https://issues.apache.org/jira/browse/GROOVY-8208

[jira] [Commented] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-26 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026374#comment-16026374 ] Jochen Theodorou commented on GROOVY-8199: -- no, it is ok for me to change the default in 2.5.

[jira] [Created] (GROOVY-8207) Using defaults=false and includeFields=true w/ @TupleConstructor errors over metaClass

2017-05-26 Thread Emanuel Rabina (JIRA)
Emanuel Rabina created GROOVY-8207: -- Summary: Using defaults=false and includeFields=true w/ @TupleConstructor errors over metaClass Key: GROOVY-8207 URL: https://issues.apache.org/jira/browse/GROOVY-8207

[jira] [Comment Edited] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-26 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16025946#comment-16025946 ] Jochen Kemnade edited comment on GROOVY-8199 at 5/26/17 7:54 AM: -

[jira] [Commented] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-26 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16025946#comment-16025946 ] Jochen Kemnade commented on GROOVY-8199: [~blackdrag], you mean the default value should not be

[jira] [Commented] (GROOVY-8189) OutOfMemoryError with groovy.use.classvalue=false

2017-05-26 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16025940#comment-16025940 ] Jochen Kemnade commented on GROOVY-8189: The second case is not relevant for my use case as my

[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-26 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16025888#comment-16025888 ] Jochen Kemnade commented on GROOVY-7535: Thanks guys, I learned some interesting things from

[jira] [Updated] (GROOVY-8206) Groovy clone node with new parent reference in child nodes

2017-05-26 Thread Manish Yadav (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manish Yadav updated GROOVY-8206: - Description: As of now groovy supports clone node feature without storing parent reference(i.e.

[jira] [Updated] (GROOVY-8206) Groovy clone node with new parent reference in child nodes

2017-05-26 Thread Manish Yadav (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manish Yadav updated GROOVY-8206: - Summary: Groovy clone node with new parent reference in child nodes (was: Groovy clone node

[jira] [Comment Edited] (GROOVY-8206) Groovy clone node with parent

2017-05-26 Thread Manish Yadav (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16025867#comment-16025867 ] Manish Yadav edited comment on GROOVY-8206 at 5/26/17 6:16 AM: --- Actually

[jira] [Commented] (GROOVY-8206) Groovy clone node with parent

2017-05-26 Thread Manish Yadav (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16025867#comment-16025867 ] Manish Yadav commented on GROOVY-8206: -- Actually this was just a test code to demonstrate the