Re: Class file version problem on Java 17

2021-11-29 Thread Daniel Sun
Please submit a JIRA ticket to track the issue[1], and it's better to provide us a standalone runnable script to reproduce the issue. Cheers, Daniel Sun [1] https://issues.apache.org/jira/projects/GROOVY/summary On 2021/11/28 19:07:47 Jochen Wiedmann wrote: > Hi, > > I've got a Groovy script

Class file version problem on Java 17

2021-11-28 Thread Jochen Wiedmann
Hi, I've got a Groovy script (4.0.0-beta-2), which is embedded into a Java program. When unit testing the program on Java 8, everything is working fine. However, if I do run the same unit test on Java 17, I get the stack trace below. Is there anything, I need to adjust when using Java 17? I am