Re: Groovy missing on www.apache.org

2016-01-06 Thread Roman Shaposhnik
Apparently the instructions have changed :-( https://svn.apache.org/repos/asf/comdev/projects.apache.org/README_NEWTLP On top of which the new ones don't quite work for me just yet. Stay tuned -- I'm figuring it out with sebb now. Thanks, Roman. On Sat, Jan 2, 2016 at 2:52 PM, Pascal Schumac

Re: Release 2.4.6 and 2.5.0-beta?

2016-01-06 Thread jim northrop
Was reviewing our roadmap@ http://gparsdocs.de.a9sapp.eu/Roadmap.html showing GPars 1.3.0 and 1.4.0 so if you think a point release@ 1.3.0 would be a good idea, am happy to update docs to reflect your decision. You will just need to let me know which URL to use to point our docs at, repo-wise.

Re: groovy git commit: Fixing squid:S2444 - Lazy initialization of "static" fields should be "synchronized"

2016-01-06 Thread John Wagenleitner
It does not look like it relies on the runtime type so that I think using HMC.class instead of getClass() would be ok, and if that is case it might be a candidate to be made final and initialized. private static final MetaClass myMetaClass = InvokerHelper.getMetaClass(HandleMetaClass.class);

Re: Release 2.4.6 and 2.5.0-beta?

2016-01-06 Thread jim northrop
Russel was looking into 1.3.0 snapshot but we need a host so we keep our GPars snapshot fore testing before it gets out the door. Schalk was looking@something like this a yr ago , think it was artifactory or bintray? Trying to nail this down now. On Wednesday, 6 January 2016, Guillaume Laforge w

Re: Release 2.4.6 and 2.5.0-beta?

2016-01-06 Thread Guillaume Laforge
We'll also need to see if / how this can be done. Perhaps our mentors know how this works? Le 6 janv. 2016 09:56, "Jochen Theodorou" a écrit : > Am 05.01.2016 um 15:24 schrieb Russel Winder: > [...] > >> Obviously we have not released a GPars since the demise of Codehaus so >> we need to try cre

Re: groovy git commit: Fixing squid:S2444 - Lazy initialization of "static" fields should be "synchronized"

2016-01-06 Thread Jochen Theodorou
nono, iot is actually good to question things. Having two people review things is good, and I must say, I think I rushed a bit here and did misread the code (too much task switching and too little time for Groovy these days I assume). So what is myMetaClass for? When I did the review I assumed

Re: Release 2.4.6 and 2.5.0-beta?

2016-01-06 Thread Jochen Theodorou
Am 05.01.2016 um 15:24 schrieb Russel Winder: [...] Obviously we have not released a GPars since the demise of Codehaus so we need to try creating a SNAPSHOT and/or RC release that is not a formal release for people to try and then do a formal 1.3.0 release. which reminds me... I think I asked

Re: Release 2.4.6 and 2.5.0-beta?

2016-01-06 Thread Cédric Champeau
FYI, Marco Vermeulen is going to work on scripts that are aimed towards simplifying release process. As it is hardly possible now, we're likely going to abandon releasing from TeamCity, and rely on Gradle build scripts instead. Stay tuned. 2016-01-05 16:43 GMT+01:00 jim northrop : > 1. Have done