[jira] [Created] (GROOVY-8123) Wrong invokation target of static method

2017-03-15 Thread JIRA
Jędrzej Dąbrowa created GROOVY-8123: --- Summary: Wrong invokation target of static method Key: GROOVY-8123 URL: https://issues.apache.org/jira/browse/GROOVY-8123 Project: Groovy Issue Type:

[jira] [Created] (GROOVY-8122) Wrong invokation target of static method

2017-03-15 Thread JIRA
Jędrzej Dąbrowa created GROOVY-8122: --- Summary: Wrong invokation target of static method Key: GROOVY-8122 URL: https://issues.apache.org/jira/browse/GROOVY-8122 Project: Groovy Issue Type:

[jira] [Commented] (GROOVY-8046) ClassFormatError void field

2017-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15927499#comment-15927499 ] ASF GitHub Bot commented on GROOVY-8046: Github user asfgit closed the pull request at:

[GitHub] groovy pull request #513: GROOVY-8046: ClassFormatError void field

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/513 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (GROOVY-7407) Compilation not thread safe if Grape / Ivy is used in Groovy scripts

2017-03-15 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15927533#comment-15927533 ] Jex Jexler commented on GROOVY-7407: Narrowing in: GrapeIvy's grab(...) calls {{URI []

[jira] [Closed] (GROOVY-8122) Wrong invokation target of static method

2017-03-15 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-8122. - Resolution: Duplicate Duplicate submission for GROOVY-8123 > Wrong invokation target of static method >

[jira] [Updated] (GROOVY-7407) Compilation not thread safe if Grape / Ivy is used in Groovy scripts

2017-03-15 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jex Jexler updated GROOVY-7407: --- Attachment: GrabConcurrencyTest.java I have looked at what GroovyCompileConcurrencyTest calls from

[jira] [Updated] (GROOVY-7407) Compilation not thread safe if Grape / Ivy is used in Groovy scripts

2017-03-15 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jex Jexler updated GROOVY-7407: --- Attachment: (was: GrabConcurrencyTest.java) > Compilation not thread safe if Grape / Ivy is used

[jira] [Updated] (GROOVY-7407) Compilation not thread safe if Grape / Ivy is used in Groovy scripts

2017-03-15 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jex Jexler updated GROOVY-7407: --- Attachment: GrabConcurrencyTest.java Fixed the new GrabConcurrencyTest such that it creates args and

[jira] [Comment Edited] (GROOVY-7407) Compilation not thread safe if Grape / Ivy is used in Groovy scripts

2017-03-15 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925660#comment-15925660 ] Jex Jexler edited comment on GROOVY-7407 at 3/15/17 7:22 AM: - I have looked