Software Update: Apache Tomcat 10.0.6 / 9.0.46 / 8.5.66

Spread the love

Apache Tomcat is a Web container developed by the Apache Software Foundation. Tomcat runs Java Servlets and JavaServer Pages, and provides an http web environment that can run Java code directly. For more information, we refer to this page. The developers have released versions 10.0.6, 9.0.46 and 8.5.66 with the following announcements:

Tomcat 10.0.6 Released

The Apache Tomcat Project is proud to announce the release of version 10.0.6 of Apache Tomcat. This release implements specifications that are part of the Jakarta EE 9 platform.

Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE based applications designed for Tomcat 9 and earlier may be placed in the $ CATALINA_BASE / webapps-javaee directory and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory. This conversion is performed using the Apache Tomcat migration tool for Jakarta EE tool which is also available as a separate download for off-line use.

The notable changes in this release are:

  • Ensure the correct escaping of attribute values ​​and search filters in the JNDIRealm.
  • HandlesTypes should include classes that use the specified annotation types on fields or methods.
  • Refactor the creation of WebSocket end point, decoder and encoder instances to be more IoC friendly. Instances are now created via the InstanceManager where possible.

Full details of these changes, and all the other changes, are available in the Tomcat 10 changelog.

Tomcat 9.0.46 Released

The Apache Tomcat Project is proud to announce the release of version 9.0.46 of Apache Tomcat. This release implements specifications that are part of the Java EE 8 platform. The notable changes compared to 9.0.45 include:

  • Ensure the correct escaping of attribute values ​​and search filters in the JNDIRealm.
  • HandlesTypes should include classes that use the specified annotation types on fields or methods.
  • Refactor the creation of WebSocket end point, decoder and encoder instances to be more IoC friendly. Instances are now created via the InstanceManager where possible.

Full details of these changes, and all the other changes, are available in the Tomcat 9 changelog.

Tomcat 8.5.66 Released

The Apache Tomcat Project is proud to announce the release of version 8.5.66 of Apache Tomcat. This release implements specifications that are part of the Java EE 7 platform. The notable changes compared to 8.5.65 include:

  • Ensure the correct escaping of attribute values ​​and search filters in the JNDIRealm.
  • HandlesTypes should include classes that use the specified annotation types on fields or methods.
  • Refactor the creation of WebSocket end point, decoder and encoder instances to be more IoC friendly. Instances are now created via the InstanceManager where possible.

Full details of these changes, and all the other changes, are available in the Tomcat 8.5 changelog.

Version number 10.0.6 / 9.0.46 / 8.5.66
Release status Final
Operating systems Java
Website Apache Tomcat Project
Download https://tomcat.apache.org/
License type Conditions (GNU / BSD / etc.)
You might also like