Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Orion
-
Orion.Cycle4.Sprint
-
Extra Small
Description
Tomcat 10.1.25 is available, see
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html
It contains
- Correct a regression in the fix for 68721 that caused some instances of LinkageError to be reported as ClassNotFoundException.
which means that we won't have to work around said regression by adding JVM option
--add-opens java.xml/com.sun.org.apache.xml.internal.utils=ALL-UNNAMED
that we added when going to 10.1.24, see CMS-15913.