Re: [VOTE] Release Apache Tomcat 8.5.68

2021-06-11 Thread Mark Thomas

On 11/06/2021 20:20, Christopher Schultz wrote:

=Not a vote=

I have an issue on Windows; I'd like some feedback.

On 6/11/21 10:01, Christopher Schultz wrote:

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

The notable changes compared to the (cancelled) 8.5.67 release is:

- Windows installer / uninstaller are now properly-signed.

The notable changes compared to the 8.5.66 release are:

- Improve robustness of HTTP/2 HPACK decoding

- Improvements to the handling of the Transfer-Encoding header

- Review code used to generate Java source from JSPs and tags and remove
    code found to be unnecessary.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.68/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1317/

The tag is:
https://github.com/apache/tomcat/tree/8.5.68
06846f94cda226d1ed0ff7fe05faff177d5b20b6

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


Running the unit tests on Windows, I have a failure in the 
org.apache.catalina.core.TestAsyncContextImpl.NIO test:


Testsuite: org.apache.catalina.core.TestAsyncContextImpl
Tests run: 70, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 69.859 sec

[]
Testcase: testBug50352 took 2.982 sec
     FAILED
Uri: /, Status: 200, Time: 2836 duration is not >= 2900
junit.framework.AssertionFailedError: Uri: /, Status: 200, Time: 2836 
duration is not >= 2900
     at 
org.apache.catalina.valves.TesterAccessLogValve.validateAccessLog(TesterAccessLogValve.java:90) 

     at 
org.apache.catalina.core.TestAsyncContextImpl.testBug50352(TestAsyncContextImpl.java:1140) 




This is running on a VirtualBox Windows 10 VM. Is this just a case of 
the JVM on Windows not implementing ms-perfect delays and/or time-keeping?


Looks like it, yes. The values are close enough that I wouldn't worry 
about them. With VMware Workstation I often find it is the other way. 
The tests fail because the timeouts don't happen fast enough.


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 8.5.68

2021-06-11 Thread Christopher Schultz

=Not a vote=

I have an issue on Windows; I'd like some feedback.

On 6/11/21 10:01, Christopher Schultz wrote:

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

The notable changes compared to the (cancelled) 8.5.67 release is:

- Windows installer / uninstaller are now properly-signed.

The notable changes compared to the 8.5.66 release are:

- Improve robustness of HTTP/2 HPACK decoding

- Improvements to the handling of the Transfer-Encoding header

- Review code used to generate Java source from JSPs and tags and remove
    code found to be unnecessary.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.68/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1317/

The tag is:
https://github.com/apache/tomcat/tree/8.5.68
06846f94cda226d1ed0ff7fe05faff177d5b20b6

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


Running the unit tests on Windows, I have a failure in the 
org.apache.catalina.core.TestAsyncContextImpl.NIO test:


Testsuite: org.apache.catalina.core.TestAsyncContextImpl
Tests run: 70, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 69.859 sec

[]
Testcase: testBug50352 took 2.982 sec
FAILED
Uri: /, Status: 200, Time: 2836 duration is not >= 2900
junit.framework.AssertionFailedError: Uri: /, Status: 200, Time: 2836 
duration is not >= 2900
at 
org.apache.catalina.valves.TesterAccessLogValve.validateAccessLog(TesterAccessLogValve.java:90)
at 
org.apache.catalina.core.TestAsyncContextImpl.testBug50352(TestAsyncContextImpl.java:1140)



This is running on a VirtualBox Windows 10 VM. Is this just a case of 
the JVM on Windows not implementing ms-perfect delays and/or time-keeping?


-chris

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



Re: [VOTE] Release Apache Tomcat 8.5.68

2021-06-11 Thread Rémy Maucherat
On Fri, Jun 11, 2021 at 4:01 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> The proposed Apache Tomcat 8.5.68 release is now available for voting.
>
> The notable changes compared to the (cancelled) 8.5.67 release is:
>
> - Windows installer / uninstaller are now properly-signed.
>
> The notable changes compared to the 8.5.66 release are:
>
> - Improve robustness of HTTP/2 HPACK decoding
>
> - Improvements to the handling of the Transfer-Encoding header
>
> - Review code used to generate Java source from JSPs and tags and remove
> code found to be unnecessary.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-8.5.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.68/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1317/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.68
> 06846f94cda226d1ed0ff7fe05faff177d5b20b6
>
> The proposed 8.5.68 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.68
>
> Rémy


Re: [VOTE] Release Apache Tomcat 8.5.68

