Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-07 Thread Paolo Di Tommaso
I think just hit this issue: java.lang.ClassCastException: org.codehaus.groovy.ast.stmt.ReturnStatement cannot be cast to org.codehaus.groovy.ast.stmt.BlockStatement at org.codehaus.groovy.classgen.FinalVariableAnalyzer.fallsThrough(FinalVariableAnalyzer.java:480) at org.codehaus.g

[RESULT][VOTE] Release Apache Groovy 2.5.10

2020-03-06 Thread Paul King
The vote has passed with 3 +1 PMC votes, 1 other +1 vote and no other votes. I'll proceed with next steps. Cheers, Paul. On Tue, Mar 3, 2020 at 11:35 PM Paul King wrote: > Here is the real content! > > > > Dear development community, > > I am happy to start the VOTE thr

Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-05 Thread Paul King
Thanks Vaidotas, This only affects switches which are the last statement of the enclosing method (or script) and which have a case statement containing only a break statement and no other statements. There are some simple workarounds too: add any statement in the case or add any statement after th

Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-05 Thread Vaidotas Valuckas
Hello, I found a regression in a fix to GROOVY-9424 that breaks compilation of switch statements in certain cases. Commented on https://issues.apache.org/jira/browse/GROOVY-9424 with details. Kind regards, Vaidotas On 2020/03/03 13:35:11, Paul King wrote: > Here is the real content!> > > -

Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-03 Thread Remko Popma
+1 On Tue, Mar 3, 2020 at 10:35 PM Paul King wrote: > Here is the real content! > > > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 2.5.10 release! > > This release includes 12 bug fixes/improvements as outlined in the > changelog: >

Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-03 Thread Andres Almiray
+1 (binding) --- Java Champion; Groovy Enthusiast http://andresalmiray.com http://www.linkedin.com/in/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who understand binary, and those wh

Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-03 Thread Guillaume Laforge
+1 (binding) Built without a problem: https://gradle.com/s/upmyqq2gwieys Usual manual smoke tests with the console are fine. Guillaume On Tue, Mar 3, 2020 at 2:35 PM Paul King wrote: > Here is the real content! > > > > Dear development community, > > I am happy to star

Re: [VOTE] Release Apache Groovy 2.5.10

2020-03-03 Thread Paul King
Here is the real content! Dear development community, I am happy to start the VOTE thread for a Groovy 2.5.10 release! This release includes 12 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123

[VOTE] Release Apache Groovy 2.5.10

2020-03-03 Thread Paul King