All,

On 11/16/22 11:03, Christopher Schultz wrote:
The proposed Apache Tomcat 8.5.84 release is now available for voting.

The notable changes compared to 8.5.83 are:

- Fix concurrency issue in evaluation of expression language containing
    lambda expressions.

- Correct the date format used with the expires attribute of HTTP
    cookies. A single space rather than a single dash should be used to
    separate the day, month and year components to be compliant with RFC
    6265.

- Update to Commons Daemon 1.3.2.

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.84/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.84/
079a46c1c1e56b1743e752a44450469690880a56

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

+1 to release

Works on a vanilla servlet-based application in a development environment. Tests pass on Linux and Windows, with some exceptions:

1. On Microsoft Windows 10:

 * javax.servlet.http.TestHttpServletDoHeadValidWrite513.NIO.txt

This appears to be a problem with either the environment or the test case.

2. On Debian Linux:

 * org.apache.tomcat.util.net.jsse.TestPEMFile.APR.txt
 * org.apache.tomcat.util.net.jsse.TestPEMFile.NIO.txt
 * org.apache.tomcat.util.net.jsse.TestPEMFile.NIO2.txt

Testcase: testKeyEncryptedPkcs8 took 0.003 sec
        Caused an ERROR
ObjectIdentifier() -- data isn't an object ID (tag = 48)
java.io.IOException: ObjectIdentifier() -- data isn't an object ID (tag = 48)

The problem is with my Java version which is missing support for a certain aspect of some key stores.

Details:

* Environment
* Java (build): openjdk version "1.8.0_292" OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0+deb9u1-b10) OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode) * Java (test): openjdk version "1.8.0_292" OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0+deb9u1-b10) OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
*  OS:       Linux 5.10.0-17-amd64 x86_64
*  cc:       cc (Debian 10.2.1-6) 10.2.1 20210110
*  make:     GNU Make 4.3
*  OpenSSL:  OpenSSL 1.1.1 11 Sep 2018
*  APR:      1.7.0
*
* Valid SHA-512 signature for apache-tomcat-8.5.84.zip
* Valid GPG signature for apache-tomcat-8.5.84.zip
* Valid SHA-512 signature for apache-tomcat-8.5.84.tar.gz
* Valid GPG signature for apache-tomcat-8.5.84.tar.gz
* Valid SHA-512 signature for apache-tomcat-8.5.84.exe
* Valid GPG signature for apache-tomcat-8.5.84.exe
* Valid Windows Digital Signature for apache-tomcat-8.5.84.exe
* Valid SHA512 signature for apache-tomcat-8.5.84-src.zip
* Valid GPG signature for apache-tomcat-8.5.84-src.zip
* Valid SHA512 signature for apache-tomcat-8.5.84-src.tar.gz
* Valid GPG signature for apache-tomcat-8.5.84-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.tomcat.util.net.jsse.TestPEMFile.APR.txt
* org.apache.tomcat.util.net.jsse.TestPEMFile.NIO.txt
* org.apache.tomcat.util.net.jsse.TestPEMFile.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