[RESULT][VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-05 Thread Paul King
The vote has passed with 4 +1 PMC votes and 3 additional +1 votes. I'll proceed with next steps. Cheers, Paul. On Thu, May 3, 2018 at 6:49 PM, Paul King wrote: > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 2.5.0-rc-2 release! > > This

Re: [VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-04 Thread Remko Popma
+1 On Thu, May 3, 2018 at 6:52 PM, John Wagenleitner < john.wagenleit...@gmail.com> wrote: > +1 (binding) > > On Thu, May 3, 2018 at 1:49 AM, Paul King wrote: > >> >> Dear development community, >> >> I am happy to start the VOTE thread for a Groovy 2.5.0-rc-2 release! >> >>

Re: [VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-03 Thread John Wagenleitner
+1 (binding) On Thu, May 3, 2018 at 1:49 AM, Paul King wrote: > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 2.5.0-rc-2 release! > > This release includes 16 bug fixes/improvements as outlined in the > changelog: >

Re: [VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-03 Thread Daniel Sun
Hi Cédric, `org.codehaus.groovy.runtime.memoize.MemoizeTest#testMemoizeConcurrently` should be fixed now. Here is the relevant commit: https://github.com/apache/groovy/commit/639264e7fe9ed44f0b81266a24748e09c6d0b921 Cheers, Daniel.Sun -- Sent from:

Re: [VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-03 Thread Cédric Champeau
+1, even though some tests are not passing, see below, I think we should take a look at them gradle -b wrapper.gradle wrapper : ok ./gradlew clean dist: ok (https://scans.gradle.com/s/c7jwthugis7b2, we seriously need to do something for the performance of Groovydoc...) ./gradlew testAll: ko

Re: [VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-03 Thread Daniel Sun
+1 All tests pass, and I built groovy from source code and tested groovy console via the following code, which runs well. ``` class A { enum E { E1, E2 } } class B extends A { E e1() { E.E1 } E e2() { E.E2 } } def b = new B() assert A.E.E1 == b.e1() assert A.E.E2 == b.e2() ``` Here

[VOTE] Release Apache Groovy 2.5.0-rc-2

2018-05-03 Thread Paul King
Dear development community, I am happy to start the VOTE thread for a Groovy 2.5.0-rc-2 release! This release includes 16 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12343030 Tag: