Re: [VOTE] Release Apache Groovy 3.0.2 (take 3)

2020-03-06 Thread Remko Popma
+1 Remko. On Fri, Mar 6, 2020 at 4:21 AM Andres Almiray wrote: > +1 (binding) > > Sent from my primitive tricorder > > On 5 Mar 2020, at 12:23, Paul King wrote: > >  > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 3.0.2 release! > This with the switch regre

Re: [VOTE] Release Apache Groovy 3.0.2 (take 3)

2020-03-05 Thread Andres Almiray
+1 (binding) Sent from my primitive tricorder > On 5 Mar 2020, at 12:23, Paul King wrote: > >  > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 3.0.2 release! > This with the switch regression fixed. > > This release includes 25 bug fixes/improvements as

Re: [VOTE] Release Apache Groovy 3.0.2 (take 3)

2020-03-05 Thread Daniel.Sun
All tests pass, and my smoke tests run well on groovySh and groovy console. +1 (binding) Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.2 (take 3)

2020-03-05 Thread Guillaume Laforge
It seems to be because I have a space in the path of the directory containing the source code. If I re-run the tests in a directory whose name doesn't contain spaces, the tests are happy. I was seeing in the logs the spaces being replaced (url-encoded) with %20. So perhaps there's something to be

Re: [VOTE] Release Apache Groovy 3.0.2 (take 3)

2020-03-05 Thread Guillaume Laforge
I was building from the source tar ball, with the test command, and got 2 tests failing. Here's the build scan: https://scans.gradle.com/s/l2vazndmm4utg A class reloading test, and a security test. Guillaume On Thu, Mar 5, 2020 at 12:23 PM Paul King wrote: > > Dear development community, > > I

Re: [VOTE] Release Apache Groovy 3.0.2

2020-03-04 Thread Paul King
There must be a platform specific glitch with a change I made to the build to make the CI work better. It wasn't really anything that needed to be in the build for normal usage. It doesn't affect the binary convenience jars. However, since we recognise the source jar as the canonical release, I'll

Re: [VOTE] Release Apache Groovy 3.0.2

2020-03-04 Thread Jochen Theodorou
Am 04.03.20 um 09:52 schrieb Guillaume Laforge: I was trying to build on Java 11 and got > Ambiguous method overloading for method java.io.File#.   Cannot resolve which method to invoke for [null, class java.lang.String] due to overlapping prototypes between:         [class java.lang.Strin

Re: [VOTE] Release Apache Groovy 3.0.2

2020-03-04 Thread Guillaume Laforge
I was trying to build on Java 11 and got > Ambiguous method overloading for method java.io.File#. Cannot resolve which method to invoke for [null, class java.lang.String] due to overlapping prototypes between: [class java.lang.String, class java.lang.String] [class java.io.File,