Re: [VOTE] Release Apache Groovy 2.4.16

2018-12-10 Thread Guillaume Laforge
Not voting +1 just yet... as I'm seeing a test failure. I don't think we have a real problem here... but somehow there's a test dependency that can't be downloaded? https://scans.gradle.com/s/pwu5wgyihhcpc I'm seeing this in my logs: json.StreamingJsonBuilderTest > testStreamingJsonBuilder FAILE

Re: [VOTE] Release Apache Groovy 2.4.16

2018-12-10 Thread Guillaume Laforge
Second test got me a different issue json.JsonBuilderTest > testJsonBuilder FAILED org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during conversion: Error grabbing Grapes -- [download failed: org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar]

Re: [VOTE] Release Apache Groovy 2.4.16

2018-12-10 Thread Daniel.Sun
I guess you encountered the ivy issue, which appears from time to time. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer 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 2.4.16

2018-12-10 Thread Paul King
If you clear out the respective dependencies in your .groovy/grapes cache it should work. I suspect it is an Ivy bug but I'm unsure whether we could do something more to better avoid it. It indicates that one of the indirect dependencies had trouble loading previously but the Ivy metadata says it w

Movement of groovy website

2018-12-10 Thread Paul King
The source code for the groovy website has moved to: https://github.com/apache/groovy-website/ Currently the generated content is still hosted off-site but that will move over the next few weeks too. I'll wait until the move to gitbox has been completed since we need to update the release process

Re: [VOTE] Release Apache Groovy 2.4.16

2018-12-10 Thread Guillaume Laforge
Even after rm -rf my ~/.groovy/grapes directory, I get similar errors with problematic dependencies. :groovy-json:test json.StreamingJsonBuilderTest > testStreamingJsonBuilder FAILED org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during co

Re: [VOTE] Release Apache Groovy 2.4.16

2018-12-10 Thread Guillaume Laforge
That said, when I skip the tests, my smoke tests with the Groovy console work otherwise just fine. Guillaume On Mon, Dec 10, 2018 at 3:21 PM Guillaume Laforge wrote: > Even after rm -rf my ~/.groovy/grapes directory, I get similar errors with > problematic dependencies. > > :groovy-json:test >

Re: [VOTE] Release Apache Groovy 2.4.16

2018-12-10 Thread John Wagenleitner
+1 (binding) On Sun, Dec 9, 2018, 3:59 AM Paul King > Dear development community, > > I am happy to start the VOTE thread for a Groovy 2.4.16 release! This is a > maintenance release of the 2.4 branch and the last planned release for this > branch. > > This release includes 17 bug fixes/improve