All,

On 7/7/24 18:07, Christopher Schultz wrote:
The proposed Apache Tomcat 10.1.26 release is now available for
voting.

All committers and PMC members are kindly requested to provide a vote if possible. ANY TOMCAT USER MAY VOTE, though only PMC members votes are binding. We welcome non-committer votes or comments on release builds.

The notable changes compared to 10.1.25 are:

- Move OpenSSL support using FFM to a separate JAR named
   tomcat-coyote-ffm.jar that advertises Java 22 in its manifest.

- When using include directives in a tag file packaged in a JAR file,
   ensure that the include directives are processed correctly.

- Expand the implementation of the filter value of the Authenticator
   attribute allowCorsPreflight, so that it applies to all requests that
   match the configured URL patterns for the CORS filter, rather than
   only applying if the CORS filter is mapped to /*

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

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.

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

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

The tag is:
https://github.com/apache/tomcat/tree/10.1.26
https://github.com/apache/tomcat/commit/43731ff263f74ec9949a3f535fd9254baa932603

Please reply with a +1 for release or +0/-0/-1 with an explanation.

+1 for stable release

Build is reproducible on macos arm64.

Some unit tests failed, but only with the OpenSSL-FFM because it is picking-up my system's deafult LibreSSL library for which client-renegotiation is known not to work. All other unit tests are passing as expected (including OpenSSL-JSSE).

* Environment
* Java (build): openjdk version "22.0.1" 2024-04-16 OpenJDK Runtime Environment Temurin-22.0.1+8 (build 22.0.1+8) OpenJDK 64-Bit Server VM Temurin-22.0.1+8 (build 22.0.1+8, mixed mode) * Java (test): openjdk version "22.0.1" 2024-04-16 OpenJDK Runtime Environment Temurin-22.0.1+8 (build 22.0.1+8) OpenJDK 64-Bit Server VM Temurin-22.0.1+8 (build 22.0.1+8, mixed mode) * Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
*  OS:              Darwin 23.5.0 arm64
*  cc:              Apple clang version 15.0.0 (clang-1500.3.9.4)
*  make:            GNU Make 3.81
* OpenSSL: OpenSSL 3.3.1 4 Jun 2024 (Library: OpenSSL 3.3.1 4 Jun 2024)
*  APR:             1.7.4
*
* Valid SHA-512 signature for apache-tomcat-10.1.26.zip
* Valid GPG signature for apache-tomcat-10.1.26.zip
* Valid SHA-512 signature for apache-tomcat-10.1.26.tar.gz
* Valid GPG signature for apache-tomcat-10.1.26.tar.gz
* Valid SHA-512 signature for apache-tomcat-10.1.26.exe
* Valid GPG signature for apache-tomcat-10.1.26.exe
* Valid SHA512 signature for apache-tomcat-10.1.26-src.zip
* Valid GPG signature for apache-tomcat-10.1.26-src.zip
* Valid SHA512 signature for apache-tomcat-10.1.26-src.tar.gz
* Valid GPG signature for apache-tomcat-10.1.26-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.valves.rewrite.TestResolverSSL.NIO.txt
* org.apache.catalina.valves.rewrite.TestResolverSSL.NIO2.txt
* org.apache.tomcat.util.net.TestClientCert.NIO.txt
* org.apache.tomcat.util.net.TestClientCert.NIO2.txt
* org.apache.tomcat.util.net.TestCustomSslTrustManager.NIO.txt
* org.apache.tomcat.util.net.TestCustomSslTrustManager.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