On Tue, Jul 30, 2024 at 5:32 AM Rémy Maucherat <r...@apache.org> 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 > [X] +1, Stable - go ahead and release as 9.0.92
For building a release, don't forget to set the "java-ffm.home" property in build.properties. This then gets documented in build.properties.release: # Javac with FFM version: javac 22.0.2 So I used Java 22.0.2 there. Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org