groovy git commit: GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X d5ebfe455 -> 849a275bc GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods (cherry picked from commit 8ad6e77) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo

groovy git commit: GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 0f68c2aa3 -> 1c395602e GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods (cherry picked from commit 8ad6e77) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo

groovy git commit: Simplify the `replace` method

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 96b59cd61 -> c92b9a751 Simplify the `replace` method (cherry picked from commit fe7a039) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/c92b9a75 Tree:

groovy git commit: include antlr4 license when required

2017-09-13 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 207233955 -> 96b59cd61 include antlr4 license when required Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/96b59cd6 Tree:

[1/2] groovy git commit: Groovyc did not correctly release resources hold by GroovyClassLoader.

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master 8ad6e770a -> abfde7ef5 Groovyc did not correctly release resources hold by GroovyClassLoader. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4e3ee3cb Tree:

[2/2] groovy git commit: Closing the GroovyClassLoader is now realized by try-with-resources. (closes #595)

2017-09-13 Thread sunlan
Closing the GroovyClassLoader is now realized by try-with-resources. (closes #595) Old Methode makeCompileUnit is added for API compatibility and marked as deprecated. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: Closing the GroovyClassLoader is now realized by try-with-resources. (closes #595)

2017-09-13 Thread sunlan
Closing the GroovyClassLoader is now realized by try-with-resources. (closes #595) Old Methode makeCompileUnit is added for API compatibility and marked as deprecated. (cherry picked from commit abfde7e) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: Groovyc did not correctly release resources hold by GroovyClassLoader.

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X ddebbeca2 -> 207233955 Groovyc did not correctly release resources hold by GroovyClassLoader. (cherry picked from commit 4e3ee3c) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: Revert "Groovyc did not correctly release resources hold by GroovyClassLoader."(`close` method was added since JDK 1.7)

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 8ff366f25 -> db4ae2850 Revert "Groovyc did not correctly release resources hold by GroovyClassLoader."(`close` method was added since JDK 1.7) This reverts commit 8ff366f Project:

[1/2] groovy git commit: Closing the GroovyClassLoader is now realized by try-with-resources. (closes #595)

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 849a275bc -> da1d02ce6 Closing the GroovyClassLoader is now realized by try-with-resources. (closes #595) Old Methode makeCompileUnit is added for API compatibility and marked as deprecated. (cherry picked from commit abfde7e)

groovy git commit: Groovyc did not correctly release resources hold by GroovyClassLoader.

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 1c395602e -> 8ff366f25 Groovyc did not correctly release resources hold by GroovyClassLoader. (cherry picked from commit 4e3ee3c) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: Groovyc did not correctly release resources hold by GroovyClassLoader.

2017-09-13 Thread sunlan
Groovyc did not correctly release resources hold by GroovyClassLoader. (cherry picked from commit 4e3ee3c) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/77e6d138 Tree:

groovy git commit: include antlr4 license when required

2017-09-13 Thread paulk
Repository: groovy Updated Branches: refs/heads/master abfde7ef5 -> 9d681bcd4 include antlr4 license when required Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9d681bcd Tree:

[2/2] groovy git commit: minor refactor for build

2017-09-13 Thread paulk
minor refactor for build Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/26fc4e0f Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/26fc4e0f Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/26fc4e0f Branch:

groovy git commit: GROOVY-8300: @AutoFinal (asciidoc doco)

2017-09-13 Thread paulk
Repository: groovy Updated Branches: refs/heads/master 34df6cf46 -> 9ea35d6aa GROOVY-8300: @AutoFinal (asciidoc doco) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9ea35d6a Tree:

[2/2] groovy git commit: GROOVY-8300: @AutoFinal (asciidoc doco)

2017-09-13 Thread sunlan
GROOVY-8300: @AutoFinal (asciidoc doco) (cherry picked from commit 9ea35d6) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5db12571 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5db12571 Diff:

groovy git commit: Use "replace" method from commons-lang3 to improve performance

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master 9ea35d6aa -> a4f779335 Use "replace" method from commons-lang3 to improve performance Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a4f77933 Tree:

groovy git commit: GROOVY-7721: Static type checking fails when compiling against a Java interface call (closes #599)

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master 26fc4e0f2 -> 34df6cf46 GROOVY-7721: Static type checking fails when compiling against a Java interface call (closes #599) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: Use "replace" method from commons-lang3 to improve performance

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 5db125714 -> 6e47e6df4 Use "replace" method from commons-lang3 to improve performance (cherry picked from commit a4f779335c97d0aa0fe2f42351b13eedf48e6119) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: remove some legacy rseource definitions in build

2017-09-13 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 894de84ef -> d5ebfe455 remove some legacy rseource definitions in build Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/801ab556 Tree:

groovy git commit: Revert "GROOVY-7721: Static type checking fails when compiling against a Java interface call (closes #599)"

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master a4f779335 -> 695b7afb7 Revert "GROOVY-7721: Static type checking fails when compiling against a Java interface call (closes #599)" This reverts commit 34df6cf461a5ecce66f2c2c0f14489cf96feaf34. Project:

groovy git commit: GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master 695b7afb7 -> 8ad6e770a GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: Revert "GROOVY-7721: Static type checking fails when compiling against a Java interface call (closes #599)"

2017-09-13 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 6e47e6df4 -> ddebbeca2 Revert "GROOVY-7721: Static type checking fails when compiling against a Java interface call (closes #599)" This reverts commit 34df6cf461a5ecce66f2c2c0f14489cf96feaf34. (cherry picked from commit 695b7af)

[2/2] groovy git commit: GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods

2017-09-13 Thread sunlan
GROOVY-7721: Static type checking fails when compiling against a Java8 interface with inherited methods (cherry picked from commit 8ad6e77) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ddebbeca Tree: