On Tue, Jul 30, 2024 at 7:06 PM Christopher Schultz
<ch...@christopherschultz.net> wrote:
>
> Rémy,
>
> Thanks for RMing.
>
> On 7/29/24 11:32 PM, Rémy Maucherat wrote:
> > The proposed Apache Tomcat 9.0.92 release is now available for voting.
> >
> > The notable changes compared to 9.0.91 are:
> >
> > - Align HTTP/2 with HTTP/1.1 and recycle the container internal request
> >     and response processing objects by default. This behaviour can be
> >     controlled via the new discardRequestsAndResponses attribute on the
> >     HTTP/2 upgrade protocol.
> >
> > - Add OpenSSL support for FFM. Using this feature requires Java 22
> >     or newer.
> >
> > - Add support for RFC 8297 (Early Hints). Applications can use this
> >     feature by casting the HttpServletResponse to
> >     org.apache.catalina.connector.Reponse and then calling the method
> >     void sendEarlyHints()
> >
> > For full details, see the changelog:
> > https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.92/
> >
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1505
> >
> > The tag is:
> > https://github.com/apache/tomcat/tree/9.0.92
> > b6ca266795a4245f3c3308a619987136ad46e19a
> >
> > The proposed 9.0.92 release is:
> > [ ] -1, Broken - do not release
> > [ ] +1, Stable - go ahead and release as 9.0.92
>
> +1 for stable release.
>
> The build is reproducible[*] and the unit tests pass on MacOS x86-64.
>
> [*] The fulldocs package is not identical. Usually this is because of
> LICENSE files and stuff like that, but this is not the case this time.
> Instead, the documentation is actually different. My locally-built
> fulldocs package includes references to the Jre22Compat class while
> yours includes references to the Jre19Compat class and some other
> semingly-related differences.

The fulldocs at
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.92/bin/apache-tomcat-9.0.92-fulldocs.tar.gz
does have Jre22Compat. Jre19Compat has not been removed.

Rémy

>
> Since the fulldocs package is not executable, I don't think there is any
> reason to block the release.
>
> Works with a vanilla servlet-based application in a development environment.
>
> Details:
> * 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 21.6.0 x86_64
> *  cc:              Apple clang version 12.0.0 (clang-1200.0.31.1)
> *  make:            GNU Make 3.81
> *  OpenSSL:         OpenSSL 3.2.1 30 Jan 2024 (Library: OpenSSL 3.2.1 30
> Jan 2024)
> *  APR:             1.7.4
> *
> * Valid SHA-512 signature for apache-tomcat-9.0.92.zip
> * Valid GPG signature for apache-tomcat-9.0.92.zip
> * Valid SHA-512 signature for apache-tomcat-9.0.92.tar.gz
> * Valid GPG signature for apache-tomcat-9.0.92.tar.gz
> * Valid SHA-512 signature for apache-tomcat-9.0.92.exe
> * Valid GPG signature for apache-tomcat-9.0.92.exe
> * Valid SHA512 signature for apache-tomcat-9.0.92-src.zip
> * Valid GPG signature for apache-tomcat-9.0.92-src.zip
> * Valid SHA512 signature for apache-tomcat-9.0.92-src.tar.gz
> * Valid GPG signature for apache-tomcat-9.0.92-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: PASSED
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

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

Reply via email to