2021-06-11 Thread Igal Sapir
On Fri, Jun 11, 2021 at 7:01 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:

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

Igal



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


[VOTE] Release Apache Tomcat 8.5.68

2021-06-11 Thread Christopher Schultz

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

The notable changes compared to the (cancelled) 8.5.67 release is:

- Windows installer / uninstaller are now properly-signed.

The notable changes compared to the 8.5.66 release are:

- Improve robustness of HTTP/2 HPACK decoding

- Improvements to the handling of the Transfer-Encoding header

- Review code used to generate Java source from JSPs and tags and remove
   code found to be unnecessary.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.68/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1317/

The tag is:
https://github.com/apache/tomcat/tree/8.5.68
06846f94cda226d1ed0ff7fe05faff177d5b20b6

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

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



[tomcat] tag 8.5.67 deleted (was 64f5397)

2021-06-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 8.5.67
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


*** WARNING: tag 8.5.67 was deleted! ***

 was 64f5397  Tag 8.5.67

This change permanently discards the following revisions:

 discard 64f5397  Tag 8.5.67

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



svn commit: r48298 [2/2] - in /dev/tomcat/tomcat-8: v8.5.67/ v8.5.68/ v8.5.68/bin/ v8.5.68/bin/embed/ v8.5.68/bin/extras/ v8.5.68/src/

2021-06-11 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.asc Fri Jun 
11 13:48:12 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmDDZgoACgkQHPApP6U8
+pFhZhxAAkGtz69+yJ16Mr4nt1u8BmIiQizVESq06vYIYggPp2Ob4B1Z4CoNvtR9C
+mB/RbTidPWB6878uDLrdro70Tgf8gnTw7tbcZmNhnKzCVCoPlaHYjFSx19T+ESWT
+hdWcktXM1wPKrGpIdZkhR92vEeBZ1Jk9tidgRPadEWWygerONlNWqkT8PQhqHeU+
+oIdHOVodkG+WTZQinI/zLvI2FIoQujU7kWVT6LPQp+ZbQGViuwHYUWh4E8FqcRTg
+HYb+gHLqW0Kkej8tEXGlSa/3f9i5RLjfzyct2bDsaYx7EjN8Kf4RqXvtIHWdF+l6
+aein1cAiMcDGjjcoeMwhndkiiO10T6wnWeQX7hBHQ7u4E5HAxJSL9TVmy06HV7bB
+HU3Zr8BrmGzWIuDbDb8r0YUMA/r5jmDDwwxxDZs0YZxs9KyaKyGBV2fv7Z3cNTRJ
+l4jfO2KQtvF6mdfzTGZx54m2zDMCdIsUJ/eseHa8ff+1NfGJQEe3JU+b74HX1u2i
+zxNtuXP1KeDVHttEZ4fkkG1xplSha5c0oUwmxI52qlozWVs6t76enQNMJ92Gzw1A
+/Xv+iWMiTs9cAFsX6ytFcFZH+XYH0bmdR+q9UoR2DHBS1DMoeV4knXH4+47+PF8H
+kWsSS3oChXJFx47VkmcAYn9djEwhuz/7HNzEc8JdD6qYa2jYwRY=
+=oSO2
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.sha512
==
--- dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.sha512 
(added)
+++ dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.sha512 Fri 
Jun 11 13:48:12 2021
@@ -0,0 +1 @@
+027664f9fc5e8d97d2fc5e079f72884e1dc72ef4a03bd8245e5e19dc68eeb854ceb4ecec9e7bfdedcf22cb1e7ad743bc8b549e995a395a33cf4992fe7f4b14b8
 *catalina-jmx-remote.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.asc Fri Jun 11 
