Re: [DISCUSS] Groovy 2.6 potential retirement to focus on Groovy 3.0

2018-06-13 Thread David Dawson
I would vote 2.Actually, i would vote 3) abandon 2.6 immediately.No projects I have any knowledge of still use jdk 7.

Re: What's the status of the Gpars library ?

2017-10-15 Thread David Dawson
Sounds like you have a volunteer Russel ;-)   Original Message   From: msz...@wp.pl Sent: 14 October 2017 20:15 To: users@groovy.apache.org Reply to: users@groovy.apache.org Subject: Re: What's the status of the Gpars library ? On 2017-10-14 13:31, David Dawson wrote: > Hi, > > I

Re: What's the status of the Gpars library ?

2017-10-14 Thread David Dawson
Hi, I recently went through the process of artifact deploy/ promotion to maven central using a self hosted OSS artifactory and bintray. Its a process with a few manual steps, which could be automated (except for the last promotion to central I think) but it seems low impact enough not to bother.

Re: [VOTE] new operator ?=

2016-11-23 Thread David Dawson
Sent from the Groovy Users mailing list archive at Nabble.com. >>> >> > > > -- > Guillaume Laforge > Apache Groovy committer & PMC Vice-President > Developer Advocate @ Google Cloud Platform > > Blog: http://glaforge.appspot.com/ > Social: @glaforge <http://twitter.com/glaforge> / Google+ > <https://plus.google.com/u/0/114130972232398734985/posts> > -- David Dawson | CEO | Simplicity Itself Tel +44 7866 011 256 Skype: davidadawson david.daw...@simplicityitself.com http://www.simplicityitself.com

Re: About Gradle, Kotlin and Inner Fear

2016-05-25 Thread David Dawson
o resurrect it, what would it take ? I mean, what skill >> set/knowledge should someone have to work on it and resurrect it ? Also, >> can someone here help with that effort ? Thanks >> >> > Can someone please help with this ? What would it take for someone > wit

Re: "Not handled exceptions" inspection?

2016-03-24 Thread David Dawson
yway.. no, the compiler does not check that. I guess >> you could write a transform or an extension to the type checker to add such >> a check. But there are no plans for anything like that atm >> >> bye Jochen >> > > > -- > Schalk W. Cronjé > Twitter / Ello / Toeter : @ysb33r > > -- David Dawson | CEO | Simplicity Itself Tel +44 7866 011 256 Skype: davidadawson david.daw...@simplicityitself.com http://www.simplicityitself.com

Re: building a jar from groovy script with gradle

2016-03-08 Thread David Dawson
ctive, I think the > shadowJar solution will result in fewer dependencies. Here's the link to > shadowJar if you want to check it out: > > https://github.com/johnrengelman/shadow > > Cheers, > > -H > > > On 3/8/16 6:40 AM, David Dawson wrote: > > I actually re-

Re: building a jar from groovy script with gradle

2016-03-08 Thread David Dawson
g.SecurityException: >> >> Invalid signature file digest for Manifest main attributes >> >> >> >> The only suggestions I found online applied when people repackaged >> jars, which is not my case. >> >> Any suggestion? >> >> >> &