All,
On 11/5/25 8:43 PM, Christopher Schultz wrote:
The proposed Apache Tomcat 10.1.49 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.48 are:
- Fix SSL socket factory configuration in the JNDI realm. Based on a
pull request by Joshua Rogers.
- Fix a memory leak when using a trust store with the OpenSSL provider.
Pull request by aogburn.
- Avoid a NPE while unwrapping Servlet exception which would hide some
exception details. Patch submitted by Eric Blanquer.
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.49/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1569
The tag is:
https://github.com/apache/tomcat/tree/10.1.49
https://github.com/apache/tomcat/
commit/4f21bf2e0bbcbd5dea8df488df8f559d308b9186
Please reply with a +1 for release or +0/-0/-1 with an explanation.
+1 for stable release.
Unit tests pass on MacOS aarch64 except for this one which initially
passed on NIO and failed on NIO2, and now it's failing on both with
"Operation timed out" error:
org.apache.catalina.startup.TestStartupIPv6Connectors
Testcase: testIPv6LinkLocal took 75.881 sec
Caused an ERROR
Operation timed out
java.net.ConnectException: Operation timed out
...
at
java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:872)
at
org.apache.catalina.startup.TestStartupIPv6Connectors.assertHttpOkOnAddress(TestStartupIPv6Connectors.java:110)
at
org.apache.catalina.startup.TestStartupIPv6Connectors.testIPv6LinkLocal(TestStartupIPv6Connectors.java:51)
I believe IPv6 is working as expected on this machine, but "link local"
is always a strange beast so I think there is nothing to worry about at
the moment.
Details:
* Environment
* Java (build): openjdk version "25.0.1" 2025-10-21 LTS OpenJDK
Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS) OpenJDK 64-Bit
Server VM Temurin-25.0.1+8 (build 25.0.1+8-LTS, mixed mode, sharing)
* Java (test): openjdk version "25.0.1" 2025-10-21 LTS OpenJDK
Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS) OpenJDK 64-Bit
Server VM Temurin-25.0.1+8 (build 25.0.1+8-LTS, mixed mode, sharing)
* Ant: Apache Ant(TM) version 1.10.15 compiled on August 25
2024
* OS: Darwin 24.6.0 arm64
* cc: Apple clang version 17.0.0 (clang-1700.3.19.1)
* make: GNU Make 3.81
* OpenSSL: OpenSSL 3.6.0 1 Oct 2025 (Library: OpenSSL 3.6.0 1
Oct 2025)
* APR: 1.7.6
*
* Valid SHA-512 signature for apache-tomcat-10.1.49.zip
* Valid GPG signature for apache-tomcat-10.1.49.zip
* Valid SHA-512 signature for apache-tomcat-10.1.49.tar.gz
* Valid GPG signature for apache-tomcat-10.1.49.tar.gz
* Valid SHA-512 signature for apache-tomcat-10.1.49.exe
* Valid GPG signature for apache-tomcat-10.1.49.exe
* Valid Windows Digital Signature for apache-tomcat-10.1.49.exe
* Valid SHA512 signature for apache-tomcat-10.1.49-src.zip
* Valid GPG signature for apache-tomcat-10.1.49-src.zip
* Valid SHA512 signature for apache-tomcat-10.1.49-src.tar.gz
* Valid GPG signature for apache-tomcat-10.1.49-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* Tomcat builds cleanly
* tcnative builds cleanly
* Junit Tests: 2x1 FAILED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]