Re: [VOTE] Release Apache Tomcat 10.0.5

2021-04-02 Thread Felix Schumacher


Am 30.03.21 um 10:46 schrieb Mark Thomas:
> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to
> jakarta.*
>
> Applications that run on Tomcat 9 will not run on Tomcat 10 without
> changes. Java EE applications designed for Tomcat 9 and earlier may be
> placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will
> automatically convert them to Jakarta EE and copy them to the webapps
> directory
>
> The notable changes compared to 10.0.4 are:
>
> - Fix a regression in 10.0.4 that meant that an error during an
>   asynchronous read broke all future asynchronous reads associated with
>   the same request instance.
>
> - Prevent concurrent calls to ServletInputStream.isReady() corrupting
>   the input buffer.
>
> - Update the packaged version of Tomcat Native to 1.2.27 to pick up
>   binaries built with OpenSSL 1.1.1k
>
> Along with lots of other bug fixes and improvements.
>
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.5/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1304
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.5
> 328d87e3d1ef41c46b5173114e30d37394bd68b9
>
> The proposed 10.0.5 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 10.0.5 (stable)

The order of "stable" and "broken" is different to the one in tc natives
voting mail, which confused me. Is this intentional?

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

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



Re: [VOTE] Release Apache Tomcat 10.0.5

2021-03-31 Thread Martin Grigorov
On Tue, Mar 30, 2021 at 11:46 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to
> jakarta.*
>
> Applications that run on Tomcat 9 will not run on Tomcat 10 without
> changes. Java EE applications designed for Tomcat 9 and earlier may be
> placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will
> automatically convert them to Jakarta EE and copy them to the webapps
> directory
>
> The notable changes compared to 10.0.4 are:
>
> - Fix a regression in 10.0.4 that meant that an error during an
>asynchronous read broke all future asynchronous reads associated with
>the same request instance.
>
> - Prevent concurrent calls to ServletInputStream.isReady() corrupting
>the input buffer.
>
> - Update the packaged version of Tomcat Native to 1.2.27 to pick up
>binaries built with OpenSSL 1.1.1k
>
> Along with lots of other bug fixes and improvements.
>
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.5/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1304
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.5
> 328d87e3d1ef41c46b5173114e30d37394bd68b9
>
> The proposed 10.0.5 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 10.0.5 (stable)
>

Martin


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


Re: [VOTE] Release Apache Tomcat 10.0.5

2021-03-31 Thread Rémy Maucherat
On Tue, Mar 30, 2021 at 10:46 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to
> jakarta.*
>
> Applications that run on Tomcat 9 will not run on Tomcat 10 without
> changes. Java EE applications designed for Tomcat 9 and earlier may be
> placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will
> automatically convert them to Jakarta EE and copy them to the webapps
> directory
>
> The notable changes compared to 10.0.4 are:
>
> - Fix a regression in 10.0.4 that meant that an error during an
>asynchronous read broke all future asynchronous reads associated with
>the same request instance.
>
> - Prevent concurrent calls to ServletInputStream.isReady() corrupting
>the input buffer.
>
> - Update the packaged version of Tomcat Native to 1.2.27 to pick up
>binaries built with OpenSSL 1.1.1k
>
> Along with lots of other bug fixes and improvements.
>
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.5/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1304
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.5
> 328d87e3d1ef41c46b5173114e30d37394bd68b9
>
> The proposed 10.0.5 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.5 (stable)
>
> We should probably consider moving the migration tool to 1.0 if it "works".

Rémy


Re: [VOTE] Release Apache Tomcat 10.0.5

2021-03-30 Thread Igal Sapir
On Tue, Mar 30, 2021 at 1:46 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>
> 
>
> The proposed 10.0.5 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.5 (stable)
>

+1

Igal


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


Re: [VOTE] Release Apache Tomcat 10.0.5

2021-03-30 Thread Mark Thomas

On 30/03/2021 15:27, Konstantin Kolinko wrote:

вт, 30 мар. 2021 г. в 11:46, Mark Thomas :


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



Mark,

looking at commit e-mail from dist.a.o,
Subject: "svn commit: r46810 - in /dev/tomcat/tomcat-10/v10.0.5 ..."


dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip   (with props)
dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.sha512


the above two files have only *.sha512, but no *.asc GPG signatures


Thanks. I still haven't got to the bottom of why this happens. I'll add 
them now...


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 10.0.5

2021-03-30 Thread Konstantin Kolinko
вт, 30 мар. 2021 г. в 11:46, Mark Thomas :
>
> The proposed Apache Tomcat 10.0.5 release is now available for
> voting.
>

Mark,

looking at commit e-mail from dist.a.o,
Subject: "svn commit: r46810 - in /dev/tomcat/tomcat-10/v10.0.5 ..."

>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz   (with props)
>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.tar.gz.sha512
>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip   (with props)
>dev/tomcat/tomcat-10/v10.0.5/bin/apache-tomcat-10.0.5.zip.sha512

the above two files have only *.sha512, but no *.asc GPG signatures

Best regards,
Konstantin Kolinko

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



[VOTE] Release Apache Tomcat 10.0.5

2021-03-30 Thread Mark Thomas

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

Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
package for all the specification APIs has changed from javax.* to jakarta.*

Applications that run on Tomcat 9 will not run on Tomcat 10 without 
changes. Java EE applications designed for Tomcat 9 and earlier may be 
placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will 
automatically convert them to Jakarta EE and copy them to the webapps 
directory


The notable changes compared to 10.0.4 are:

- Fix a regression in 10.0.4 that meant that an error during an
  asynchronous read broke all future asynchronous reads associated with
  the same request instance.

- Prevent concurrent calls to ServletInputStream.isReady() corrupting
  the input buffer.

- Update the packaged version of Tomcat Native to 1.2.27 to pick up
  binaries built with OpenSSL 1.1.1k

Along with lots of other bug fixes and improvements.


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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.5/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1304
The tag is:
https://github.com/apache/tomcat/tree/10.0.5
328d87e3d1ef41c46b5173114e30d37394bd68b9

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

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