You are viewing a plain text version of this content. The canonical link for it is here.
- groovy git commit: build fix: jdk9 switched to GNU-style for new CLI opts - posted by jw...@apache.org on 2016/10/01 20:08:16 UTC, 0 replies.
- groovy git commit: Fix package lookup for jdk9 modular runtime - posted by jw...@apache.org on 2016/10/02 18:40:01 UTC, 0 replies.
- groovy git commit: fix possible deserialization exploit by overriding readObject - posted by bl...@apache.org on 2016/10/03 16:24:00 UTC, 1 replies.
- [1/2] groovy git commit: JDK9: fix setup for extension module tests and fix setting accessibility for methods and fields, as those may now only partially available - posted by bl...@apache.org on 2016/10/03 16:34:14 UTC, 0 replies.
- [2/2] groovy git commit: fix test helper so JDK detection doesn't fail when run on pre-JDK9 VMs - posted by bl...@apache.org on 2016/10/03 16:34:15 UTC, 0 replies.
- groovy git commit: miner fixes for jdk9 and adaption to differing source level from master - posted by bl...@apache.org on 2016/10/03 16:46:17 UTC, 0 replies.
- groovy git commit: fix some badly formed string quoting - posted by pa...@apache.org on 2016/10/03 20:51:08 UTC, 1 replies.
- groovy git commit: replace bytecode generated ExceptionUtils by a Java based version - posted by bl...@apache.org on 2016/10/03 23:17:07 UTC, 0 replies.
- groovy git commit: formatting and general tidy up of some tests - posted by pa...@apache.org on 2016/10/04 00:59:43 UTC, 1 replies.
- groovy git commit: align IDEA language level with source compatibility settings - posted by pa...@apache.org on 2016/10/04 12:21:19 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-7955: Groovydoc fails to parse Java source files containing the diamond operator - posted by pa...@apache.org on 2016/10/04 21:14:24 UTC, 1 replies.
- [2/2] groovy git commit: Merge branch 'groovy7955' - posted by pa...@apache.org on 2016/10/04 21:14:25 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-7955: Groovydoc fails to parse Java source files containing the diamond operator (tweak to allow testing of java 7 diamond operator with 1.6 source compatibility) - posted by pa...@apache.org on 2016/10/04 21:44:05 UTC, 0 replies.
- groovy git commit: GROOVY-7958: Incorrect parsing of comma-separated variable declaration as single statement after if/while/for (closes #437) - posted by pa...@apache.org on 2016/10/05 23:02:40 UTC, 1 replies.
- groovy git commit: GROOVY-7952: Property expressions for extension methods starting with 'is' fail STC (closes #436) * Add support for 'is' getter method variants of GROOVY-5580 - posted by sh...@apache.org on 2016/10/06 02:59:25 UTC, 1 replies.
- groovy git commit: GROOVY-6584: Cannot use memoize() to cache metaclass method call (closes #434) - posted by jw...@apache.org on 2016/10/07 03:43:03 UTC, 0 replies.
- [1/3] groovy git commit: GROOVY-6584: Cannot use memoize() to cache metaclass method call (closes #434) - posted by jw...@apache.org on 2016/10/07 04:01:53 UTC, 0 replies.
- [2/3] groovy git commit: GROOVY-7960: throw NoSuchElementException instead of returning null (closes #412) - posted by jw...@apache.org on 2016/10/07 04:01:54 UTC, 0 replies.
- [3/3] groovy git commit: GROOVY-7961: ObjectRange do not return null when exhausted (closes #440) - posted by jw...@apache.org on 2016/10/07 04:01:55 UTC, 0 replies.
- groovy git commit: output slightly more info when encountering groovydoc errors - posted by pa...@apache.org on 2016/10/07 08:13:35 UTC, 1 replies.
- groovy git commit: StaticTypesCallSiteWriter#makeGetPropertySite: remove unnecessary check for isXxx getter method on Object - posted by sh...@apache.org on 2016/10/08 16:36:38 UTC, 1 replies.
- groovy git commit: MOP2: first step in implementing the constant meta class and facade - posted by bl...@apache.org on 2016/10/09 16:26:47 UTC, 0 replies.
- groovy git commit: GROOVY-7953: property expressions for extension methods on primitives fail STC (closes #442) - posted by sh...@apache.org on 2016/10/09 17:03:18 UTC, 1 replies.
- groovy git commit: formatting - posted by pa...@apache.org on 2016/10/10 05:48:30 UTC, 1 replies.
- groovy git commit: GROOVY-7877: The Range abstraction could support numeric ranges where the items in the range differ by some step size different to 1 (closes #366) - posted by pa...@apache.org on 2016/10/10 06:17:03 UTC, 0 replies.
- groovy git commit: trivial refactor (method no longer needed) - posted by pa...@apache.org on 2016/10/10 06:19:54 UTC, 0 replies.
- groovy git commit: GROOVY-7646: allow classes to be removed from the ClassInfo cache (closes #444) - posted by jw...@apache.org on 2016/10/12 02:50:03 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-7646: allow classes to be removed from the ClassInfo cache (closes #444) - posted by jw...@apache.org on 2016/10/12 03:14:39 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-7646: remove classes via InvokerHelper when closing the GroovyClassLoader or flushing its cache (closes #445) - posted by jw...@apache.org on 2016/10/12 03:14:40 UTC, 0 replies.
- groovy git commit: add missing import (problem with merge for ca0e98d956) - posted by jw...@apache.org on 2016/10/12 04:07:26 UTC, 0 replies.
- groovy git commit: GROOVY-7967: AstNodeToScriptAdapter should output source using the recommended modifier order (closes #447) - posted by pa...@apache.org on 2016/10/12 10:36:08 UTC, 0 replies.
- groovy git commit: GROOVY-7951: MethodCallExpression.transformExpression does not copy generic types (closes #441) - posted by jw...@apache.org on 2016/10/13 05:08:35 UTC, 1 replies.
- groovy git commit: GROOVY-7969: Incorrect modifers on setter for volatile property with @Bindable/@Vetoable (closes #448) - posted by pa...@apache.org on 2016/10/13 07:28:36 UTC, 1 replies.
- groovy git commit: improved class comment - posted by pa...@apache.org on 2016/10/13 13:18:38 UTC, 1 replies.
- groovy git commit: Add groovy-macro documentation (closes #439) - posted by pa...@apache.org on 2016/10/14 10:54:15 UTC, 0 replies.
- groovy git commit: Integrate with build scans 1.2 - posted by cc...@apache.org on 2016/10/15 15:57:33 UTC, 0 replies.
- groovy git commit: Update build scans recipe version - posted by cc...@apache.org on 2016/10/15 16:41:23 UTC, 0 replies.
- groovy git commit: GROOVY-7948: fix completion of static imports in groovysh (closes #438) - posted by jw...@apache.org on 2016/10/16 05:41:34 UTC, 1 replies.
- groovy git commit: GROOVY-7291: Declaration of double without assignment null in closure (closes #446) - posted by jw...@apache.org on 2016/10/16 06:14:06 UTC, 1 replies.
- groovy git commit: GROOVY-7291: test workaround until issue is resolved for Indy - posted by jw...@apache.org on 2016/10/16 08:12:42 UTC, 1 replies.
- groovy git commit: Upgrade to build scan recipes 0.1.0-beta-5 - posted by cc...@apache.org on 2016/10/16 13:47:34 UTC, 0 replies.
- groovy git commit: Groovy-7291: reenable tests and fix the fix for indy as well - posted by bl...@apache.org on 2016/10/16 14:01:59 UTC, 1 replies.
- groovy git commit: Add GC stats to build scan - posted by cc...@apache.org on 2016/10/16 16:42:04 UTC, 0 replies.
- groovy git commit: GROOVY-7291: add test to cover all primitives - posted by jw...@apache.org on 2016/10/21 14:35:13 UTC, 1 replies.
- groovy git commit: GROOVY-7932: generate bridge methods for private constructors during static compilation (closes #449) - posted by sh...@apache.org on 2016/10/22 21:13:29 UTC, 1 replies.
- [1/2] groovy git commit: JsonGenerator - JSON serialization options (closes #371, closes #433) - posted by jw...@apache.org on 2016/10/23 23:48:07 UTC, 0 replies.
- [2/2] groovy git commit: JsonGenerator - JSON serialization options (closes #371, closes #433) - posted by jw...@apache.org on 2016/10/23 23:48:08 UTC, 0 replies.
- groovy git commit: fix JsonTest spec test - posted by jw...@apache.org on 2016/10/24 00:47:42 UTC, 0 replies.
- groovy git commit: GROOVY-7973: Class.this not evaluated correctly within a closure within an inner class (closes #451) - posted by pa...@apache.org on 2016/10/28 04:15:50 UTC, 1 replies.