You are viewing a plain text version of this content. The canonical link for it is here.
- incubator-groovy git commit: fix findbugs warning concerning performance of integer parsing - posted by pa...@apache.org on 2015/12/01 19:33:46 UTC, 1 replies.
- incubator-groovy git commit: GROOVY-7673: Remove synchronized methods of groovy.sql.Sql and document it as not thread-safe - posted by pa...@apache.org on 2015/12/01 19:58:18 UTC, 1 replies.
- svn commit: r11378 - /dev/incubator/groovy/ - posted by co...@apache.org on 2015/12/01 20:29:18 UTC, 0 replies.
- svn commit: r11378 - /dev/groovy/ - posted by co...@apache.org on 2015/12/01 20:29:18 UTC, 0 replies.
- svn commit: r11379 - /release/incubator/groovy/ - posted by co...@apache.org on 2015/12/01 20:30:10 UTC, 0 replies.
- svn commit: r11379 - /release/groovy/ - posted by co...@apache.org on 2015/12/01 20:30:10 UTC, 0 replies.
- groovy git commit: Remove incubator from the URL of the repositories (closes #202) - posted by pa...@apache.org on 2015/12/02 22:17:49 UTC, 1 replies.
- groovy git commit: Revert "GROOVY-7673: Remove synchronized methods of groovy.sql.Sql and document it as not thread-safe" - posted by pa...@apache.org on 2015/12/04 00:02:08 UTC, 0 replies.
- groovy git commit: Fixed typo in javadoc - posted by jw...@apache.org on 2015/12/04 21:01:40 UTC, 0 replies.
- groovy git commit: GROOVY-7694 Results of spread safe method calls should be stored in temporary variables Closes #200 - posted by sh...@apache.org on 2015/12/05 06:45:14 UTC, 1 replies.
- [1/3] groovy git commit: Support for Array and Iterable not just Collection in StreamingJsonBuilder (closes #203) - posted by jw...@apache.org on 2015/12/06 22:11:29 UTC, 0 replies.
- [2/3] groovy git commit: Binary compatibility improvements - posted by jw...@apache.org on 2015/12/06 22:11:30 UTC, 0 replies.
- [3/3] groovy git commit: Fix typo - posted by jw...@apache.org on 2015/12/06 22:11:31 UTC, 0 replies.
- groovy git commit: GROOVY-7465: ResourceGroovyMethods/NioGroovyMethods BOM behavior is inconsistent (closes #176) - posted by ke...@apache.org on 2015/12/08 05:06:04 UTC, 0 replies.
- groovy git commit: GROOVY-7703 - Add support for Iterable with Closure to JsonBuilder/StreamingJsonBuilder (closes #206) - posted by jw...@apache.org on 2015/12/09 06:05:56 UTC, 0 replies.
- groovy git commit: Fix a few documentation typos (closes #211) - posted by pa...@apache.org on 2015/12/11 22:40:54 UTC, 1 replies.
- [1/3] groovy git commit: GROOVY-7706 - StreamingJsonBuilder should handle nested closures (closes #208) - posted by jw...@apache.org on 2015/12/12 00:07:59 UTC, 0 replies.
- [2/3] groovy git commit: GROOVY-7708 - StreamingJsonBuilder - improve @CompileStatic support (closes #209) - posted by jw...@apache.org on 2015/12/12 00:08:00 UTC, 0 replies.
- [3/3] groovy git commit: GROOVY-7707 - StreamingJsonBuilder - writing unescaped output doesn't reset state (closes #210) - posted by jw...@apache.org on 2015/12/12 00:08:01 UTC, 0 replies.
- [1/7] groovy git commit: Binary compatibility improvements - posted by jw...@apache.org on 2015/12/12 00:30:16 UTC, 0 replies.
- [2/7] groovy git commit: Support for Array and Iterable not just Collection in StreamingJsonBuilder (closes #203) - posted by jw...@apache.org on 2015/12/12 00:30:17 UTC, 0 replies.
- [3/7] groovy git commit: Fix typo - posted by jw...@apache.org on 2015/12/12 00:30:18 UTC, 0 replies.
- [4/7] groovy git commit: GROOVY-7703 - Add support for Iterable with Closure to JsonBuilder/StreamingJsonBuilder (closes #206) - posted by jw...@apache.org on 2015/12/12 00:30:19 UTC, 0 replies.
- [5/7] groovy git commit: GROOVY-7706 - StreamingJsonBuilder should handle nested closures (closes #208) - posted by jw...@apache.org on 2015/12/12 00:30:20 UTC, 0 replies.
- [6/7] groovy git commit: GROOVY-7708 - StreamingJsonBuilder - improve @CompileStatic support (closes #209) - posted by jw...@apache.org on 2015/12/12 00:30:21 UTC, 0 replies.
- [7/7] groovy git commit: GROOVY-7707 - StreamingJsonBuilder - writing unescaped output doesn't reset state (closes #210) - posted by jw...@apache.org on 2015/12/12 00:30:22 UTC, 0 replies.
- groovy git commit: Documentation: style-guide: escaped -> so it does not appear as → (closes #212) - posted by pa...@apache.org on 2015/12/12 10:49:48 UTC, 1 replies.
- groovy git commit: GROOVY-6958 null != NullObject when using categories Closes #207 - posted by sh...@apache.org on 2015/12/13 03:52:10 UTC, 0 replies.
- groovy git commit: GROOVY-7420: Prefer a method signature without boxing or unboxing (closes #204) - posted by pa...@apache.org on 2015/12/16 22:53:43 UTC, 1 replies.
- groovy git commit: GROOVY-7698 Safe navigation is broken for property style non-synthetic setter calls under static compilation Closes #201 - posted by sh...@apache.org on 2015/12/17 06:42:09 UTC, 1 replies.
- groovy git commit: GROOVY-7715: ulimit use is not supported on NonStop (closes #215) - posted by pa...@apache.org on 2015/12/20 12:32:40 UTC, 1 replies.
- [1/3] groovy git commit: Fix a generic types comparison - posted by pa...@apache.org on 2015/12/20 12:39:35 UTC, 1 replies.
- [2/3] groovy git commit: Simplify some expressions - posted by pa...@apache.org on 2015/12/20 12:39:36 UTC, 1 replies.
- [3/3] groovy git commit: Remove some unused statements (closes #214) - posted by pa...@apache.org on 2015/12/20 12:39:37 UTC, 1 replies.
- groovy git commit: GROOVY-7717 StaticTypeCheckingTestCase#shouldFailWithMessages erroneously passes *StaticTypeCheckingTestCase: shouldFailWithMessages should only pass if all and only the expected error messages occur *PrecompiledExtensionNotExtendingDS - posted by sh...@apache.org on 2015/12/21 14:46:42 UTC, 1 replies.
- groovy git commit: GROOVY-7630 - JsonSlurper LAX and INDEX_OVERLAY parser with invalid number (closes #189) - posted by jw...@apache.org on 2015/12/21 18:37:35 UTC, 1 replies.
- groovy git commit: GROOVY-6352 Check the arguments even for the default constructor - posted by pa...@apache.org on 2015/12/22 11:47:40 UTC, 1 replies.
- groovy git commit: GROOVY-6787: Compare arguments with the generic bounds (closes #221) - posted by pa...@apache.org on 2015/12/23 09:56:38 UTC, 1 replies.
- groovy git commit: Adding Apache Groovy DOAP file (closes #223) - posted by pa...@apache.org on 2015/12/23 22:28:46 UTC, 0 replies.
- groovy git commit: Removed unused Local ClassInfo cache objects (ThreadLocalMapHandler and LocalMap) (closes #222) - posted by jw...@apache.org on 2015/12/25 03:44:21 UTC, 0 replies.
- groovy git commit: ReferenceManager.createThresholdedIdlingManager should delegate to callback manager after threshold is crossed (closes #224) - posted by jw...@apache.org on 2015/12/26 21:38:29 UTC, 1 replies.
- [1/2] groovy git commit: Extract common behaviors from the method signature resolution - posted by pa...@apache.org on 2015/12/28 08:00:37 UTC, 1 replies.
- [2/2] groovy git commit: GROOVY-7710 GROOVY-7711 Apply the rules for method resolution consistently (closes #213) - posted by pa...@apache.org on 2015/12/28 08:00:38 UTC, 1 replies.
- groovy git commit: GROOVY-7626: Allow security managers to prevent system property access for Indy (closes #119) - posted by pa...@apache.org on 2015/12/28 08:10:01 UTC, 0 replies.
- groovy git commit: GROOVY-7074: DelegatingScript does not work with Builder as delegate (closes #216) - posted by pa...@apache.org on 2015/12/28 08:24:18 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-7626: Allow security managers to prevent system property access for Indy (closes #119) - posted by pa...@apache.org on 2015/12/28 08:24:56 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-7074: DelegatingScript does not work with Builder as delegate (closes #216) - posted by pa...@apache.org on 2015/12/28 08:24:57 UTC, 0 replies.
- groovy git commit: Correct note for example in traits documentation - posted by sh...@apache.org on 2015/12/28 23:44:10 UTC, 1 replies.
- groovy git commit: GROOVY-7036: An interface implementation (override) with a method including a default parameter value does not compile (closes #228) - posted by sh...@apache.org on 2015/12/29 15:14:08 UTC, 1 replies.
- groovy git commit: GROOVY-7702: @CompileStatic and the method with(Closure) seem to determine wrong type (closes #227) - posted by sh...@apache.org on 2015/12/29 16:22:23 UTC, 1 replies.
- groovy git commit: GROOVY-7716 - groovy.json.internal.FastStringUtils.StringImplementation#toCharArray fails on jdk9 (closes #225) - posted by jw...@apache.org on 2015/12/31 23:25:22 UTC, 1 replies.