You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Resolved] (GROOVY-7078) make @Immutable play nice with constructor injection - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 02:29:01 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6555) Allow @Immutable classes to validate their properties upon construction - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 02:33:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7078) make @Immutable play nice with constructor injection - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 02:39:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8130) Cannot call private constructor error - @CompileStatic & default method argument - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 04:22:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6888) Static type checking fails if I change the closure input parameter name - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 06:24:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-6629) static compilation fails with obscure message when only constructor is annotated - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 06:35:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-6629) static compilation fails with obscure message when only constructor is annotated - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/01 06:38:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8410) Provide a common cache - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/01 06:57:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8151) Unreadable assert output - posted by "Michał Gazda (JIRA)" <ji...@apache.org> on 2018/02/01 11:49:00 UTC, 3 replies.
- [jira] [Commented] (GROOVY-8151) Unreadable assert output - posted by "Michał Gazda (JIRA)" <ji...@apache.org> on 2018/02/01 11:51:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8417) Add @UseCategory annotation for classes/methods instead of use() everywhere - posted by "death lord (JIRA)" <ji...@apache.org> on 2018/02/01 12:50:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8322) call() and call(Object) on Closure disallows for static dispatch of call(Object[]) - posted by "death lord (JIRA)" <ji...@apache.org> on 2018/02/01 12:50:04 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8322) Closure disallows for static dispatch of call(Object[]) - posted by "death lord (JIRA)" <ji...@apache.org> on 2018/02/01 12:51:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7390) @EqualsAndHashCode incorrect when using non-field properties - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/02 01:25:03 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7390) @EqualsAndHashCode incorrect when using non-field properties - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/02 01:26:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7390) @EqualsAndHashCode incorrect when using non-field properties - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/02 01:26:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8467) IOGroovyMethods class readLine method works unexpected in - posted by "zhuxiaobing (JIRA)" <ji...@apache.org> on 2018/02/02 03:46:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8467) IOGroovyMethods class readLine method works unexpected in - posted by "zhuxiaobing (JIRA)" <ji...@apache.org> on 2018/02/02 03:48:00 UTC, 3 replies.
- [jira] [Resolved] (GROOVY-7599) @Immutable should recognize JSR-310 classes - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/02 06:59:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8445) Static analysis does not work properly when coercing Closure to FunctionInterface - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/02 10:08:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8445) Static analysis does not work properly when coercing Closure to FunctionInterface - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/02 10:09:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8467) IOGroovyMethods class readLine method works unexpected in - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2018/02/02 12:03:00 UTC, 19 replies.
- [jira] [Created] (GROOVY-8468) @CompileStatic runtime error when call java implemented method that returns generic-array value - posted by "Andrey Artemev (JIRA)" <ji...@apache.org> on 2018/02/02 16:04:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8469) org.codehaus.groovy.runtime.typehandling.GroovyCastException: - posted by "Anna (JIRA)" <ji...@apache.org> on 2018/02/03 22:06:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7601) shallow parameter for @Immutable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/05 02:49:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-8470) dead loop when compiling 'enum in enum without semicolon' - posted by "Xiaoguang Wang (JIRA)" <ji...@apache.org> on 2018/02/05 03:48:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8470) dead loop when compiling 'enum in enum without semicolon' - posted by "Xiaoguang Wang (JIRA)" <ji...@apache.org> on 2018/02/05 03:48:02 UTC, 3 replies.
- [jira] [Commented] (GROOVY-7409) Closure reference a wrong object when is defining inside an iterator - posted by "Xiaoguang Wang (JIRA)" <ji...@apache.org> on 2018/02/05 03:55:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8470) dead loop when compiling 'enum in enum without semicolon' - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/05 05:26:00 UTC, 2 replies.
- [jira] [Resolved] (GROOVY-7601) shallow parameter for @Immutable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/05 05:30:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-5249) Avoid unnecessary locking in ClassInfo.getMetaClass - posted by "Ken Lam (JIRA)" <ji...@apache.org> on 2018/02/05 08:16:00 UTC, 1 replies.
- [jira] [Reopened] (GROOVY-7291) Primitive variables with no initial value expression not given default value when referenced within a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/06 04:15:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-7291) Primitive variables with no initial value expression not given default value when referenced within a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/06 04:15:05 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7291) Primitive variables with no initial value expression not given default value when referenced within a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/06 04:15:05 UTC, 0 replies.
- [GitHub] groovy pull request #659: GROOVY-8093: Final variable analysis broken within... - posted by paulk-asert <gi...@git.apache.org> on 2018/02/06 08:31:12 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8093) Final variable analysis broken within closure fields - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/06 08:32:00 UTC, 1 replies.
- [GitHub] groovy pull request #566: Added IgnoreDefaultEqualsAndToString - posted by melix <gi...@git.apache.org> on 2018/02/06 10:19:51 UTC, 2 replies.
- [jira] [Commented] (GROOVY-4105) List Comprehensions are Missing from Groovy - posted by "Mario Garcia (JIRA)" <ji...@apache.org> on 2018/02/06 11:38:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8467) IOGroovyMethods class readLine method works unexpected in - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/06 13:03:00 UTC, 3 replies.
- [jira] [Created] (GROOVY-8471) Contents of META-INF/services/org.codehaus.groovy.source.Extensions conflict with Maven/Jisaw - posted by "Ceki Gülcü (JIRA)" <ji...@apache.org> on 2018/02/06 15:21:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8093) Final variable analysis broken within closure fields - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/06 22:47:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8472) Final variable analysis doesn't account for early exit - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/07 00:25:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8472) Final variable analysis doesn't account for early exit - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/07 00:29:00 UTC, 2 replies.
- [jira] [Created] (GROOVY-8473) Bump asm version to 6.1-beta2 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/07 00:36:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8472) Final variable analysis doesn't account for early exit - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2018/02/07 02:01:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8469) org.codehaus.groovy.runtime.typehandling.GroovyCastException: - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2018/02/07 02:05:00 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (GROOVY-8467) IOGroovyMethods class readLine method works unexpected in - posted by "zhuxiaobing (JIRA)" <ji...@apache.org> on 2018/02/07 08:15:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8473) Bump asm version to 6.1-beta2 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/07 13:20:04 UTC, 0 replies.
- [jira] [Created] (GROOVY-8474) 'Unexpected super property set for:' when accessing super class property via super.propertyName - posted by "zhb (JIRA)" <ji...@apache.org> on 2018/02/08 02:35:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8474) 'Unexpected super property set for:' when accessing super class property via super.propertyName - posted by "zhb (JIRA)" <ji...@apache.org> on 2018/02/08 02:36:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8474) 'Unexpected super property set for:' when accessing super class property via super.propertyName - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/08 02:51:00 UTC, 5 replies.
- [jira] [Assigned] (GROOVY-8474) 'Unexpected super property set for:' when accessing super class property via super.propertyName - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/08 07:19:00 UTC, 0 replies.
- [GitHub] groovy pull request #660: Documentation: traits vs default methods: clarify ... - posted by mgansler <gi...@git.apache.org> on 2018/02/08 07:29:03 UTC, 1 replies.
- [GitHub] groovy pull request #661: Documentation: fix style-guide range example - posted by jja <gi...@git.apache.org> on 2018/02/08 23:30:24 UTC, 1 replies.
- [jira] [Created] (GROOVY-8475) CLONE - I am unable to instantiate objects using the "new" keyword - posted by "Rémy Letient (JIRA)" <ji...@apache.org> on 2018/02/10 17:33:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8475) CLONE - I am unable to instantiate objects using the "new" keyword - posted by "Rémy Letient (JIRA)" <ji...@apache.org> on 2018/02/10 17:37:00 UTC, 4 replies.
- [jira] [Commented] (GROOVY-8475) CLONE - I am unable to instantiate objects using the "new" keyword - posted by "Rémy Letient (JIRA)" <ji...@apache.org> on 2018/02/10 17:39:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8475) CLONE - I am unable to instantiate objects using the "new" keyword - posted by "Rémy Letient (JIRA)" <ji...@apache.org> on 2018/02/10 17:41:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7492) Groovy should allow CompileStatic classes to not implement GroovyObject - posted by "Harry Chan (JIRA)" <ji...@apache.org> on 2018/02/11 08:10:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8476) Static type checking doesn't inference argument's type when it's explicitly declared - posted by "Mezentsev Denis Ivanovich (JIRA)" <ji...@apache.org> on 2018/02/12 18:33:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8477) @Immutable-related transformations should be more configurable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/13 04:59:00 UTC, 0 replies.
- [GitHub] groovy pull request #662: GROOVY-8477: @Immutable-related transformations sh... - posted by paulk-asert <gi...@git.apache.org> on 2018/02/13 05:08:39 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8477) @Immutable-related transformations should be more configurable - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/13 05:09:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8478) JsonSlurper in 2.4 loses precision of big integers truncating them to longs - posted by "Alexander Astakhov (JIRA)" <ji...@apache.org> on 2018/02/13 08:07:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-8478) JsonSlurper in 2.4 loses precision of big integers truncating them to longs - posted by "Alexander Astakhov (JIRA)" <ji...@apache.org> on 2018/02/13 08:07:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8372) GrapeIvy downloads wrong artifact for non-default conf when artifact name is not the same as the module - posted by "Anthony Hsu (JIRA)" <ji...@apache.org> on 2018/02/14 00:14:00 UTC, 0 replies.
- [GitHub] groovy pull request #663: GROOVY-8471: Contents of META-INF/services/org.cod... - posted by paulk-asert <gi...@git.apache.org> on 2018/02/14 03:22:51 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8471) Contents of META-INF/services/org.codehaus.groovy.source.Extensions conflict with Maven/Jisaw - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/14 03:23:01 UTC, 2 replies.
- [jira] [Commented] (GROOVY-8338) Calling Stream.of from groovy class in JDK 9 fails - posted by "Slawomir Nowak (JIRA)" <ji...@apache.org> on 2018/02/14 15:07:00 UTC, 0 replies.
- [GitHub] groovy pull request #643: GROOVY-8241 SAM parameter type inference for expli... - posted by daniel-huss <gi...@git.apache.org> on 2018/02/14 18:47:24 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8241) SAM parameter type inference for explicit parameter - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/14 18:48:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8471) Contents of META-INF/services/org.codehaus.groovy.source.Extensions conflict with Maven/Jisaw - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/15 11:09:05 UTC, 1 replies.
- [jira] [Assigned] (GROOVY-8471) Contents of META-INF/services/org.codehaus.groovy.source.Extensions conflict with Maven/Jisaw - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/15 11:09:05 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8477) @Immutable-related transformations should be more configurable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/16 12:11:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8471) Contents of META-INF/services/org.codehaus.groovy.source.Extensions conflict with Maven/Jisaw - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/16 12:11:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8477) @Immutable-related transformations should be more configurable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/16 12:14:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8295) Groovyc ant task can overflow Windows command line if classpath is large - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/17 06:24:03 UTC, 3 replies.
- [jira] [Comment Edited] (GROOVY-8295) Groovyc ant task can overflow Windows command line if classpath is large - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/17 06:26:00 UTC, 0 replies.
- [GitHub] groovy pull request #654: Support native lambda in static compilation mode - posted by asfgit <gi...@git.apache.org> on 2018/02/17 18:32:50 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8466) Support native lambda in static compilation mode - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/17 18:34:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8473) Bump asm version to 6.1-beta2 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/17 18:38:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8410) Provide a common cache - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/17 18:40:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8474) 'Unexpected super property set for:' when accessing super class property via super.propertyName - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/17 18:40:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8466) Support native lambda in static compilation mode - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/18 05:52:00 UTC, 0 replies.
- [GitHub] groovy pull request #: - posted by paulk-asert <gi...@git.apache.org> on 2018/02/18 12:35:49 UTC, 9 replies.
- [jira] [Commented] (GROOVY-8334) Java 8 Date/Time type support in Groovy JDK - posted by "Joe Wolf (JIRA)" <ji...@apache.org> on 2018/02/18 22:42:03 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7956) Provide an AST transformation which improves named parameter support - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/19 15:36:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-3073) Private inheritance bug: Closure accessing private method - posted by "Matthew Moss (JIRA)" <ji...@apache.org> on 2018/02/19 21:54:00 UTC, 0 replies.
- [GitHub] groovy pull request #664: GROOVY-7956: Provide an AST transformation which i... - posted by paulk-asert <gi...@git.apache.org> on 2018/02/20 01:19:59 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7956) Provide an AST transformation which improves named parameter support - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/20 01:20:04 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-7956) Provide an AST transformation which improves named parameter support - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/20 02:37:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8476) Static type checking doesn't inference argument's type when it's explicitly declared - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/20 04:19:00 UTC, 0 replies.
- [GitHub] groovy pull request #665: GROOVY-7981: Not public constructors for groovy.tr... - posted by paulk-asert <gi...@git.apache.org> on 2018/02/22 05:26:36 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7981) Not public constructors for groovy.transform.Immutable anotated class - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/22 05:27:00 UTC, 3 replies.
- [GitHub] groovy pull request #453: [GROOVY-7981] Set access level for constructors cr... - posted by asfgit <gi...@git.apache.org> on 2018/02/22 07:20:22 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7981) Not public constructors for groovy.transform.Immutable anotated class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/22 09:20:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8479) sum from DefaultGroovyMethods does not have type information - posted by "Michal Kordas (JIRA)" <ji...@apache.org> on 2018/02/22 09:42:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8480) org.codehaus.groovy.runtime.ExtensionModule should move to META-INF/groovy - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/22 10:32:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8479) sum from DefaultGroovyMethods does not have type information - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/22 11:45:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8479) sum from DefaultGroovyMethods does not have type information - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/22 11:46:00 UTC, 1 replies.
- [GitHub] groovy pull request #666: GROOVY-8480: org.codehaus.groovy.runtime.Extension... - posted by paulk-asert <gi...@git.apache.org> on 2018/02/23 05:15:59 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8480) org.codehaus.groovy.runtime.ExtensionModule should move to META-INF/groovy - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/23 05:16:00 UTC, 4 replies.
- [jira] [Created] (GROOVY-8481) Writting grrovy test case - posted by "Rahul Kumar (JIRA)" <ji...@apache.org> on 2018/02/23 08:16:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8481) Writting groovy test case - posted by "Rahul Kumar (JIRA)" <ji...@apache.org> on 2018/02/23 08:33:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8481) GROOVY RUNTIME EXCEPTION - posted by "Rahul Kumar (JIRA)" <ji...@apache.org> on 2018/02/23 08:37:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8481) GROOVY TEST CASE RUNTIME EXCEPTION-MISSING METHOD EXCEPTION - posted by "Rahul Kumar (JIRA)" <ji...@apache.org> on 2018/02/23 08:40:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8295) Groovyc ant task can overflow Windows command line if classpath is large - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/24 01:53:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Benjamin Roedell (JIRA)" <ji...@apache.org> on 2018/02/24 16:40:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Benjamin Roedell (JIRA)" <ji...@apache.org> on 2018/02/24 16:41:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8451) Non-Map-Based Named Parameter Support - posted by "mgroovy (JIRA)" <ji...@apache.org> on 2018/02/24 20:46:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8379) Rework groovy-json FastStringUtils - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/25 10:07:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8379) Remove StringImplementation#OFFSET JDK4/5 enum variant from FastStringUtils - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/25 10:07:00 UTC, 0 replies.
- [GitHub] groovy pull request #667: GROOVY-8379: Rework groovy-json FastStringUtils - posted by paulk-asert <gi...@git.apache.org> on 2018/02/25 11:33:45 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8379) Rework groovy-json FastStringUtils - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/25 11:34:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-8482) Build refactor impacts on release process - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/26 07:38:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8483) groovy-all v2.5.0-beta-3 is missing from bintray - posted by "Henrik (JIRA)" <ji...@apache.org> on 2018/02/26 11:22:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8483) groovy-all v2.5.0-beta-3 is missing from bintray - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2018/02/26 11:33:00 UTC, 15 replies.
- [jira] [Assigned] (GROOVY-8482) Build refactor impacts on release process - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/26 11:52:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8404) Update DefaultGroovyMethods boolean operations - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/27 02:05:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8482) Build refactor impacts on release process - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/27 04:12:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8483) groovy-all v2.5.0-beta-3 is missing from bintray - posted by "Henrik (JIRA)" <ji...@apache.org> on 2018/02/27 08:37:00 UTC, 3 replies.
- [jira] [Resolved] (GROOVY-8482) Build refactor impacts on release process - posted by "Paul King (JIRA)" <ji...@apache.org> on 2018/02/27 14:03:00 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (GROOVY-8483) groovy-all v2.5.0-beta-3 is missing from bintray - posted by "Henrik (JIRA)" <ji...@apache.org> on 2018/02/28 10:36:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-1832) XMLParser: remove method on NodeList returns true (success). But, Node is not removed. - posted by "Mauro Molinari (JIRA)" <ji...@apache.org> on 2018/02/28 15:17:00 UTC, 1 replies.
- [jira] [Issue Comment Deleted] (GROOVY-1832) XMLParser: remove method on NodeList returns true (success). But, Node is not removed. - posted by "Mauro Molinari (JIRA)" <ji...@apache.org> on 2018/02/28 15:54:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-1832) XMLParser: remove method on NodeList returns true (success). But, Node is not removed. - posted by "Mauro Molinari (JIRA)" <ji...@apache.org> on 2018/02/28 15:54:00 UTC, 0 replies.
- [GitHub] groovy pull request #668: Fix XmlParser default constructor Javadoc - posted by sergeyh <gi...@git.apache.org> on 2018/02/28 16:04:26 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7891) Possible Problem With Closures Calling Private Methods In A Trait - posted by "Mykhailo Nesterenko (JIRA)" <ji...@apache.org> on 2018/02/28 17:05:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8484) Duplicate zip file entries in Groovy 2.5.0-beta-3 source jars on Maven Central - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2018/02/28 19:33:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-8485) PropertyHandler support producing errors when supplied class loader is not in loader chain of PropertyLoder.class - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2018/02/28 19:37:00 UTC, 0 replies.