On Fri, Aug 2, 2024 at 4:03 PM Rémy Maucherat <r...@apache.org> wrote:
> The proposed Apache Tomcat 9.0.93 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.93/ > > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1510 > > The tag is: > https://github.com/apache/tomcat/tree/9.0.93 > a33d708d9b078e0d7bc8abda91c8634c4f338d99 > > The proposed 9.0.93 release is: > [ ] -1, Broken - do not release > [X] +1, Stable - go ahead and release as 9.0.93 > Build is reproducible and test suite passes on Linux with Java 21 Igal > > Rémy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >