Re: [VOTE] Release Groovy 2.6.0-alpha-3

2018-03-05 Thread Paul King
+1 (binding) with comments/caveats below. Cheers, Paul. Checked signatures and checksums Checked building from source with the following tasks: install installGroovy dist testAll with one test failure[*] Rat[**] found one 3-line test file without a header:

Re: [VOTE] Release Groovy 2.6.0-alpha-3

2018-03-05 Thread John Wagenleitner
+1 (binding) On Fri, Mar 2, 2018 at 8:21 AM, Daniel.Sun wrote: > Dear development community, > > I am happy to start the VOTE thread for a Groovy 2.6.0-alpha-3 release! > > This release includes 18 bug fixes/improvements as outlined in the > changelog: >

Re: [VOTE] Release Groovy 2.6.0-alpha-3

2018-03-05 Thread Jochen Theodorou
+1 On 02.03.2018 17:21, Daniel.Sun wrote: Dear development community, I am happy to start the VOTE thread for a Groovy 2.6.0-alpha-3 release! This release includes 18 bug fixes/improvements as outlined in the changelog:

Re: [VOTE] Release Groovy 2.6.0-alpha-3

2018-03-02 Thread Daniel.Sun
If you are using Java8 and want to try the native lambda, please add addition JVM options( `-Dgroovy.target.bytecode=1.7 -Dgroovy.antlr4=true` OR -Dgroovy.target.bytecode=1.8 -Dgroovy.antlr4=true) For example: 1) Run script via command line ``` groovy -Dgroovy.target.bytecode=1.8