All,

On 12/7/23 13:16, Christopher Schultz wrote:
The proposed Apache Tomcat 8.5.97 release is now available for voting.

The notable changes compared to 8.5.96 are:

- Background processes for a Container no longer execute while lifecycle
   operations are in progress for that Container.

- Correct unintended escaping of XML in some WebDAV responses.

- Use a 408 status code if a read timeout occurs during HTTP
   HTTP request processing instead of an HTTP 400 status.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.97/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.97/
85bbf20a5021f5838f7e41e5b2e028b3303d232b

The proposed 8.5.97 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.97 (stable)

+1 for stable release.

Works on a plain servlet-based web application in a development environment, running on Java 11 on Linux x85-64. Note that this environment is different than the one I used for testing below.

Unit tests pass except for 1 related Eclipse JDT, which I'm going to blame on the version of the compiler relative to my JRE.

Details:
* Environment
* Java (build): openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment (build 17.0.9+9-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-1deb12u1, mixed mode, sharing) * Java (test): openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment (build 17.0.9+9-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-1deb12u1, mixed mode, sharing)
*  OS:       Linux 6.1.0-12-amd64 x86_64
*  cc:       cc (Debian 12.2.0-14) 12.2.0
*  make:     GNU Make 4.3
*  OpenSSL:  OpenSSL 1.1.1 11 Sep 2018
*  APR:      1.7.2
*
* Valid SHA-512 signature for apache-tomcat-8.5.97.zip
* Valid GPG signature for apache-tomcat-8.5.97.zip
* Valid SHA-512 signature for apache-tomcat-8.5.97.tar.gz
* Valid GPG signature for apache-tomcat-8.5.97.tar.gz
* Valid SHA-512 signature for apache-tomcat-8.5.97.exe
* Valid GPG signature for apache-tomcat-8.5.97.exe
* Valid Windows Digital Signature for apache-tomcat-8.5.97.exe
* Valid SHA512 signature for apache-tomcat-8.5.97-src.zip
* Valid GPG signature for apache-tomcat-8.5.97-src.zip
* Valid SHA512 signature for apache-tomcat-8.5.97-src.tar.gz
* Valid GPG signature for apache-tomcat-8.5.97-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* tcnative builds cleanly
* Tomcat builds cleanly
* Junit Tests: FAILED
*
* Tests that failed:
* org.apache.catalina.mapper.TestMapperWebapps.APR.txt
* org.apache.catalina.mapper.TestMapperWebapps.NIO.txt
* org.apache.catalina.mapper.TestMapperWebapps.NIO2.txt

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

Reply via email to