Re: groovy-3.0.7 & groovy-2.5.14 IntelliJ build => Groovyc: Internal groovyc error: code 1 ?

2021-03-01 Thread Paul King
Just a complete guess but does your 3.0.7/2.5.14 global libraries include the lib/groovy-jaxb jar and not the lib/extras-jaxb/*.jar files? On Tue, Mar 2, 2021 at 3:41 AM MG wrote: > Hi, > > I tried to do a spike to switch the (large) IntelliJ build-based* Groovy > project I am working on to

groovy-3.0.7 & groovy-2.5.14 IntelliJ build => Groovyc: Internal groovyc error: code 1 ?

2021-03-01 Thread MG
Hi, I tried to do a spike to switch the (large) IntelliJ build-based* Groovy project I am working on to from Groovy 2.5.10 to the current Groovy 3 release (3.0.7) today, but immediately got a "Groovyc: Internal groovyc error: code 1" that (contrary to previous times I encountered that error)

Parsing a script is really slow in OSGI

2021-03-01 Thread J . Brebec
Hello, I use Groovy (v3.0.7) in an OSGI container (Karaf with Equinox), and the parsing of a Groovy scripts takes seconds (7, 8s). In my unit test, the same script loads in ms. If a script uses a property "a", or the map operator "a.b", then a lot of classes are tried to be resolved (like