https://bz.apache.org/bugzilla/show_bug.cgi?id=69574
Remy Maucherat <r...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEEDINFO |RESOLVED --- Comment #3 from Remy Maucherat <r...@apache.org> --- Ok, so it seems you are using a build system to process Tomcat. Then you are using proguard which in turn only seems to support Java 21 bytecode, given the error. In that case, the tomcat-coyote-ffm.jar JAR needs to be handled in some way (most likely deleted). This does not change the Java requirements that we advertise with Tomcat 10.1 since we support either our scripts for Tomcat standalone or the Tomcat embedded packaging (which will not include the Java 22 classes) for running Tomcat, and neither option requires Java 22. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org