Am 03.10.24 um 19:58 schrieb Mark Thomas:
The proposed Apache Tomcat 11.0.0 release is now available for voting.
The notable changes compared to 11.0.0-M26 include:
- Multiple fixes and improvements for WebDAV
- Improvements to the recently adding request/response recycling for
HTTP/2
- Improve the stability of Tomcat Native during GC
For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-11.0.x/docs/changelog.html
Applications that run on Tomcat 9 and earlier will not run on Tomcat 11
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. Applications using deprecated APIs may require
further changes.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1517
The tag is:
https://github.com/apache/tomcat/tree/11.0.0
56e547d387ab49f688c93fe9ca082b1b5d94deed
The proposed 11.0.0 release is:
[ ] -1 Broken - do not release
[ ] +1 Stable - go ahead and release as 11.0.0
I am seeing unit test failures for
org.apache.catalina.manager.TestHostManagerWebapp:
Testcase: testServlet took 5.454 sec
FAILED
expected:<200> but was:<404>
junit.framework.AssertionFailedError: expected:<200> but was:<404>
at
org.apache.catalina.manager.TestHostManagerWebapp.testServlet(TestHostManagerWebapp.java:138)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
My test just started, so I only know about TC 11 with Java 17 and TC
10.1 with Java 11. Both combinations show the same problem. Until know
the tests only ran for NIO. I have not seen such a failure for older
versions.
Best regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org