+1
Build is reproducible and all tests pass on Fedora 40 with Java 17 & 22,
tcnative-2.0.7, apr-1.7.4, openssl-3.0.13.

Just to mention that I get test failures when running on JDK 24 (EA 5).
More specifically the following tests contain errors:
TEST-org.apache.catalina.connector.TestSendFile.NIO.txt:Tests run: 2,
Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.821 sec
TEST-org.apache.catalina.realm.TestJNDIRealm.NIO.txt:Tests run: 4,
Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.004 sec
TEST-org.apache.catalina.session.TestPersistentManager.NIO.txt:Tests run:
2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.209 sec
TEST-org.apache.catalina.startup.TestWebappServiceLoader.NIO.txt:Tests run:
7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 1.01 sec
TEST-org.apache.catalina.valves.TestCrawlerSessionManagerValve.NIO.txt:Tests
run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 1.292 sec
TEST-org.apache.catalina.valves.TestLoadBalancerDrainingValve.NIO.txt:Tests
run: 64, Failures: 0, Errors: 64, Skipped: 0, Time elapsed: 3.666 sec
TEST-org.apache.catalina.valves.TestSSLValve.NIO.txt:Tests run: 18,
Failures: 0, Errors: 18, Skipped: 0, Time elapsed: 1.626 sec
TEST-org.apache.coyote.TestRequest.NIO.txt:Tests run: 4, Failures: 0,
Errors: 4, Skipped: 0, Time elapsed: 1.681 sec
TEST-org.apache.jasper.servlet.TestTldScanner.NIO.txt:Tests run: 3,
Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.135 sec



On Mon, Jul 8, 2024 at 1:16 AM Christopher Schultz <
ch...@christopherschultz.net> 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to