You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rémy Maucherat <re...@apache.org> on 2023/01/09 22:53:22 UTC

[VOTE] Release Apache Tomcat 9.0.71

The proposed Apache Tomcat 9.0.71 release is now available for voting.

The notable changes compared to 9.0.70 are:

- Correct a regression in the refactoring that replaced the use of the
   URL constructors. The regression broke lookups for resources that
   contained one or more characters in their name that required escaping
   when used in a URI path.

- When resetting an HTTP/2 stream because the final response has been
   generated before the request has been fully read, use the HTTP/2 error
   code NO_ERROR so that client does not discard the response. Based on a
   suggestion by Lorenzo Dalla Vecchia.

- Change the default of the org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED
   system property to true unless the EL library is running on Tomcat in
   which case the default remains false as the EL library is already
   called from within a privileged block and skipping the unnecessary
   privileged block improves performance.

Along with lots of other bug fixes and improvements.

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.71/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1415
The tag is:
https://github.com/apache/tomcat/tree/9.0.71
83ff421c4725bccfd7bec1a16b8ca3cb61bedd2a

The proposed 9.0.71 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 9.0.71

Rémy

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


Re: [VOTE] Release Apache Tomcat 9.0.71

Posted by jean-frederic clere <jf...@gmail.com>.
On 1/9/23 23:53, Rémy Maucherat wrote:
> [X] Stable - go ahead and release as 9.0.71

Tested on fedora 37
-- 
Cheers

Jean-Frederic


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


Re: [VOTE] Release Apache Tomcat 9.0.71

Posted by Han Li <li...@apache.org>.

> On Jan 10, 2023, at 06:53, Rémy Maucherat <re...@apache.org> wrote:
> 
> The proposed Apache Tomcat 9.0.71 release is now available for voting.
> 
> The notable changes compared to 9.0.70 are:
> 
> - Correct a regression in the refactoring that replaced the use of the
>   URL constructors. The regression broke lookups for resources that
>   contained one or more characters in their name that required escaping
>   when used in a URI path.
> 
> - When resetting an HTTP/2 stream because the final response has been
>   generated before the request has been fully read, use the HTTP/2 error
>   code NO_ERROR so that client does not discard the response. Based on a
>   suggestion by Lorenzo Dalla Vecchia.
> 
> - Change the default of the org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED
>   system property to true unless the EL library is running on Tomcat in
>   which case the default remains false as the EL library is already
>   called from within a privileged block and skipping the unnecessary
>   privileged block improves performance.
> 
> Along with lots of other bug fixes and improvements.
> 
> 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.71/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1415
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.71
> 83ff421c4725bccfd7bec1a16b8ca3cb61bedd2a
> 
> The proposed 9.0.71 release is:
> [ ] Broken - do not release
> [ X] Stable - go ahead and release as 9.0.71

Han
> 
> Rémy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


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


Re: [VOTE] Release Apache Tomcat 9.0.71

Posted by Mark Thomas <ma...@apache.org>.
On 09/01/2023 22:53, Rémy Maucherat wrote:
> The proposed 9.0.71 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.71

Confirmed build is repeatable for all artifacts.

Unit tests pass on Linux.

Mark

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


[VOTE][RESULT] Release Apache Tomcat 9.0.71

Posted by Rémy Maucherat <re...@apache.org>.
The following votes were cast:

Binding:
+1: markt, remm, jclere

Non-binding:
+1: lihan

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Rémy

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


Re: [VOTE] Release Apache Tomcat 9.0.71

Posted by Rémy Maucherat <re...@apache.org>.
On Mon, Jan 9, 2023 at 11:53 PM Rémy Maucherat <re...@apache.org> wrote:
>
> The proposed Apache Tomcat 9.0.71 release is now available for voting.
>
> The notable changes compared to 9.0.70 are:
>
> - Correct a regression in the refactoring that replaced the use of the
>    URL constructors. The regression broke lookups for resources that
>    contained one or more characters in their name that required escaping
>    when used in a URI path.
>
> - When resetting an HTTP/2 stream because the final response has been
>    generated before the request has been fully read, use the HTTP/2 error
>    code NO_ERROR so that client does not discard the response. Based on a
>    suggestion by Lorenzo Dalla Vecchia.
>
> - Change the default of the org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED
>    system property to true unless the EL library is running on Tomcat in
>    which case the default remains false as the EL library is already
>    called from within a privileged block and skipping the unnecessary
>    privileged block improves performance.
>
> Along with lots of other bug fixes and improvements.
>
> 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.71/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1415
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.71
> 83ff421c4725bccfd7bec1a16b8ca3cb61bedd2a
>
> The proposed 9.0.71 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.71

Rémy

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