groovy git commit: Refine "GROOVY-8486 - Closure executed multiple times even if memoized"

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 0ce839b9b -> ac6f3b0ed Refine "GROOVY-8486 - Closure executed multiple times even if memoized" (cherry picked from commit e9d11c4) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/rep

groovy git commit: Refine "GROOVY-8486 - Closure executed multiple times even if memoized"

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 4629ba7a8 -> 785d69703 Refine "GROOVY-8486 - Closure executed multiple times even if memoized" (cherry picked from commit ac6f3b0) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/rep

svn commit: r25377 - in /dev/groovy/2.6.0-alpha-3: ./ distribution/ sources/

2018-03-02 Thread sunlan
Author: sunlan Date: Fri Mar 2 15:50:59 2018 New Revision: 25377 Log: New version GROOVY_2_6_X 2.6.0-alpha-3 added to staging area Added: dev/groovy/2.6.0-alpha-3/ dev/groovy/2.6.0-alpha-3/distribution/ dev/groovy/2.6.0-alpha-3/distribution/apache-groovy-binary-2.6.0-alpha-3.zip

[groovy] Git Push Summary

2018-03-02 Thread sunlan
Repository: groovy Updated Tags: refs/tags/GROOVY_2_6_0_ALPHA_3 [created] 120939640

groovy git commit: Set target bytecode version as 1.7

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X ac6f3b0ed -> 3468aa096 Set target bytecode version as 1.7 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3468aa09 Tree: http://git-wip-us.apache.org/repos/asf

groovy git commit: Set target bytecode version as 1.7

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 785d69703 -> b51252c16 Set target bytecode version as 1.7 (cherry picked from commit 3468aa0) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b51252c1 Tree: h

groovy git commit: Add target bytecode version 9, i.e. JDK9

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master e9d11c4e6 -> a466e7c03 Add target bytecode version 9, i.e. JDK9 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a466e7c0 Tree: http://git-wip-us.apache.org/repos/asf

groovy git commit: Add target bytecode version 9, i.e. JDK9

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 3468aa096 -> ed1b024b9 Add target bytecode version 9, i.e. JDK9 (cherry picked from commit a466e7c) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ed1b024b T

groovy git commit: Add target bytecode version 9, i.e. JDK9

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X b51252c16 -> 4cd2b732b Add target bytecode version 9, i.e. JDK9 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4cd2b732 Tree: http://git-wip-us.apache.org/rep

groovy git commit: Set target bytecode version 7 for `CompilerConfigurationTest`

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X ed1b024b9 -> b57ec810c Set target bytecode version 7 for `CompilerConfigurationTest` Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b57ec810 Tree: http://git-

groovy git commit: Set target bytecode version 7 for `CompilerConfigurationTest`

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 4cd2b732b -> c8694703b Set target bytecode version 7 for `CompilerConfigurationTest` (cherry picked from commit b57ec81) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/gro

groovy git commit: Refine `MemoizeAtMostTest`

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master a466e7c03 -> b269c8418 Refine `MemoizeAtMostTest` Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b269c841 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/b

groovy git commit: Refine `MemoizeAtMostTest`

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X b57ec810c -> 65d52ee53 Refine `MemoizeAtMostTest` (cherry picked from commit b269c84) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/65d52ee5 Tree: http://gi

groovy git commit: Refine `MemoizeAtMostTest`

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X c8694703b -> 08a07e3b3 Refine `MemoizeAtMostTest` (cherry picked from commit b269c84) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/08a07e3b Tree: http://gi

groovy git commit: GROOVY-8489: Invalid module-info.class in jar artifacts (port GROOVY-8387 to 2_4_X)

2018-03-02 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e0a44 -> 730dc5a8c GROOVY-8489: Invalid module-info.class in jar artifacts (port GROOVY-8387 to 2_4_X) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/730

groovy git commit: Workaround the wield issue of `MemoizeTest`

2018-03-02 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 65d52ee53 -> 16f908652 Workaround the wield issue of `MemoizeTest` ``` // EXECUTION_COUNT is AtomicInteger assert 2 == Utils.EXECUTION_COUNT.get() || | false2 1 ``` Project: