vlsi commented on issue #6114:
URL: https://github.com/apache/jmeter/issues/6114#issuecomment-1825534617

   Here is the failure: 
https://github.com/apache/jmeter/actions/runs/6979576352/job/18993166485?pr=6112#step:6:852
   
   JMeter does not use Groovy for its codebase, and `groovy.jar` is just a 
dependency for JMeter so users can use Groovy in the scripts.
   
   However, JMeter uses Groovy for testing purposes via Spock, and that is 
something that breaks testing with Java 22.
   It looks like a downside of Spock for me. I am not sure we can use "the 
latest spock" (e.g. to support Java 22) and "still have groovy 3.0" (for 
backward compatibility) at the same time.
   
   >Do you think we should update to Groovy 4 or later?
   
   Sure we should bump Groovy in JMeter 6.0, however, we should release 5.6.3 
first.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to