[jira] [Resolved] (GROOVY-8492) Groovy console should show generated lambda classes when showing generated closure classes

2018-03-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8492. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 2.6.0-alpha-4

[jira] [Reopened] (GROOVY-8493) Native lambdas with @CompileStatic at method level

2018-03-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reopened GROOVY-8493: --- > Native lambdas with @CompileStatic at method level > --

[jira] [Updated] (GROOVY-8493) Native lambdas with @CompileStatic at method level

2018-03-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8493: -- Fix Version/s: (was: 2.6.0-alpha-4) > Native lambdas with @CompileStatic at method level >

[jira] [Assigned] (GROOVY-8493) Native lambdas with @CompileStatic at method level

2018-03-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8493: - Assignee: (was: Paul King) > Native lambdas with @CompileStatic at method level > --

[jira] [Resolved] (GROOVY-8493) Native lambdas with @CompileStatic at method level

2018-03-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8493. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 2.6.0-alpha-4 > Native lambdas w

[jira] [Created] (GROOVY-8493) Native lambdas with @CompileStatic at method level

2018-03-05 Thread Paul King (JIRA)
Paul King created GROOVY-8493: - Summary: Native lambdas with @CompileStatic at method level Key: GROOVY-8493 URL: https://issues.apache.org/jira/browse/GROOVY-8493 Project: Groovy Issue Type: Bug

[jira] [Created] (GROOVY-8492) Groovy console should show generated lambda classes when showing generated closure classes

2018-03-05 Thread Paul King (JIRA)
Paul King created GROOVY-8492: - Summary: Groovy console should show generated lambda classes when showing generated closure classes Key: GROOVY-8492 URL: https://issues.apache.org/jira/browse/GROOVY-8492

[jira] [Resolved] (GROOVY-8422) Incorrect properties copy in Sql.newInstance

2018-03-05 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-8422. --- Resolution: Fixed Assignee: John Wagenleitner Fix Version/s: 2.4.15 T

[jira] [Commented] (GROOVY-8422) Incorrect properties copy in Sql.newInstance

2018-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387194#comment-16387194 ] ASF GitHub Bot commented on GROOVY-8422: Github user asfgit closed the pull reque

[GitHub] groovy pull request #671: GROOVY-8422: Incorrect properties copy in Sql.newI...

2018-03-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/671 ---

[jira] [Commented] (GROOVY-8490) Extend @Newify to support a class name pattern parameter

2018-03-05 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386801#comment-16386801 ] mgroovy commented on GROOVY-8490: - * I would apply the pattern against the name the devel

[jira] [Commented] (GROOVY-8422) Incorrect properties copy in Sql.newInstance

2018-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386313#comment-16386313 ] ASF GitHub Bot commented on GROOVY-8422: GitHub user jwagenleitner opened a pull

[GitHub] groovy pull request #671: GROOVY-8422: Incorrect properties copy in Sql.newI...

2018-03-05 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/671 GROOVY-8422: Incorrect properties copy in Sql.newInstance The provided Properties should be passed to the DriverManager as-is. A copy is only needed when changes are made to the provided Pr

[GitHub] groovy pull request #669: Fix ArrayIndexOutOfBoundsException in CallSiteWrit...

2018-03-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/669 ---

[jira] [Commented] (GROOVY-8490) Extend @Newify to support a class name pattern parameter

2018-03-05 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385872#comment-16385872 ] Daniil Ovchinnikov commented on GROOVY-8490: {code} import com.foo.Bar import