You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2021/01/28 20:48:44 UTC

[VOTE] Release Apache Tomcat 9.0.43

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

The notable changes compared to the 9.0.41 release are:

- Add support for using Unix domain sockets for NIO when running on
  Java 16 or later.

- Add a new StringInterpreter interface that allows applications to
  provide customised string attribute value to type conversion within
  JSPs. This allows applications to provide a conversion
  implementation that is optimised for the application.

- Add peerAddress to coyote request, which contains the IP address of
  the direct connection peer. If a reverse proxy sits in front of
  Tomcat and the protocol used is AJP or HTTP in combination with the
  RemoteIp(Valve|Filter), the peer address might differ from the
  remoteAddress. The latter then contains the address of the client in
  front of the reverse proxy, not the address of the proxy itself.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.43/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1297/
The tag is:
https://github.com/apache/tomcat/tree/9.0.43
dc8bcd9c0704235319d322ca3d4c32263a054766

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

---------------------------------------------------------------------
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.43

Posted by Mark Thomas <ma...@apache.org>.
On 28/01/2021 20:48, Mark Thomas wrote:

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

Mark

---------------------------------------------------------------------
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.43

Posted by Rémy Maucherat <re...@apache.org>.
On Thu, Jan 28, 2021 at 9:56 PM Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 9.0.43 release is now available for voting.
>
> The notable changes compared to the 9.0.41 release are:
>
> - Add support for using Unix domain sockets for NIO when running on
>   Java 16 or later.
>
> - Add a new StringInterpreter interface that allows applications to
>   provide customised string attribute value to type conversion within
>   JSPs. This allows applications to provide a conversion
>   implementation that is optimised for the application.
>
> - Add peerAddress to coyote request, which contains the IP address of
>   the direct connection peer. If a reverse proxy sits in front of
>   Tomcat and the protocol used is AJP or HTTP in combination with the
>   RemoteIp(Valve|Filter), the peer address might differ from the
>   remoteAddress. The latter then contains the address of the client in
>   front of the reverse proxy, not the address of the proxy itself.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.43/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1297/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.43
> dc8bcd9c0704235319d322ca3d4c32263a054766
>
> The proposed 9.0.43 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.43
>

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.43

Posted by jean-frederic clere <jf...@gmail.com>.
On 28/01/2021 21:48, Mark Thomas wrote:
> [X] Stable - go ahead and release as 9.0.43

Tested on fedora33 and rhel8.0

-- 
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.43

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 28/01/2021 à 21:48, Mark Thomas a écrit :

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

It looks good in Debian (OpenJDK 11.0.10, OpenSSL 1.1.1i).

Emmanuel Bourg

---------------------------------------------------------------------
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.43

Posted by Romain Manni-Bucau <rm...@gmail.com>.
[ X ] Stable - go ahead and release as 9.0.43

(non binding)

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le lun. 1 févr. 2021 à 09:04, Martin Grigorov <mg...@apache.org> a
écrit :

> On Thu, Jan 28, 2021 at 10:48 PM Mark Thomas <ma...@apache.org> wrote:
>
> > The proposed Apache Tomcat 9.0.43 release is now available for voting.
> >
> > The notable changes compared to the 9.0.41 release are:
> >
> > - Add support for using Unix domain sockets for NIO when running on
> >   Java 16 or later.
> >
> > - Add a new StringInterpreter interface that allows applications to
> >   provide customised string attribute value to type conversion within
> >   JSPs. This allows applications to provide a conversion
> >   implementation that is optimised for the application.
> >
> > - Add peerAddress to coyote request, which contains the IP address of
> >   the direct connection peer. If a reverse proxy sits in front of
> >   Tomcat and the protocol used is AJP or HTTP in combination with the
> >   RemoteIp(Valve|Filter), the peer address might differ from the
> >   remoteAddress. The latter then contains the address of the client in
> >   front of the reverse proxy, not the address of the proxy itself.
> >
> > Along with lots of other bug fixes and improvements.
> >
> > For full details, see the changelog:
> > https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.43/
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1297/
> > The tag is:
> > https://github.com/apache/tomcat/tree/9.0.43
> > dc8bcd9c0704235319d322ca3d4c32263a054766
> >
> > The proposed 9.0.43 release is:
> > [ ] Broken - do not release
> > [ X ] Stable - go ahead and release as 9.0.43
> >
>
> Regards,
> Martin
>
>
> >
> > ---------------------------------------------------------------------
> > 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.43

Posted by Martin Grigorov <mg...@apache.org>.
On Thu, Jan 28, 2021 at 10:48 PM Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 9.0.43 release is now available for voting.
>
> The notable changes compared to the 9.0.41 release are:
>
> - Add support for using Unix domain sockets for NIO when running on
>   Java 16 or later.
>
> - Add a new StringInterpreter interface that allows applications to
>   provide customised string attribute value to type conversion within
>   JSPs. This allows applications to provide a conversion
>   implementation that is optimised for the application.
>
> - Add peerAddress to coyote request, which contains the IP address of
>   the direct connection peer. If a reverse proxy sits in front of
>   Tomcat and the protocol used is AJP or HTTP in combination with the
>   RemoteIp(Valve|Filter), the peer address might differ from the
>   remoteAddress. The latter then contains the address of the client in
>   front of the reverse proxy, not the address of the proxy itself.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.43/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1297/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.43
> dc8bcd9c0704235319d322ca3d4c32263a054766
>
> The proposed 9.0.43 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 9.0.43
>

Regards,
Martin


>
> ---------------------------------------------------------------------
> 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.43

Posted by Mark Thomas <ma...@apache.org>.
The following votes were cast:

Binding:
+1 (stable): markt, remm, jfclere, mgrigorov, eboourg

Non-binding:
+1 (stable): rmannibucau

The vote therefore passes.

Thanks to everyone who contributed to this release.

Mark

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