Re: Unsupported class file major version 65 when running on java 21

2024-05-17 Thread Keegan Witt
I'm pretty sure we have that documented currently, no. On Fri, May 17, 2024 at 2:20 AM Schalk Cronje wrote: > Is there a page on the doc website that has this info ? > > On 17/05/2024 02:42, Paul King wrote: > > Our JDK version support is determined first and foremost by the > > version of ASM b

Re: Unsupported class file major version 65 when running on java 21

2024-05-17 Thread Johan Compagner via users
yes that is kind of the same thing we because jasper that we where building against takes 4.0.8 and that didn't work but we replaced it with the latest 4.0.x and it started working problem is that is not mentioned anywhere. Everything i can find is that java XX is supported to run from.. But nothin

Re: Unsupported class file major version 65 when running on java 21

2024-05-16 Thread Schalk Cronje
Is there a page on the doc website that has this info ? On 17/05/2024 02:42, Paul King wrote: Our JDK version support is determined first and foremost by the version of ASM bundled by Groovy: JDK20 is supported from 4.0.6 JDK21 is supported from 4.0.11 JDK22 is supported from 4.0.16 JDK23 is sup

Re: Unsupported class file major version 65 when running on java 21

2024-05-16 Thread Paul King
Our JDK version support is determined first and foremost by the version of ASM bundled by Groovy: JDK20 is supported from 4.0.6 JDK21 is supported from 4.0.11 JDK22 is supported from 4.0.16 JDK23 is supported from 4.0.21 On Fri, May 17, 2024 at 10:05 AM Daniel Sun wrote: > > Could you try the lat

Re: Unsupported class file major version 65 when running on java 21

2024-05-16 Thread Daniel Sun
Could you try the latest stable version, i.e. 4.0.21. As the following configuration shows, Java 21 is supported by Groovy 4.0.21. https://github.com/apache/groovy/blob/c4615cec66ed07c7f0d9c8c73ee9a6dbda147952/.github/workflows/groovy-build-test-ea.yml#L32 Cheers, Daniel Sun On 2024/05/16 10:19