[jira] [Commented] (GROOVY-8356) Use javax.validation 2.0 API results in GroovyBugError

2017-10-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16208591#comment-16208591 ] Paul King commented on GROOVY-8356: --- I haven't looked into the error yet but TYPE_USE is defined in

[jira] [Commented] (GROOVY-1705) stop running GroovyScriptEngine

2017-10-17 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16208116#comment-16208116 ] Jochen Theodorou commented on GROOVY-1705: -- See

[jira] [Commented] (GROOVY-1705) stop running GroovyScriptEngine

2017-10-17 Thread Evgeni Kumanov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207986#comment-16207986 ] Evgeni Kumanov commented on GROOVY-1705: Jochen Theodorou, can you elaborate more on that

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2017-10-17 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207898#comment-16207898 ] Shil Sinha commented on GROOVY-8355: This shouldn't be expected to work since the type checker can't

[jira] [Comment Edited] (GROOVY-7492) Groovy should allow CompileStatic classes to not implement GroovyObject

2017-10-17 Thread Harry Chan (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207748#comment-16207748 ] Harry Chan edited comment on GROOVY-7492 at 10/17/17 3:50 PM: -- I just

[jira] [Commented] (GROOVY-8356) Use javax.validation 2.0 API results in GroovyBugError

2017-10-17 Thread Graeme Rocher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207766#comment-16207766 ] Graeme Rocher commented on GROOVY-8356: --- I would say this issue is pretty serious, as it makes

[jira] [Created] (GROOVY-8356) Use javax.validation 2.0 API results in GroovyBugError

2017-10-17 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-8356: - Summary: Use javax.validation 2.0 API results in GroovyBugError Key: GROOVY-8356 URL: https://issues.apache.org/jira/browse/GROOVY-8356 Project: Groovy

[jira] [Commented] (GROOVY-7492) Groovy should allow CompileStatic classes to not implement GroovyObject

2017-10-17 Thread Harry Chan (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207748#comment-16207748 ] Harry Chan commented on GROOVY-7492: I just encountered 2 cases which will make the @POJO be very

[jira] [Assigned] (GROOVY-8343) Issue implementing Java interface

2017-10-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8343: - Assignee: Paul King > Issue implementing Java interface > - > >

[jira] [Commented] (GROOVY-8343) Issue implementing Java interface

2017-10-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207623#comment-16207623 ] Paul King commented on GROOVY-8343: --- Workaround is to fully qualify the return type, e.g.: {code}