Apache Tomcat is een Webcontainer die is ontwikkeld door de Apache Software Foundation. Tomcat voert Jakarta Servlets en Jakarta Pages uit en biedt een HTTP-webomgeving aan waarop Jakarta-code direct kan worden gedraaid. Het Jakarta EE-platform is de doorontwikkeling van het Java EE-platform. Tomcat 10 en hoger richten zich op Jakarta, terwijl Tomcat 9 en lager zich blijven richten op Java. Voor meer informatie verwijzen we naar deze pagina. De ontwikkelaars hebben versie 11.0.8 uitgebracht, en details daarvan kunnen hieronder worden gevonden.
Tomcat 11.0.8 ReleasedThe Apache Tomcat Project is proud to announce the release of version 11.0.8 of Apache Tomcat. This release implements specifications that are part of the Jakarta EE 11 platform.
Users of Tomcat 10 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from
javax.*
tojakarta.*
. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later. A migration tool is available to aid this process.The notable changes in this release are:
- Provide finer grained control of multi-part request processing via two new attributes on the Connector element.
- Mark the JSP wrapper for reload after a failed compilation.
- Update Tomcat Native to 2.0.9 including Windows binaries built with OpenSSL 3.5.0.
Full details of these changes, and all the other changes, are available in the Tomcat 11 changelog.