13:48:12 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmDDZgoACgkQHPApP6U8
+pFjCZw//UywaT8PUbQislnHhazIq2qA3Dup622QufqrsibQ6EDDA6GX6mkCs/JUQ
+SjtUFSDC5fEQ80pQxE5iRR7pbI2bz0WCWMO4T624MxCNv5PEmJhzmI4PjDYBjsLI
+baJHjh3ilIwlyGVigetUVpUVnrIi7WObA05Q92P7M4ZLqPi20PuIkr6/eQGc7juf
+tyPaPz+HzkIh7HnKZ6B06saF6sQNhiWsGk8uB5NyShRmpQSIDA7LTys9YhAoRn1E
+eRg86O71yhjD/raam+q7NIVhHy3lZ+2RYnf0zQG4ad5I4MhswoQA8qd4wRfywCwB
+N07bBu48OFiYfJBqQVvSaA9s+ut9HluRMFVhiQjfb62PeeGNSzdZ/6+TiepOHx/v
+Nykmw/BfXA/ovwAX8DLvkl9FKqy3R+GDeeC1T7+YCeGfaW8wLrMP0U/vwp5X4yW3
+Q+nSrPrpssH5p59TIomNR6QToNfov+BPcIsY1qowhoTeyQnvNhpfRMiPrW6CPXax
+d7aakdaqkKR41sKqnW1Fli9LuErwyeVCqOz7d3+q1woajJuZhZTNQ9fGZM6sKSeB
+euvuebcLijpfbqx0WvO53lM/61gATb22jWSQ3igi5HQKQFVn2G2zKsVsr+Q4mjEw
+XCrf/gTmMBGJOvZ7f6EqVX69uGLebyDLZizd36+w0CawQtZJQto=
+=OgJo
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.sha512
==
--- dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.sha512 (added)
+++ dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.sha512 Fri Jun 11 
13:48:12 2021
@@ -0,0 +1 @@
+5acfb55e33134280bf2ce6d889375bafab5f5d4ddf664420e0abf71f7ae30a5a9f8b45eccadf253dc83882a3f66fbf7a8f2bbc8053b5891f6aaf50216717855f
 *catalina-ws.jar
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz.asc
==
--- dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz.asc Fri Jun 
11 13:48:12 2021
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmDDZuwACgkQHPApP6U8
+pFhtsg//ZXS/Qa7VEMbldK5QSxWa4+rtOa0Ou4GT9WaQk05VP7EfZH2u58NZSMW/
+8pdxrsbRbtKDwyS21PQfcFVAf3flwX35Z0xhD7Rt6m2AlMw2ckt9usdw0tz06/W6
+QJ0IDHhcIWlQ5/fPM5Qvn7SF6WjPcdblNlvpz6zXhKamH7bOMvz8T2NVapVavRSh
+KjsRptwf6A+R4n1IY5GWxzrIzVQP0slTJcsOkhKdXteYzlLBQDleU0MI9hZ0MxBN
+ta8r8GgwhCA8VQVVvEYM2BWTGG85If05acNXrm95PaGfMKfbp4L29NCiID6VxjWl
+pao0cP9elUqaG9OkgFTkTGikXiWP24aP0lcVlWF1BF3Epl8KQ/hXlYbkD

svn commit: r48298 [1/2] - in /dev/tomcat/tomcat-8: v8.5.67/ v8.5.68/ v8.5.68/bin/ v8.5.68/bin/embed/ v8.5.68/bin/extras/ v8.5.68/src/

2021-06-11 Thread schultz
Author: schultz
Date: Fri Jun 11 13:48:12 2021
New Revision: 48298

Log:
Upload v8.5.68 for vote

