[jira] [Commented] (GROOVY-8217) java.lang.ClassNotFoundException: java$lang$Enum

2017-06-01 Thread Radoslav Ivanov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034158#comment-16034158 ] Radoslav Ivanov commented on GROOVY-8217: - Hi John Thanks for the fast reply. We will give it a

[jira] [Commented] (GROOVY-8217) java.lang.ClassNotFoundException: java$lang$Enum

2017-06-01 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034111#comment-16034111 ] John Wagenleitner commented on GROOVY-8217: --- This looks similar to GROOVY-8160, can you test

[jira] [Created] (GROOVY-8217) java.lang.ClassNotFoundException: java$lang$Enum

2017-06-01 Thread Radoslav Ivanov (JIRA)
Radoslav Ivanov created GROOVY-8217: --- Summary: java.lang.ClassNotFoundException: java$lang$Enum Key: GROOVY-8217 URL: https://issues.apache.org/jira/browse/GROOVY-8217 Project: Groovy

[jira] [Updated] (GROOVY-8215) Implicit .call doesn't work with operators

2017-06-01 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniil Ovchinnikov updated GROOVY-8215: --- Description: {code} interface Callable { def call(it) } class

[jira] [Created] (GROOVY-8215) Implicit .call doesn't work with operators

2017-06-01 Thread Daniil Ovchinnikov (JIRA)
Daniil Ovchinnikov created GROOVY-8215: -- Summary: Implicit .call doesn't work with operators Key: GROOVY-8215 URL: https://issues.apache.org/jira/browse/GROOVY-8215 Project: Groovy

[jira] [Created] (GROOVY-8214) Implicit .call is inconsistent

2017-06-01 Thread Daniil Ovchinnikov (JIRA)
Daniil Ovchinnikov created GROOVY-8214: -- Summary: Implicit .call is inconsistent Key: GROOVY-8214 URL: https://issues.apache.org/jira/browse/GROOVY-8214 Project: Groovy Issue Type: Bug

[jira] [Created] (GROOVY-8213) Closures are maybe not Threadsafe

2017-06-01 Thread JIRA
Björn Kautler created GROOVY-8213: - Summary: Closures are maybe not Threadsafe Key: GROOVY-8213 URL: https://issues.apache.org/jira/browse/GROOVY-8213 Project: Groovy Issue Type: Bug

[jira] [Commented] (GROOVY-8209) create simple http client

2017-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16032734#comment-16032734 ] ASF GitHub Bot commented on GROOVY-8209: GitHub user dlukyanov opened a pull request:

[GitHub] groovy pull request #556: GROOVY-8209 simple http client without extra depen...

2017-06-01 Thread dlukyanov
GitHub user dlukyanov opened a pull request: https://github.com/apache/groovy/pull/556 GROOVY-8209 simple http client without extra dependecies [WIP] The idea is to create a simple http client without extra dependencies that will cover rest client needs. Code example: