Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Igal Sapir
On Wed, May 11, 2022 at 1:27 AM Rémy Maucherat  wrote:

> The proposed Apache Tomcat 9.0.63 release is now available for voting.
>
> The notable changes compared to 9.0.62 are:
>
> - Provide a property source that sources values from Kubernetes service
>bindings. Provided by Sumit Kulhadia and Gareth Evans.
>
> - The root cause of the Linux kernel duplicate accept bug has been
>identified along with the version of the kernel that includes the fix.
>The error message displayed when this bug occurs has been updated to
>reflect this new information and to advise users to update to a
>version of the OS that uses kernel 5.10 or later. Thanks to
>Christopher Gual for the research into this issue.
>
> - Update the packaged version of the Tomcat Native Library to 1.2.33 to
>pick up Windows binaries built with OpenSSL 1.1.1o.
>
> - Add support for encrypted PKCS#1 formatted private keys when configuring
>the internal, in memory key store.
>
> 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.63/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1374
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.63
> 538ed3896852b3608561ba6f3d0bc8890ae15de1
>
> The proposed 9.0.63 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.63 (stable)
>

Unit tests passed on Ubuntu 20.04 with Java 11

Igal



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


Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Raymond Augé
[X] Stable - go ahead and release as 9.0.63 (stable)

On Wed, May 11, 2022 at 10:09 AM Mark Thomas  wrote:

> On 11/05/2022 09:26, Rémy Maucherat wrote:
> > The proposed Apache Tomcat 9.0.63 release is now available for voting.
> >
> > The notable changes compared to 9.0.62 are:
> >
> > - Provide a property source that sources values from Kubernetes service
> > bindings. Provided by Sumit Kulhadia and Gareth Evans.
> >
> > - The root cause of the Linux kernel duplicate accept bug has been
> > identified along with the version of the kernel that includes the
> fix.
> > The error message displayed when this bug occurs has been updated to
> > reflect this new information and to advise users to update to a
> > version of the OS that uses kernel 5.10 or later. Thanks to
> > Christopher Gual for the research into this issue.
> >
> > - Update the packaged version of the Tomcat Native Library to 1.2.33 to
> > pick up Windows binaries built with OpenSSL 1.1.1o.
> >
> > - Add support for encrypted PKCS#1 formatted private keys when
> configuring
> > the internal, in memory key store.
> >
> > 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.63/
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1374
> > The tag is:
> > https://github.com/apache/tomcat/tree/9.0.63
> > 538ed3896852b3608561ba6f3d0bc8890ae15de1
> >
> > The proposed 9.0.63 release is:
> > [ ] Broken - do not release
> > [X] Stable - go ahead and release as 9.0.63 (stable)
>
> Unit tests pass on Linux, Windows and MacOS.
>
> Mark
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

-- 
*Raymond Augé* (@rotty3000)
Senior Software Architect *Liferay, Inc.* (@Liferay)
OSGi Fellow, Java Champion


Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Mark Thomas

On 11/05/2022 09:26, Rémy Maucherat wrote:

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

The notable changes compared to 9.0.62 are:

- Provide a property source that sources values from Kubernetes service
bindings. Provided by Sumit Kulhadia and Gareth Evans.

- The root cause of the Linux kernel duplicate accept bug has been
identified along with the version of the kernel that includes the fix.
The error message displayed when this bug occurs has been updated to
reflect this new information and to advise users to update to a
version of the OS that uses kernel 5.10 or later. Thanks to
Christopher Gual for the research into this issue.

- Update the packaged version of the Tomcat Native Library to 1.2.33 to
pick up Windows binaries built with OpenSSL 1.1.1o.

- Add support for encrypted PKCS#1 formatted private keys when configuring
the internal, in memory key store.

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.63/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1374
The tag is:
https://github.com/apache/tomcat/tree/9.0.63
538ed3896852b3608561ba6f3d0bc8890ae15de1

The proposed 9.0.63 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 9.0.63 (stable)


Unit tests pass on Linux, Windows and MacOS.

Mark

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



Re: [VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Rémy Maucherat
On Wed, May 11, 2022 at 10:26 AM Rémy Maucherat  wrote:
>
> The proposed Apache Tomcat 9.0.63 release is now available for voting.
>
> The notable changes compared to 9.0.62 are:
>
> - Provide a property source that sources values from Kubernetes service
>bindings. Provided by Sumit Kulhadia and Gareth Evans.
>
> - The root cause of the Linux kernel duplicate accept bug has been
>identified along with the version of the kernel that includes the fix.
>The error message displayed when this bug occurs has been updated to
>reflect this new information and to advise users to update to a
>version of the OS that uses kernel 5.10 or later. Thanks to
>Christopher Gual for the research into this issue.
>
> - Update the packaged version of the Tomcat Native Library to 1.2.33 to
>pick up Windows binaries built with OpenSSL 1.1.1o.
>
> - Add support for encrypted PKCS#1 formatted private keys when configuring
>the internal, in memory key store.
>
> 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.63/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1374
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.63
> 538ed3896852b3608561ba6f3d0bc8890ae15de1
>
> The proposed 9.0.63 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.63 (stable)

Rémy

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



[VOTE] Release Apache Tomcat 9.0.63

2022-05-11 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.63 release is now available for voting.

The notable changes compared to 9.0.62 are:

- Provide a property source that sources values from Kubernetes service
   bindings. Provided by Sumit Kulhadia and Gareth Evans.

- The root cause of the Linux kernel duplicate accept bug has been
   identified along with the version of the kernel that includes the fix.
   The error message displayed when this bug occurs has been updated to
   reflect this new information and to advise users to update to a
   version of the OS that uses kernel 5.10 or later. Thanks to
   Christopher Gual for the research into this issue.

- Update the packaged version of the Tomcat Native Library to 1.2.33 to
   pick up Windows binaries built with OpenSSL 1.1.1o.

- Add support for encrypted PKCS#1 formatted private keys when configuring
   the internal, in memory key store.

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.63/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1374
The tag is:
https://github.com/apache/tomcat/tree/9.0.63
538ed3896852b3608561ba6f3d0bc8890ae15de1

The proposed 9.0.63 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 9.0.63 (stable)

Rémy

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