Thank you for your answer. I've created
https://issues.apache.org/jira/browse/GROOVY-11197 Regards. On 2023/10/17 06:51:29 Paul King wrote: > Hi Francesco, > > We have already bumped to the version of ASM that supports JDK22 ea > versions but haven't enabled the 22 constants just yet. I'll try to do > that later this week. Feel free to create a Jira ticket if you'd like > to track the activity. I haven't checked whether anything will be > required on the gmavenplus side of things. > > Cheers, Paul. > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > Virus-free.www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Tue, Oct 17, 2023 at 4:46 PM Francesco Chicchiriccò > <[email protected]> wrote: > > > > Hi there, > > at Syncope we have been using Groovy and GMavenPlus for quite some time > > now, thank you! > > > > After recently enabling Eclipse Temurin 22-ea for GitHub actions, we found > > out that the Maven build is failing with following message: > > > > Error: Failed to execute goal > > org.codehaus.gmavenplus:gmavenplus-plugin:3.0.2:execute (default) on > > project syncope: Error occurred while calling a method on a Groovy class > > from classpath.: InvocationTargetException: BUG! exception in phase > > 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file > > major version 66 -> [Help 1] > > > > At present we are using GMavenPlus 3.0.2 and Groovy 4.0.15, declared as > > follows: > > > > <plugin> > > <groupId>org.codehaus.gmavenplus</groupId> > > <artifactId>gmavenplus-plugin</artifactId> > > <version>3.0.2</version> > > <dependencies> > > <dependency> > > <groupId>org.apache.groovy</groupId> > > <artifactId>groovy-ant</artifactId> > > <version>4.0.15</version> > > </dependency> > > </dependencies> > > </plugin> > > > > Is there already a version supporting JDK 22-ea? Even SNAPSHOTs would work, > > it's on our master branch. > > > > TIA > > Regards. > > > > -- > > Francesco Chicchiriccò > > > > Tirasa - Open Source Excellence > > http://www.tirasa.net/ > > > > Member at The Apache Software Foundation > > Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail > > http://home.apache.org/~ilgrosso/ > > >
