You are viewing a plain text version of this content. The canonical link for it is here.
- groovy git commit: GROOVY-8666: groovy-all pom approach breaks OSGi due to split-packages - posted by pa...@apache.org on 2018/07/01 09:34:54 UTC, 0 replies.
- groovy git commit: GROOVY-8672: bump testng to 6.4.13 - posted by pa...@apache.org on 2018/07/01 10:34:33 UTC, 0 replies.
- groovy git commit: GROOVY-8673: bump testng to 6.13.1 for GROOVY_2_5_X - posted by pa...@apache.org on 2018/07/01 10:42:50 UTC, 0 replies.
- groovy git commit: Bump ant to 1.10.4 - posted by su...@apache.org on 2018/07/02 00:39:22 UTC, 0 replies.
- groovy git commit: Bump picocli to 3.1.0 - posted by su...@apache.org on 2018/07/02 00:47:22 UTC, 0 replies.
- groovy git commit: GROOVY-8671: Move JaxbGroovyMethods into their own optional groovy-jaxb "module" - posted by pa...@apache.org on 2018/07/02 02:43:21 UTC, 0 replies.
- groovy git commit: GROOVY-8670: Make groovy-bsf an optional "module" for 2.5.1+, i.e. not reference by groovy-all - posted by pa...@apache.org on 2018/07/02 02:50:44 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8671: Move JaxbGroovyMethods into their own optional groovy-jaxb "module" - posted by pa...@apache.org on 2018/07/02 02:52:07 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8670: Make groovy-bsf an optional "module" for 2.5.1+, i.e. not reference by groovy-all - posted by pa...@apache.org on 2018/07/02 02:52:08 UTC, 0 replies.
- groovy git commit: GROOVY-8675: GenericsUtils.PARAMETERIZED_TYPE_CACHE is static and private(closes #765) - posted by su...@apache.org on 2018/07/03 02:22:40 UTC, 2 replies.
- groovy git commit: Trivial refactoring: use `getSystemPropertySafe` instead - posted by su...@apache.org on 2018/07/03 02:52:21 UTC, 2 replies.
- [1/2] groovy git commit: GROOVY-8679: BigDecimalMath.MAX_DIVISION_SCALE is hard-coded - posted by su...@apache.org on 2018/07/03 09:31:18 UTC, 0 replies.
- [2/2] groovy git commit: Make DIVISION_EXTRA_PRECISION and DIVISION_MIN_SCALE configurable - posted by su...@apache.org on 2018/07/03 09:31:19 UTC, 0 replies.
- groovy git commit: Trivial formatting(closes #762) - posted by su...@apache.org on 2018/07/03 09:34:27 UTC, 0 replies.
- groovy git commit: GROOVY-8679: BigDecimalMath.MAX_DIVISION_SCALE is hard-coded - posted by su...@apache.org on 2018/07/03 09:50:20 UTC, 0 replies.
- groovy git commit: GROOVY-8664:switch from findbugs to spotbugs (closes #766) - posted by pa...@apache.org on 2018/07/03 11:09:35 UTC, 1 replies.
- groovy git commit: acknowledge spotbugs contribution - posted by pa...@apache.org on 2018/07/03 11:20:30 UTC, 1 replies.
- groovy git commit: GROOVY-8664: ignore spotbugs under JDK7 - posted by pa...@apache.org on 2018/07/03 11:54:49 UTC, 0 replies.
- groovy git commit: Revert part changes of "GROOVY-8679: BigDecimalMath.MAX_DIVISION_SCALE is hard-coded" - posted by su...@apache.org on 2018/07/03 23:30:22 UTC, 0 replies.
- groovy git commit: Disambiguate closures from code blocks when invoking methods - posted by su...@apache.org on 2018/07/03 23:59:48 UTC, 0 replies.
- [1/2] groovy git commit: Make non-static inner class creator span rows - posted by su...@apache.org on 2018/07/04 00:26:50 UTC, 1 replies.
- [2/2] groovy git commit: Revert "Disambiguate closures from code blocks when invoking methods" - posted by su...@apache.org on 2018/07/04 00:26:51 UTC, 0 replies.
- groovy git commit: GROOVY-8680: The AST of string constant with the unary operator is different with the one generated by the old parser - posted by su...@apache.org on 2018/07/04 02:30:11 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8680: The AST of string constant with the unary operator is different with the one generated by the old parser - posted by su...@apache.org on 2018/07/04 02:32:17 UTC, 0 replies.
- groovy git commit: GROOVY-8682: bump asciidoctor to 1.5.8 - posted by pa...@apache.org on 2018/07/04 12:24:05 UTC, 1 replies.
- groovy git commit: GROOVY-8641: Cannot qualify path expression with soft keyword - posted by su...@apache.org on 2018/07/04 23:48:01 UTC, 1 replies.
- groovy git commit: Stop supporting qualifying path expression with `def` for the time being - posted by su...@apache.org on 2018/07/05 00:30:28 UTC, 1 replies.
- groovy git commit: fix some typos - posted by pa...@apache.org on 2018/07/05 02:02:51 UTC, 1 replies.
- groovy git commit: Validate expression list stricter - posted by su...@apache.org on 2018/07/05 02:43:14 UTC, 1 replies.
- groovy git commit: Trivial refactoring: remove redundant variable declaration - posted by su...@apache.org on 2018/07/05 04:41:56 UTC, 1 replies.
- groovy git commit: `AstStringCompiler.compile(String, CompilePhase, boolean)` creates a groovy.lang.GroovyClassLoader classloader, which should be performed within a doPrivileged block - posted by su...@apache.org on 2018/07/05 06:18:17 UTC, 1 replies.
- groovy git commit: Remove unnecessary boxing and unboxing - posted by su...@apache.org on 2018/07/05 06:30:58 UTC, 0 replies.
- groovy git commit: Trivial refactoring: use `compare` instead to simplify code - posted by su...@apache.org on 2018/07/05 06:33:01 UTC, 0 replies.
- [1/2] groovy git commit: Remove unnecessary boxing and unboxing - posted by su...@apache.org on 2018/07/05 07:31:43 UTC, 0 replies.
- [2/2] groovy git commit: Trivial refactoring: use `compare` instead to simplify code - posted by su...@apache.org on 2018/07/05 07:31:44 UTC, 0 replies.
- groovy git commit: Remove unnecessary unboxing - posted by su...@apache.org on 2018/07/05 09:46:56 UTC, 1 replies.
- groovy git commit: Avoid "Possible heap pollution from parameterized vararg type" - posted by su...@apache.org on 2018/07/05 10:37:23 UTC, 0 replies.
- groovy git commit: Avoid "Possible heap pollution from parameterized vararg type" warning - posted by su...@apache.org on 2018/07/06 00:07:00 UTC, 0 replies.
- groovy git commit: GROOVY-8636: Bump asm to 6.2(closes #751) - posted by pa...@apache.org on 2018/07/06 11:56:08 UTC, 0 replies.
- groovy git commit: Make Groovy work with Java 11 + add maven plugin (closes #769, closes #768) - posted by pa...@apache.org on 2018/07/06 12:12:24 UTC, 0 replies.
- groovy git commit: GROOVY-8690 bump picocli to v3.2.0 from 3.1.0 - posted by rp...@apache.org on 2018/07/08 01:20:03 UTC, 1 replies.
- groovy git commit: jdk11 build fixes - posted by pa...@apache.org on 2018/07/08 07:13:02 UTC, 0 replies.
- groovy git commit: add jdk11 on travis - posted by pa...@apache.org on 2018/07/08 08:11:16 UTC, 0 replies.
- groovy git commit: add jdk11 on travis (attempt 2) - posted by pa...@apache.org on 2018/07/08 08:21:42 UTC, 0 replies.
- groovy git commit: bump build scan plugin version - posted by pa...@apache.org on 2018/07/08 08:31:38 UTC, 1 replies.
- groovy git commit: travis tweaks - posted by pa...@apache.org on 2018/07/08 11:19:03 UTC, 0 replies.
- groovy git commit: revert of bump build scan plugin version - posted by pa...@apache.org on 2018/07/08 11:20:55 UTC, 0 replies.
- groovy git commit: build scan plugin version - posted by pa...@apache.org on 2018/07/08 11:22:03 UTC, 0 replies.
- groovy git commit: ignore jdk11 on travis for now - posted by pa...@apache.org on 2018/07/08 11:32:56 UTC, 0 replies.
- groovy git commit: remove dup in test jvmArgs plus reduce locale issues on jdk9+ - posted by pa...@apache.org on 2018/07/08 12:25:05 UTC, 0 replies.
- groovy git commit: GROOVY-8691: Remove deprecated Jaxb methods in old location - posted by pa...@apache.org on 2018/07/09 02:21:37 UTC, 0 replies.
- [1/2] groovy git commit: jdk11 build fixes - posted by pa...@apache.org on 2018/07/09 03:40:51 UTC, 0 replies.
- [2/2] groovy git commit: remove dup in test jvmArgs plus reduce locale issues on jdk9+ - posted by pa...@apache.org on 2018/07/09 03:40:52 UTC, 0 replies.
- groovy git commit: minor refactor: move some tests into their respective modules - posted by pa...@apache.org on 2018/07/09 05:22:28 UTC, 0 replies.
- groovy git commit: minor refactor: slight decoupling of module dependencies - posted by pa...@apache.org on 2018/07/09 06:28:22 UTC, 0 replies.
- [1/2] groovy git commit: minor refactor: slight decoupling of module dependencies - posted by pa...@apache.org on 2018/07/09 06:31:20 UTC, 0 replies.
- [2/2] groovy git commit: minor refactor: move some tests into their respective modules - posted by pa...@apache.org on 2018/07/09 06:31:21 UTC, 0 replies.
- groovy git commit: GROOVY-8623: Show Groovy version in about help (closes #771) - posted by pa...@apache.org on 2018/07/09 06:38:25 UTC, 1 replies.
- groovy git commit: GROOVY-8692: Remove DirectFastStringServiceFactory for Groovy 3 - posted by pa...@apache.org on 2018/07/09 08:26:14 UTC, 0 replies.
- groovy git commit: GROOVY-8233: Java stub generation incorrect for static properties of traits - posted by pa...@apache.org on 2018/07/09 10:31:32 UTC, 1 replies.
- groovy git commit: jdk11 test fix - posted by pa...@apache.org on 2018/07/09 11:08:36 UTC, 3 replies.
- groovy git commit: ant doco still referenced groovy-all jar plus was missing some attributes - posted by pa...@apache.org on 2018/07/10 00:28:14 UTC, 1 replies.
- groovy git commit: GROOVY-8281: Final field is null in trait, but it has assigned value - posted by pa...@apache.org on 2018/07/10 12:33:48 UTC, 1 replies.
- svn commit: r28027 - in /dev/groovy/2.5.1: ./ distribution/ sources/ - posted by pa...@apache.org on 2018/07/10 12:58:43 UTC, 0 replies.
- [groovy] Git Push Summary - posted by pa...@apache.org on 2018/07/10 12:58:49 UTC, 0 replies.
- groovy git commit: correct email address - posted by pa...@apache.org on 2018/07/12 06:07:03 UTC, 1 replies.
- [01/11] groovy git commit: Remove the bash specific code further - posted by pa...@apache.org on 2018/07/12 12:51:24 UTC, 0 replies.
- [02/11] groovy git commit: Remove the bash specific code - posted by pa...@apache.org on 2018/07/12 12:51:25 UTC, 0 replies.
- [03/11] groovy git commit: Fix NoClassDefFoundError when using Java9 further - posted by pa...@apache.org on 2018/07/12 12:51:26 UTC, 0 replies.
- [04/11] groovy git commit: Fix NoClassDefFoundError when using Java9 - posted by pa...@apache.org on 2018/07/12 12:51:27 UTC, 0 replies.
- [05/11] groovy git commit: Add option `--add-modules ALL-SYSTEM` only when no `--add-modules` option is set - posted by pa...@apache.org on 2018/07/12 12:51:28 UTC, 0 replies.
- [06/11] groovy git commit: Make sure path inconsistencies across different distros and OSes (e.g. FreeBSD) are covered(proposed by Bahman) - posted by pa...@apache.org on 2018/07/12 12:51:29 UTC, 0 replies.
- [07/11] groovy git commit: Turn off warnings from Java9: illegal reflective access - posted by pa...@apache.org on 2018/07/12 12:51:30 UTC, 0 replies.
- [08/11] groovy git commit: Add GROOVY_TURN_OFF_JAVA_WARNINGS to control whether show warnings from Java9 - posted by pa...@apache.org on 2018/07/12 12:51:31 UTC, 0 replies.
- [09/11] groovy git commit: Add some `--add-opens` for groovyConsole - posted by pa...@apache.org on 2018/07/12 12:51:32 UTC, 0 replies.
- [10/11] groovy git commit: Set JAVA_OPTS conditionally - posted by pa...@apache.org on 2018/07/12 12:51:33 UTC, 0 replies.
- [11/11] groovy git commit: Minor fix for getting java executable - posted by pa...@apache.org on 2018/07/12 12:51:34 UTC, 0 replies.
- groovy git commit: Minor refactoring: move implementation of enhanced ARM to its relevant class - posted by su...@apache.org on 2018/07/13 00:00:05 UTC, 1 replies.
- groovy git commit: Trivial refactoring: remove unnecessary code - posted by su...@apache.org on 2018/07/13 06:18:57 UTC, 1 replies.
- groovy git commit: Trivial refactoring: remove useless code - posted by su...@apache.org on 2018/07/13 06:43:31 UTC, 1 replies.
- groovy git commit: Trivial refactoring: extract common variable - posted by su...@apache.org on 2018/07/13 06:51:55 UTC, 1 replies.
- groovy git commit: remove usage of a deprecated class plus minor refactoring - posted by pa...@apache.org on 2018/07/13 12:43:03 UTC, 0 replies.
- svn commit: r28091 - in /release/groovy/2.5.1: ./ distribution/ sources/ - posted by pa...@apache.org on 2018/07/13 13:41:34 UTC, 0 replies.
- svn commit: r28092 - /dev/groovy/2.5.1/ - posted by pa...@apache.org on 2018/07/13 13:41:39 UTC, 0 replies.
- groovy git commit: GROOVY-8700 Bump picocli version to 3.3.0 from 3.2.0 - posted by rp...@apache.org on 2018/07/15 22:04:01 UTC, 1 replies.
- groovy git commit: GROOVY-8700 fix broken unit test - posted by rp...@apache.org on 2018/07/17 13:32:15 UTC, 1 replies.
- groovy git commit: Bump gradle to 4.9 - posted by su...@apache.org on 2018/07/18 00:36:56 UTC, 1 replies.
- groovy git commit: Bump jarjar to 1.6.6 - posted by su...@apache.org on 2018/07/19 06:21:58 UTC, 1 replies.
- groovy git commit: GROOVY-8639: @Sortable annotation is not able to use accessible parent properties (closes #775) - posted by pa...@apache.org on 2018/07/25 02:48:59 UTC, 1 replies.
- groovy git commit: GROOVY-8282: Error while popping argument from operand stack tracker in class ...$Trait$Helper (closes #774) - posted by pa...@apache.org on 2018/07/25 03:52:36 UTC, 1 replies.
- groovy git commit: fix up a few other doc references to groovy-all jar plus change groovy ant groovy task to not look for embeddable directory - posted by pa...@apache.org on 2018/07/25 05:49:18 UTC, 0 replies.
- groovy git commit: GROOVY-8696: TypeWrapper leaks out of DecompiledClassNode (closes #773) - posted by pa...@apache.org on 2018/07/25 06:00:48 UTC, 0 replies.
- [1/2] groovy git commit: fix up a few other doc references to groovy-all jar plus change groovy ant groovy task to not look for embeddable directory - posted by pa...@apache.org on 2018/07/25 06:01:28 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8696: TypeWrapper leaks out of DecompiledClassNode (closes #773) - posted by pa...@apache.org on 2018/07/25 06:01:29 UTC, 0 replies.
- groovy git commit: bump snapshot version (missed task after last release) - posted by pa...@apache.org on 2018/07/25 06:12:32 UTC, 0 replies.
- groovy git commit: tidy up licenses/notices wrt no longer needing groovy-all jar - posted by pa...@apache.org on 2018/07/25 16:37:28 UTC, 0 replies.
- groovy git commit: GROOVY-8710: JDK9-11 compatibility for install (closes #776) - posted by pa...@apache.org on 2018/07/25 17:23:08 UTC, 0 replies.
- groovy git commit: GROOVY-8710: license changes for bundled JAXB jars - posted by pa...@apache.org on 2018/07/25 17:36:24 UTC, 0 replies.
- [1/3] groovy git commit: tidy up licenses/notices wrt no longer needing groovy-all jar - posted by pa...@apache.org on 2018/07/25 17:38:37 UTC, 0 replies.
- [2/3] groovy git commit: GROOVY-8710: JDK9-11 compatibility for install (closes #776) - posted by pa...@apache.org on 2018/07/25 17:38:38 UTC, 0 replies.
- [3/3] groovy git commit: GROOVY-8710: license changes for bundled JAXB jars - posted by pa...@apache.org on 2018/07/25 17:38:39 UTC, 0 replies.
- svn commit: r28385 - /release/groovy/2.5.0/ - posted by pa...@apache.org on 2018/07/27 02:17:00 UTC, 0 replies.
- svn commit: r28386 - in /release/groovy: 2.6.0-alpha-3/ 3.0.0-alpha-1/ 3.0.0-alpha-2/ - posted by pa...@apache.org on 2018/07/27 02:24:37 UTC, 0 replies.
- groovy git commit: GROOVY-8718: GroovyConsole MacOS fix required for JDK9+ - posted by pa...@apache.org on 2018/07/28 18:37:51 UTC, 0 replies.
- groovy git commit: GROOVY-8718: GroovyConsole MacOS fix required for JDK9+ (fix typo) - posted by pa...@apache.org on 2018/07/28 20:53:20 UTC, 0 replies.
- groovy git commit: GROOVY-8723: Groovy script output for 2nd and subsequent input files when processing files on command line (ensure System.out isn't closed) - posted by pa...@apache.org on 2018/07/31 07:12:17 UTC, 0 replies.
- [1/3] groovy git commit: remove usage of a deprecated class plus minor refactoring - posted by pa...@apache.org on 2018/07/31 09:02:22 UTC, 0 replies.
- [2/3] groovy git commit: GROOVY-8718: GroovyConsole MacOS fix required for JDK9+ - posted by pa...@apache.org on 2018/07/31 09:02:23 UTC, 0 replies.
- [3/3] groovy git commit: GROOVY-8723: Groovy script output for 2nd and subsequent input files when processing files on command line (ensure System.out isn't closed) - posted by pa...@apache.org on 2018/07/31 09:02:24 UTC, 0 replies.
- groovy git commit: GROOVY-8713: Make groovy osgi plugin extensible to be able to use it in eclipse target platform - posted by pa...@apache.org on 2018/07/31 09:23:11 UTC, 1 replies.