Added:
dev/tomcat/tomcat-8/v8.5.68/
dev/tomcat/tomcat-8/v8.5.68/KEYS
dev/tomcat/tomcat-8/v8.5.68/README.html
dev/tomcat/tomcat-8/v8.5.68/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.68/bin/
dev/tomcat/tomcat-8/v8.5.68/bin/README.html
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-deployer.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-deployer.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-deployer.zip   (with 
props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-deployer.zip.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-deployer.zip.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-fulldocs.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-windows-x64.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-windows-x64.zip.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-windows-x64.zip.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-windows-x86.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-windows-x86.zip.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68-windows-x86.zip.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.exe   (with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.exe.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.exe.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.tar.gz   (with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.zip   (with props)
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.zip.asc
dev/tomcat/tomcat-8/v8.5.68/bin/apache-tomcat-8.5.68.zip.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/embed/
dev/tomcat/tomcat-8/v8.5.68/bin/embed/apache-tomcat-8.5.68-embed.tar.gz   
(with props)
dev/tomcat/tomcat-8/v8.5.68/bin/embed/apache-tomcat-8.5.68-embed.tar.gz.asc

dev/tomcat/tomcat-8/v8.5.68/bin/embed/apache-tomcat-8.5.68-embed.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/embed/apache-tomcat-8.5.68-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.68/bin/embed/apache-tomcat-8.5.68-embed.zip.asc
dev/tomcat/tomcat-8/v8.5.68/bin/embed/apache-tomcat-8.5.68-embed.zip.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/extras/
dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar   (with 
props)
dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.asc
dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-jmx-remote.jar.sha512
dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.5.68/bin/extras/catalina-ws.jar.sha512
dev/tomcat/tomcat-8/v8.5.68/src/
dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.zip   (with props)
dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.zip.asc
dev/tomcat/tomcat-8/v8.5.68/src/apache-tomcat-8.5.68-src.zip.sha512
Removed:
dev/tomcat/tomcat-8/v8.5.67/

Added: dev/tomcat/tomcat-8/v8.5.68/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.68/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.68/KEYS Fri Jun 11 13:48:12 2021
@@ -0,0 +1,785 @@
+This file contains the PGP&GPG keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+Type Bits/KeyIDDate   User ID
+pub  2048/F22C4FED 2001/07/02 Andy Armstrong 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: PGPfreeware 7.0.3 for non-commercial use 
+
+mQGiBDtAWuURBADZ0KUEyUkSUiTA09e7tvEbX25STsjxrR+DNTainCls+XlkVOij
+gBv216lqge9tIsS0L6hCP4OQbFf/64qVtJssX4QXdyiZGb5wpmcj0Mz602Ew8r+N
+I0S5NvmogoYWW7BlP4r61jNxO5zrr03KaijM5r4ipJdLUxyOmM6P2jRPUwCg/5gm
+bpqiYl7pXX5FgDeB36tmD+UD/06iLqOnoiKO0vMbOk7URclhCObMNrHqxTxozMTS
+B9soYURbIeArei+plYo2n+1qB12ayybjhVu3uksXRdT9bEkyxM

Re: Cleaning up the KEYS file

2021-06-11 Thread Christopher Schultz

Mark,

On 6/10/21 11:28, Mark Thomas wrote:

Hi all,

This came up while discussing the current set of releases with the 
new/returning release managers.


The official ASF recommendation is a single KEYS file under 
https://downloads.apache.org/tomcat/

(source https://dist.apache.org/repos/dist/release/tomcat/)

We have multiple KEYS files one level down. i.e., Tomcat 10, Tomcat 9, etc.

First question is are we happy with having multiple KEYS files one level 
down?

On the plus side, it means smaller KEYS files.
On the down side, it means a little more management may be required.


+1 to separate KEYS files

Personally, I like the one level down approach. It means we don't have 
to have an every growing KEYS file which for a project the age of Tomcat 
is a good thing.


The second question (assuming we are happy with the one level down 
approach) is do we want to clean-up some/all of the existing KEYS files?

This would mean aligning:
- https://downloads.apache.org/tomcat/tomcat-X/KEYS file
- the KEYS file in the release branch in the source repo
- the list of RMs for that specific branch (or sub-project)

I'd be happy to see this alignment happen but it isn't particularly high 
up my list of priorities at the moment.


+1 for cleaning-up the KEYS files.

-chris

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



[tomcat] 01/01: Tag 8.5.68

2021-06-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to tag 8.5.68
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 06846f94cda226d1ed0ff7fe05faff177d5b20b6
Author: schultz 
AuthorDate: Fri Jun 11 06:29:49 2021 -0700

Tag 8.5.68
---
 build.properties.default   | 2 +-
 webapps/docs/changelog.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 0c6c477..adf573e 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=8
 version.minor=5
 version.build=68
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 084a2fa..f02e658 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,7 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-
+
   
 
   

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



[tomcat] tag 8.5.68 created (now 06846f9)

2021-06-11 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to tag 8.5.68
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


  at 06846f9  (commit)
This tag includes the following new commits:

 new 06846f9  Tag 8.5.68

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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



[VOTE][CANCELLED] Release Apache Tomcat 8.5.67

2021-06-11 Thread Christopher Schultz

All,

I'm cancelling the VOTE on Tomcat Apache 8.5.67 due to an incorrect 
signature on the Windows Installer/Uninstaller files.


Expect a replacement 8.6.68 release vote very soon.

The 8.5.68 release should be the same source as 8.5.67 so if you are 
already testing, please continue and vote for/against 8.5.68 when the 
time comes.


Thanks,
-chris


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

The notable changes compared to the 8.5.66 release are:

- Improve robustness of HTTP/2 HPACK decoding

- Improvements to the handling of the Transfer-Encoding header

- Review code used to generate Java source from JSPs and tags and remove
   code found to be unnecessary.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.67/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1316/

The tag is:
https://github.com/apache/tomcat/tree/8.5.67
64f53975de68f57a1aef663d3ff05d4cca7d9a5b

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

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



[Bug 65373] New: LDAP authentication failing for some characters in 8.5.66 but works in 8.5.65

2021-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65373

Bug ID: 65373
   Summary: LDAP authentication failing for some characters in
8.5.66 but works in 8.5.65
   Product: Tomcat 8
   Version: 8.5.66
  Hardware: All
OS: Linux
Status: NEW
  Severity: critical
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: rsnraju...@gmail.com
  Target Milestone: 

LDAP Authentication fails for  below credentials in Tomcat 8.5.66. But this is
working in Tomcat 8.5.65
User:Testing\+Username , Password:Testing+Password

LDAP Authentication works for  below credentials in Tomcat 8.5.66 and also
works in Tomcat 8.5.65
User:ldapuser1 ,  password:ldapuser1

Below configuration used in our environment:

1.Realm Configuration in server.xml
---

&realm;


2.Realm.XML
---

ldap://XX:XX:XX:XX:389"; useStartTls="true"
userPattern="uid={0},ou=people,ou=accounts,dc=netact,dc=net"/>



-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [Bug 65371] New: Quite possibly the most famous types of Sports Betting is betting on games, which takes advantage of the energy of avid supporters.

2021-06-11 Thread Felix Schumacher

Am 11.06.21 um 12:08 schrieb bugzi...@apache.org:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=65371

Spam removed and user blocked.

Felix




OpenPGP_signature
Description: OpenPGP digital signature


[Bug 65371] New: Quite possibly the most famous types of Sports Betting is betting on games, which takes advantage of the energy of avid supporters.

2021-06-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65371

Bug ID: 65371
   Summary: Quite possibly the most famous types of Sports Betting
is betting on games, which takes advantage of the
energy of avid supporters.
   Product: Tomcat Connectors
   Version: 1.2.44
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: JK2
  Assignee: dev@tomcat.apache.org
  Reporter: sportstrade...@gmail.com
  Target Milestone: ---

Notwithstanding advancing brotherhood among companions, Sports Betting wagering
can breath life into in any case exhausting or uneven challenges while
incapacitating frameworks offering chances and point spreads increment the
bettors' stake in the opposition. for more info visit
here:-https://sportstrader.pro/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.67

2021-06-11 Thread Mark Thomas

On 11/06/2021 08:32, Rémy Maucherat wrote:

On Fri, Jun 11, 2021 at 12:35 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:


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

The notable changes compared to the 8.5.66 release are:

- Improve robustness of HTTP/2 HPACK decoding

- Improvements to the handling of the Transfer-Encoding header

- Review code used to generate Java source from JSPs and tags and remove
 code found to be unnecessary.

Along with lots of other bug fixes and improvements.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.67/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1316/

The tag is:
https://github.com/apache/tomcat/tree/8.5.67
64f53975de68f57a1aef663d3ff05d4cca7d9a5b

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



I have an issue with the signature of the Windows installer, see the slack
channel for more details. Not sure what's going on, there is a signature,
but ...


It is a known issue fixed in JSign 3.0.

I looked into building 8.5.x with Java 7 but using JSign with Java 8 (so 
we could use JSign 3.1) but that was looking messy.


Meanwhile, ebourg provided a Java 7 build of JSign 3.1 so I switched 
8.5.x to that and all now looks good.


I'm afraid that it looks like Chris gets to practise the 8.5.x release 
process a little sooner than he expected.


Mark

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



[tomcat] branch 8.5.x updated: Switch to Java 7 version of JSign 3.1 to pick up fix for SHA-512 sigs

2021-06-11 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
 new e5fce85  Switch to Java 7 version of JSign 3.1 to pick up fix for 
SHA-512 sigs
e5fce85 is described below

commit e5fce85d1018559f9e10d412cda297e0c222cdeb
Author: Mark Thomas 
AuthorDate: Fri Jun 11 10:00:09 2021 +0100

Switch to Java 7 version of JSign 3.1 to pick up fix for SHA-512 sigs
---
 build.properties.default   | 19 ++-
 webapps/docs/changelog.xml |  8 
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 3d191fd..0c6c477 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -294,15 +294,16 @@ findbugs.home=${base.path}/spotbugs-${findbugs.version}
 findbugs.jar=${findbugs.home}/lib/spotbugs-ant.jar
 
findbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${findbugs.version}/spotbugs-${findbugs.version}.tgz
 
-# - JSign, version 2.1 -
-# JSign 3.0 onwards required Java 8 so use 2.1
-jsign.version=2.1
+# - JSign, version 3.1 -
+# JSign 3.0 onwards requires Java 8 by default
+# Use Java 7 build
+jsign.version=3.1
 
-# checksums for JSign 2.1
+# checksums for JSign 3.1
 jsign.checksum.enable=true
-jsign.checksum.algorithm=MD5|SHA-1
-jsign.checksum.value=3bfcdc43b6e3d6438af6907b79f2ae3a|473378d211a1ecd28400503f3c2556963da0e626
+jsign.checksum.algorithm=SHA-512
+jsign.checksum.value=481a6e7276688363106ee3492da52807577822b8114b13804df796cd143f479a50d0864215f63b9bb8120a85b2f6185b2845974872d11ff070407dd01879bb0e
 
-jsign.home=${base.path}/jsign-${jsign.version}
-jsign.jar=${jsign.home}/jsign-${jsign.version}.jar
-jsign.loc=${base-maven.loc}/net/jsign/jsign/${jsign.version}/jsign-${jsign.version}.jar
+jsign.home=${base.path}/jsign-${jsign.version}-java7
+jsign.jar=${jsign.home}/jsign-${jsign.version}-java7.jar
+jsign.loc=https://github.com/ebourg/jsign/releases/download/${jsign.version}/jsign-${jsign.version}-java7.jar
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5018f42..084a2fa 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
   issues do not "pop up" wrt. others).
 -->
 
+  
+
+  
+Update to the Java 7 compatible build of JSign 3.1 to pick up a fix for
+SHA-512 signatures. (markt)
+  
+
+  
 
 
   

-
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.1.0-M1

2021-06-11 Thread Mark Thomas

On 11/06/2021 08:49, Martin Grigorov wrote:

Hi Mark,

On Tue, Jun 8, 2021 at 6:37 PM Mark Thomas  wrote:


The proposed Apache Tomcat 10.1.0-M1 release is now available for
voting.

Applications that run on Tomcat 9 and earlier 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.

This is the first milestone release of the 10.1.x branch.

The notable changes compared to 10.0.x are:

- Remove code (but not the APR/Native Connector) previously marked for
removal in 10.1.x The APR/Native Connector will almost certainly be
removed in a future milestone.

- Align the Servlet API implementation with the current Servlet API
development branch.

- Align the EL API implementation with the current El API development
branch.

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

It can be obtained from:
f2ab9ac8bc3f40ee9b2cb50b030c99df927f0429
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1312
The tag is:
https://github.com/apache/tomcat/tree/10.1.0-M1
f2ab9ac8bc3f40ee9b2cb50b030c99df927f0429



Any reason why
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M1/ is not
mentioned above ?


Copy paste error on my part. Sorry.

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 8.5.67

2021-06-11 Thread Martin Grigorov
On Fri, Jun 11, 2021 at 1:36 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> The proposed Apache Tomcat 8.5.67 release is now available for voting.
>
> The notable changes compared to the 8.5.66 release are:
>
> - Improve robustness of HTTP/2 HPACK decoding
>
> - Improvements to the handling of the Transfer-Encoding header
>
> - Review code used to generate Java source from JSPs and tags and remove
> code found to be unnecessary.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-8.5.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.67/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1316/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.67
> 64f53975de68f57a1aef663d3ff05d4cca7d9a5b
>
> The proposed 8.5.67 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 8.5.67
>


Regards,
Martin


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


Re: Cleaning up the KEYS file

2021-06-11 Thread Rémy Maucherat
On Thu, Jun 10, 2021 at 5:28 PM Mark Thomas  wrote:

> Hi all,
>
> This came up while discussing the current set of releases with the
> new/returning release managers.
>
> The official ASF recommendation is a single KEYS file under
> https://downloads.apache.org/tomcat/
> (source https://dist.apache.org/repos/dist/release/tomcat/)
>
> We have multiple KEYS files one level down. i.e., Tomcat 10, Tomcat 9, etc.
>
> First question is are we happy with having multiple KEYS files one level
> down?
> On the plus side, it means smaller KEYS files.
> On the down side, it means a little more management may be required.
>

Ok why not. I agree it's a mess right now ;)


>
> Personally, I like the one level down approach. It means we don't have
> to have an every growing KEYS file which for a project the age of Tomcat
> is a good thing.
>
> The second question (assuming we are happy with the one level down
> approach) is do we want to clean-up some/all of the existing KEYS files?
> This would mean aligning:
> - https://downloads.apache.org/tomcat/tomcat-X/KEYS file
> - the KEYS file in the release branch in the source repo
> - the list of RMs for that specific branch (or sub-project)
>
> I'd be happy to see this alignment happen but it isn't particularly high
> up my list of priorities at the moment.
>

Rémy


Re: [VOTE] Release Apache Tomcat 10.0.7

2021-06-11 Thread Martin Grigorov
On Tue, Jun 8, 2021 at 8:47 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.7 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.6 are:
>
> - Improve robustness of HTTP/2 HPACK decoding
>
> - Improvements to the handling of the Transfer-Encoding header
>
> - Review code used to generate Java source from JSPs and tags and remove
>code found to be unnecessary.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.7/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1313
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.7
> f0213194669c0d6ac9d60d564f198e3fcf47cbf9
>
> The proposed 10.0.7 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 10.0.7 (stable)
>

Regards,
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 9.0.48

2021-06-11 Thread Martin Grigorov
On Thu, Jun 10, 2021 at 1:20 PM Rémy Maucherat  wrote:

> The proposed Apache Tomcat 9.0.48 release is now available for voting.
>
> The notable changes compared to 9.0.46 are:
>
> - Improve robustness of HTTP/2 HPACK decoding
>
> - Improvements to the handling of the Transfer-Encoding header
>
> - Review code used to generate Java source from JSPs and tags and remove
>code found to be unnecessary.
>
> - Backport the updated blocking NIO code and optimizations from Tomcat
> 10.0.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/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.48/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1315
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.48
> 327fb6ff6de541e3d3e321a434d13585cea07875
>
> The proposed 9.0.48 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 9.0.48 (stable)
>

Regards,
Martin


>
> Rémy
>


[tomcat] branch 9.0.x updated: Update version numbers

2021-06-11 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
 new 28acb32  Update version numbers
28acb32 is described below

commit 28acb322696cde25b1b29c532a87aa79418e0ed0
Author: remm 
AuthorDate: Fri Jun 11 09:43:36 2021 +0200

Update version numbers
---
 modules/cxf/pom.xml|  6 +++---
 modules/owb/pom.xml|  6 +++---
 webapps/docs/changelog.xml | 12 +++-
 3 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index a961832..cce64cc 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-21
+23
 
 
 org.apache.tomcat
@@ -29,14 +29,14 @@
 Apache CXF for Apache Tomcat CDI
 Apache CXF packaged for Apache Tomcat CDI
 
-3.4.3
+3.4.4
 jar
 
 
 1.3
 1.1.4
 1.0
-1.2.10
+1.2.12
 
 
 
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 4899f13..06ae4ed 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-21
+23
 
 
 org.apache.tomcat
@@ -29,14 +29,14 @@
 Apache Tomcat CDI 2 support
 Apache Tomcat CDI 2 support using Apache 
OpenWebBeans
 
-2.0.22
+2.0.23
 jar
 
 
 1.2
 1.2
 1.3
-9.0.45
+9.0.46
 
 
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0217e3c..05aea37 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -114,7 +114,17 @@
   
 
   
-  
+  
+
+  
+Update the OWB module to Apache OpenWebBeans 2.0.23. (remm)
+  
+  
+Update the CXF module to Apache CXF 3.4.4. (remm)
+  
+
+  
+
 
   
 

-
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.1.0-M1

2021-06-11 Thread Martin Grigorov
On Tue, Jun 8, 2021 at 6:37 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.1.0-M1 release is now available for
> voting.
>
> Applications that run on Tomcat 9 and earlier 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.
>
> This is the first milestone release of the 10.1.x branch.
>
> The notable changes compared to 10.0.x are:
>
> - Remove code (but not the APR/Native Connector) previously marked for
>removal in 10.1.x The APR/Native Connector will almost certainly be
>removed in a future milestone.
>
> - Align the Servlet API implementation with the current Servlet API
>development branch.
>
> - Align the EL API implementation with the current El API development
>branch.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html
>
> It can be obtained from:
> f2ab9ac8bc3f40ee9b2cb50b030c99df927f0429
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1312
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.0-M1
> f2ab9ac8bc3f40ee9b2cb50b030c99df927f0429
>
> The proposed 10.1.0-M1 release is:
> [ ] Broken - do not release
> [ X ] Alpha - go ahead and release as 10.1.0-M1 (alpha)
>

Regards,
Martin


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


[tomcat] branch 10.0.x updated: Update version numbers

2021-06-11 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
 new 01abbb6  Update version numbers
01abbb6 is described below

commit 01abbb614d2c5c779f4df6b8137ccd0ec540cb79
Author: remm 
AuthorDate: Fri Jun 11 09:43:36 2021 +0200

Update version numbers
---
 modules/cxf/pom.xml| 6 +++---
 modules/owb/pom.xml| 6 +++---
 webapps/docs/changelog.xml | 6 ++
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index ea0ab77..a210ea9 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-21
+23
 
 
 org.apache.tomcat
@@ -29,14 +29,14 @@
 Apache CXF for Apache Tomcat CDI
 Apache CXF packaged for Apache Tomcat CDI
 
-3.4.3
+3.4.4
 jar
 
 
 1.3
 1.1.4
 1.0
-1.2.10
+1.2.12
 
 
 
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 45b017e..03f8571 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-21
+23
 
 
 org.apache.tomcat
@@ -29,14 +29,14 @@
 Apache Tomcat CDI 2 support
 Apache Tomcat CDI 2 support using Apache 
OpenWebBeans
 
-2.0.22
+2.0.23
 jar
 
 
 1.2
 1.2
 1.3
-10.0.5
+10.0.6
 
 
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 55ed106..c32169e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -120,6 +120,12 @@
 Use JSign to integrate the build script with the code signing service 
to
 enable release builds to be created on Linux as well as Windows. 
(markt)
   
+  
+Update the OWB module to Apache OpenWebBeans 2.0.23. (remm)
+  
+  
+Update the CXF module to Apache CXF 3.4.4. (remm)
+  
 
   
 

-
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.1.0-M1

2021-06-11 Thread Martin Grigorov
Hi Mark,

On Tue, Jun 8, 2021 at 6:37 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.1.0-M1 release is now available for
> voting.
>
> Applications that run on Tomcat 9 and earlier 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.
>
> This is the first milestone release of the 10.1.x branch.
>
> The notable changes compared to 10.0.x are:
>
> - Remove code (but not the APR/Native Connector) previously marked for
>removal in 10.1.x The APR/Native Connector will almost certainly be
>removed in a future milestone.
>
> - Align the Servlet API implementation with the current Servlet API
>development branch.
>
> - Align the EL API implementation with the current El API development
>branch.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html
>
> It can be obtained from:
> f2ab9ac8bc3f40ee9b2cb50b030c99df927f0429
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1312
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.0-M1
> f2ab9ac8bc3f40ee9b2cb50b030c99df927f0429
>

Any reason why
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M1/ is not
mentioned above ?


>
> The proposed 10.1.0-M1 release is:
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 10.1.0-M1 (alpha)
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


[tomcat] branch main updated: Update version numbers

2021-06-11 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
 new a5064b8  Update version numbers
a5064b8 is described below

commit a5064b89bc61e26898240f60c3a582f142f12d07
Author: remm 
AuthorDate: Fri Jun 11 09:43:36 2021 +0200

Update version numbers
---
 modules/cxf/pom.xml| 6 +++---
 modules/owb/pom.xml| 6 +++---
 webapps/docs/changelog.xml | 6 ++
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index ea0ab77..a210ea9 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-21
+23
 
 
 org.apache.tomcat
@@ -29,14 +29,14 @@
 Apache CXF for Apache Tomcat CDI
 Apache CXF packaged for Apache Tomcat CDI
 
-3.4.3
+3.4.4
 jar
 
 
 1.3
 1.1.4
 1.0
-1.2.10
+1.2.12
 
 
 
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 45b017e..03f8571 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-21
+23
 
 
 org.apache.tomcat
@@ -29,14 +29,14 @@
 Apache Tomcat CDI 2 support
 Apache Tomcat CDI 2 support using Apache 
OpenWebBeans
 
-2.0.22
+2.0.23
 jar
 
 
 1.2
 1.2
 1.3
-10.0.5
+10.0.6
 
 
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c9595e9..41ebbd0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -120,6 +120,12 @@
 Use JSign to integrate the build script with the code signing service 
to
 enable release builds to be created on Linux as well as Windows. 
(markt)
   
+  
+Update the OWB module to Apache OpenWebBeans 2.0.23. (remm)
+  
+  
+Update the CXF module to Apache CXF 3.4.4. (remm)
+  
 
   
 

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



Re: [VOTE] Release Apache Tomcat 8.5.67

2021-06-11 Thread Rémy Maucherat
On Fri, Jun 11, 2021 at 12:35 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> The proposed Apache Tomcat 8.5.67 release is now available for voting.
>
> The notable changes compared to the 8.5.66 release are:
>
> - Improve robustness of HTTP/2 HPACK decoding
>
> - Improvements to the handling of the Transfer-Encoding header
>
> - Review code used to generate Java source from JSPs and tags and remove
> code found to be unnecessary.
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-8.5.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.67/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1316/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.67
> 64f53975de68f57a1aef663d3ff05d4cca7d9a5b
>
> The proposed 8.5.67 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 8.5.67
>

I have an issue with the signature of the Windows installer, see the slack
channel for more details. Not sure what's going on, there is a signature,
but ...

Rémy