Groovy 2.5.* missing in maven central & jcenter

2018-09-01 Thread Tommy Svensson
Hello Groovy fans, I’m using Groovy and want it to work on later JDKs than 1.8. Apparently that requires version 2.5 and up. The problem I’m finding is that this version is not downloadable by maven. It is not in maven central nor bintrays jcenter. Some files are actually downloaded: javadoc,

Does 3.0.0-beta-3 have modularization support ?

2019-08-13 Thread Tommy Svensson
Hello, I was under the impression that the 3.0* version branch of Groovy was supporting Java 9+ modularisation. Is that incorrect ?  module-info.groovy is not recognised and I find nothing about modularisation in the docs.  Googling on this has not helped either.  Any information is

Re: Does 3.0.0-beta-3 have modularization support ?

2019-08-13 Thread Tommy Svensson
Svensson Svara: Tommy Svensson Datum: 13 augusti 2019 at 20:06:05 Till: users@groovy.apache.org Ämne:  Does 3.0.0-beta-3 have modularization support ? Hello, I was under the impression that the 3.0* version branch of Groovy was supporting Java 9+ modularisation. Is that incorrect ?  module

Re: Does 3.0.0-beta-3 have modularization support ?

2019-08-14 Thread Tommy Svensson
OK, I see.  Thank you! /Tommy Från: Daniel.Sun Svara: users@groovy.apache.org Datum: 14 augusti 2019 at 06:00:30 Till: us...@groovy.incubator.apache.org Ämne:  Re: Does 3.0.0-beta-3 have modularization support ? Groovy 3 has not been modularized, modularization is targeted to Groovy

Oops, groovy-3.0.0-beta-3.jar has a non OSGi valid version number!

2019-08-31 Thread Tommy Svensson
g OSGi valid version numbers for betas ?  Yes, it is possible to unpack the jar, edit the version in MANIFEST.MF, and repackage to jar again.  Best Regards, Tommy Svensson

Re: Warning from JDK 11 in Groovy 3.0.0-beta-3

2019-09-28 Thread Tommy Svensson
Hello Daniel, I knew there would be more work for me! :-)  I did as you suggested, and filed a JIRA issue with a full stacktrace:  https://jira.apache.org/jira/browse/GROOVY-9260 Cheers, Tommy Från: Daniel.Sun Svara: users@groovy.apache.org Datum: 28 september 2019 at 00:08:17 Till: 

Warning from JDK 11 in Groovy 3.0.0-beta-3

2019-09-27 Thread Tommy Svensson
I got the below message when running a test with Groovy 3.0.0-beta-3. I'm running JDK 11. Just following the recommendation of the error message to report this :-) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by

Groovy compiler bug in 3.0.0-rc-3 and 3.0.0 works in 3.0.0-beta-3.

2020-02-15 Thread Tommy Svensson
Hello, With the new Groovy 3.0.0, and 3.0.0-rc-3, which I though I were using but weren't (were actually using 3.0.0-beta-3 which works fine) there is a compilation problem.  I get the following errors, actually the same error in 2 different places (I'm on a Mac and have used Menlo font for

Re: Groovy compiler bug in 3.0.0-rc-3 and 3.0.0 works in 3.0.0-beta-3.

2020-02-15 Thread Tommy Svensson
Of course I should do a JIRA issue!!! The wine, booze, and beer yesterday comes in handy to blame ... /Tommy Från: Daniel.Sun Svara: users@groovy.apache.org Datum: 15 februari 2020 at 17:59:14 Till: us...@groovy.incubator.apache.org Ämne:  Re: Groovy compiler bug in 3.0.0-rc-3 and 3.0.0

Re: [ANNOUNCE] Apache Groovy 3.0.0 released

2020-02-10 Thread Tommy Svensson
since it is so much nicer and I don't like to waste my own time. Groovy allows me to write less and cleaner code and it is just a joy to use.  Tank you very much for a fantastic and extremely java compatible language and for the effort of keeping it alive and current! Best Regards, Tommy

Using Groovy 4.0.1 and want to use Groovys JsonSlurper or whatever it might be called in version 4.

2022-07-08 Thread Tommy Svensson
  I found this: https://groovy-lang.org/processing-json.html but it is not version specific and provides no information on how to get access to it.  I'm frustrated. Something seemingly simple turned out to be the opposite! Any help is appreciated. Thanks, Tommy Svensson

Re: Using Groovy 4.0.1 and want to use Groovys JsonSlurper or whatever it might be called in version 4.

2022-07-08 Thread Tommy Svensson
4:10 AM Tommy Svensson wrote: Hello Groovy people, I have code using org.apache.groovy:groovy:4.0.1 and it builds without any problems. But now I want to use the JSONSlurper and it looks like there is a new JSONParser also. That however requires groovy-all from googling. The pro

Re: Using Groovy 4.0.1 and want to use Groovys JsonSlurper or whatever it might be called in version 4.

2022-07-10 Thread Tommy Svensson
, 2022 at 9:10 PM Tommy Svensson wrote: > > Hello Groovy people, > > I have code using org.apache.groovy:groovy:4.0.1 and it builds without any > problems. > > But now I want to use the JSONSlurper and it looks like there is a new > JSONParser also. That how