[jira] [Commented] (GROOVY-8968) Upgrade picocli to 3.9.2 from 3.7.0

2019-01-24 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751661#comment-16751661 ] Remko Popma commented on GROOVY-8968: - Found it: http://ci.groovy-lang.org/ > Upgrade picocli to

[jira] [Commented] (GROOVY-8704) IntRange should be Serializable

2019-01-24 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751600#comment-16751600 ] Robert Scholte commented on GROOVY-8704: :D > IntRange should be Serializable >

[jira] [Commented] (GROOVY-8969) Parameter name data is erased when applying traits regardless of --parameters setting

2019-01-24 Thread Graeme Rocher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751104#comment-16751104 ] Graeme Rocher commented on GROOVY-8969: --- Causing

[jira] [Created] (GROOVY-8969) Parameter name data is erased when applying traits regardless of --parameters setting

2019-01-24 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-8969: - Summary: Parameter name data is erased when applying traits regardless of --parameters setting Key: GROOVY-8969 URL: https://issues.apache.org/jira/browse/GROOVY-8969

[jira] [Commented] (GROOVY-8968) Upgrade picocli to 3.9.2 from 3.7.0

2019-01-24 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16751084#comment-16751084 ] Remko Popma commented on GROOVY-8968: - What was the URL for the Continuous Integration server again?

[jira] [Created] (GROOVY-8968) Upgrade picocli to 3.9.2 from 3.7.0

2019-01-24 Thread Remko Popma (JIRA)
Remko Popma created GROOVY-8968: --- Summary: Upgrade picocli to 3.9.2 from 3.7.0 Key: GROOVY-8968 URL: https://issues.apache.org/jira/browse/GROOVY-8968 Project: Groovy Issue Type: Dependency

[jira] [Commented] (GROOVY-8238) multiple-catch statement behaves strangely

2019-01-24 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16750912#comment-16750912 ] Paul King commented on GROOVY-8238: --- The following example fails in Groovy 2.5.5 but passes in

[jira] [Updated] (GROOVY-8238) multiple-catch statement behaves strangely

2019-01-24 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8238: -- Description: {code:java} try { throw new AnyJavaException() } catch ( AnyJavaException1 |

[jira] [Updated] (GROOVY-8238) multiple-catch statement behaves strangely

2019-01-24 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8238: -- Description: {code:java} try { throw new AnyJavaException() } catch ( AnyJavaException1 |