[jira] [Commented] (GROOVY-9069) assignment in map by named index causes casting error

2019-04-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16811343#comment-16811343 ] Paul King commented on GROOVY-9069: --- The workaround is probably to remove @CompileStatic. It would be

[jira] [Updated] (GROOVY-9069) assignment in map by named index causes casting error

2019-04-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9069: -- Description: If I assign a value to a collection via a named index (key name) I get a casting error

[jira] [Commented] (GROOVY-9070) OpenJdk 11 Illegal reflective access

2019-04-05 Thread Pruteanu Dragos (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16811162#comment-16811162 ] Pruteanu Dragos commented on GROOVY-9070: - Thank you for the answer. How may I set an

[jira] [Resolved] (GROOVY-9071) Bump gradle to 5.3.1

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-9071. Resolution: Fixed Fixed by 

[jira] [Updated] (GROOVY-9071) Bump gradle to 5.3.1

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9071: --- Issue Type: Dependency upgrade (was: Improvement) > Bump gradle to 5.3.1 > >

[jira] [Created] (GROOVY-9071) Bump gradle to 5.3.1

2019-04-05 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-9071: -- Summary: Bump gradle to 5.3.1 Key: GROOVY-9071 URL: https://issues.apache.org/jira/browse/GROOVY-9071 Project: Groovy Issue Type: Improvement

[jira] [Closed] (GROOVY-9070) OpenJdk 11 Illegal reflective access

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun closed GROOVY-9070. -- Resolution: Duplicate The suggested workaround while we fix this issue is to use the environment

[jira] [Comment Edited] (GROOVY-9068) GroovyScriptEngine causes Metaspace OOM

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810820#comment-16810820 ] Daniel Sun edited comment on GROOVY-9068 at 4/5/19 4:43 PM: Please try

[jira] [Created] (GROOVY-9070) OpenJdk 11 Illegal reflective access

2019-04-05 Thread Pruteanu Dragos (JIRA)
Pruteanu Dragos created GROOVY-9070: --- Summary: OpenJdk 11 Illegal reflective access Key: GROOVY-9070 URL: https://issues.apache.org/jira/browse/GROOVY-9070 Project: Groovy Issue Type: Bug

[jira] [Created] (GROOVY-9069) assignment in map by named index causes casting error

2019-04-05 Thread Ryan Vanderwerf (JIRA)
Ryan Vanderwerf created GROOVY-9069: --- Summary: assignment in map by named index causes casting error Key: GROOVY-9069 URL: https://issues.apache.org/jira/browse/GROOVY-9069 Project: Groovy

[jira] [Commented] (GROOVY-9058) each parameter type not correctly inferenced

2019-04-05 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810904#comment-16810904 ] Eric Milles commented on GROOVY-9058: - I tried to make the minimal change since I do not have groovy

[jira] [Commented] (GROOVY-9058) each parameter type not correctly inferenced

2019-04-05 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810895#comment-16810895 ] Jochen Theodorou commented on GROOVY-9058: -- a general comment about isDynamicTyped(). I think

[jira] [Commented] (GROOVY-9058) each parameter type not correctly inferenced

2019-04-05 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810894#comment-16810894 ] Jochen Theodorou commented on GROOVY-9058: -- Don't your suggested changes break flow typing?

[jira] [Updated] (GROOVY-9067) Compile Java stubs with standard API

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9067: --- Description: Currently we compile Java stubs in 2 different ways:  # Javac, compile stubs in file

[GitHub] [groovy] danielsun1106 opened a new pull request #904: GROOVY-9067: Compile Java stubs with standard API

2019-04-05 Thread GitBox
danielsun1106 opened a new pull request #904: GROOVY-9067: Compile Java stubs with standard API URL: https://github.com/apache/groovy/pull/904 This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (GROOVY-9067) Compile Java stubs with standard API

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9067: --- Description: Currently we compile Java stubs with 2 different ways:  # Javac, compile stubs in

[jira] [Commented] (GROOVY-9068) GroovyScriptEngine causes Metaspace OOM

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810820#comment-16810820 ] Daniel Sun commented on GROOVY-9068: Please try 2.5.6+, we tweaked the implementation of evaluating

[jira] [Created] (GROOVY-9068) GroovyScriptEngine causes Metaspace OOM

2019-04-05 Thread Jingfei Hu (JIRA)
Jingfei Hu created GROOVY-9068: -- Summary: GroovyScriptEngine causes Metaspace OOM Key: GROOVY-9068 URL: https://issues.apache.org/jira/browse/GROOVY-9068 Project: Groovy Issue Type: Bug

[jira] [Updated] (GROOVY-9067) Compile Java stubs with standard API

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9067: --- Description: Currently we compile Java stubs with 2 different ways:  # Javac, compile stubs in

[jira] [Updated] (GROOVY-9067) Compile Java stubs with standard API

2019-04-05 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9067: --- Summary: Compile Java stubs with standard API (was: Compile Java stub compilation with) >

[jira] [Created] (GROOVY-9067) Compile Java stub compilation with

2019-04-05 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-9067: -- Summary: Compile Java stub compilation with Key: GROOVY-9067 URL: https://issues.apache.org/jira/browse/GROOVY-9067 Project: Groovy Issue Type: Improvement