The proposed Apache Tomcat 10.1.0-M8 release is now available for
voting.

Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE 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.

The notable changes compared to 10.1.0-M7 are:

- Limit cookie support to RFC 6265 to align with recent updates to the
  Servlet specification

- Update the WebSocket API packaging to remove the copy of the client
  API from the server API and replace it with a dependency on the client
  API. This aligns Tomcat with changes in the WebSocket 2.1
  specification.

- Provide protection against a known OS bug that causes the acceptor to
  report an incoming connection more than once.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M8/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1343

The tag is:
https://github.com/apache/tomcat/tree/10.1.0-M8
cd53876fefaa370c31466b0f615e9ad026541a27


The proposed 10.1.0-M8 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 10.1.0-M8 (alpha)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to