https://bz.apache.org/bugzilla/show_bug.cgi?id=70147
--- Comment #3 from Christopher Schultz <[email protected]> --- (In reply to Narendra from comment #2) > Is this check introduced in Tomcat 10.1.57? Yes, in 8cc36adf74939af98264e339aaeb495615187a3d The Foreign Function and Memory API only came out of preview in Java 22. It's awkward to build Tomcat FFM components before that, and we recently decided that Java 22 (really Java 25) has been out long enough to simply require it to build. Note that you can still *run* Tomcat 10.1.x on any Java 11 or later. But to *build* it, you will now need Java 22 or later. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
