Re: [VOTE] Release Apache Tomcat 9.0.51

2021-07-29 Thread Konstantin Kolinko
пт, 30 июл. 2021 г. в 07:01, Rémy Maucherat :
>
> The proposed Apache Tomcat 9.0.51 release is now available for voting.
>
> ...
> The proposed 9.0.51 release is:
> [x] Broken - do not release
> [ ] Stable - go ahead and release as 9.0.51 (stable)

Broken.

A smoke-test test fails
(Windows installer + Java 8u292 from AdoptOpenJDK, on Windows 10):

The examples webapp fails to start (shows error 404).
The following exception is in catalina.2021-07-30.log:

30-Jul-2021 08:44:39.231 SEVERE [main]
org.apache.catalina.startup.HostConfig.deployDirectory Error deploying
web application directory [C:\Program Files\Apache Software
Foundation\Tomcat 9.0\webapps\examples]
java.lang.IllegalStateException: Error starting child
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:729)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:698)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696)
at 
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1185)
at 
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1933)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
at 
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1095)
at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:477)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618)
at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)
at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at 
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
at 
org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
at 
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:946)
at 
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at 
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396)
at 
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at 
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919)
at 
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at 
org.apache.catalina.core.StandardService.startInternal(StandardService.java:432)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at 
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476)
Caused by: org.apache.catalina.LifecycleException: Failed to start
component 
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/examples]]
at 
org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726)
... 37 more
Caused by: java.lang.NullPointerException
at 
websocket.ExamplesConfig.getAnnotatedEndpointClasses(ExamplesConfig.java:60)
at org.apache.tomcat.websocket.server.WsSci.onStartup(WsSci.java:111)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5219)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
... 38 more

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: 

Re: [VOTE] Release Apache Tomcat 10.1.0-M3

2021-07-29 Thread Rémy Maucherat
On Thu, Jul 29, 2021 at 4:37 PM Mark Thomas  wrote:
>
> The proposed Apache Tomcat 10.1.0-M3 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.
>
> The notable changes compared to 10.1.0-M2 are:
>
> - The minimum Java version has been increased to Java 11 to align with
>the plans for the Jakarta EE 10 platform
>
> - Correct a regression in the previous release in the HTTP/2 flow
>control window management
>
> - Enable EL lambda expressions to be coerced to functional interfaces.
>This is an implementation of a proposed extension to the Jakarta
>Expression Language specification.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat-10.1.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M3/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1323
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.0-M3
> 8778a44d6323c1066237043a89ab2f36696916b1
>
> The proposed 10.1.0-M3 release is:
> [ ] Broken - do not release
> [X] Alpha - go ahead and release as 10.1.0-M3 (alpha)

Remy

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

2021-07-29 Thread Rémy Maucherat
The proposed Apache Tomcat 9.0.51 release is now available for voting.

The notable changes compared to 9.0.51 are:

- Correct a regression in the previous release in the HTTP/2 flow
   control window management

- Correct a regression the could cause some TLS connections to hang when
   using NIO

- Use of GraalVM native images no longer automatically disables JMX
   support.

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.51/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1325
The tag is:
https://github.com/apache/tomcat/tree/9.0.51
d7f1cd70d9d03eec323b6ba069dd3ee865d61323

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

Remy

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



svn commit: r49079 - in /dev/tomcat/tomcat-9/v9.0.51: ./ bin/ bin/embed/ src/

2021-07-29 Thread remm
Author: remm
Date: Fri Jul 30 03:45:48 2021
New Revision: 49079

Log:
Upload 9.0.51 for voting

Added:
dev/tomcat/tomcat-9/v9.0.51/
dev/tomcat/tomcat-9/v9.0.51/KEYS
dev/tomcat/tomcat-9/v9.0.51/README.html
dev/tomcat/tomcat-9/v9.0.51/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.51/bin/
dev/tomcat/tomcat-9/v9.0.51/bin/README.html
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-deployer.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-deployer.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-deployer.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-deployer.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-deployer.zip.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-fulldocs.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-windows-x64.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-windows-x64.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-windows-x64.zip.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-windows-x86.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-windows-x86.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51-windows-x86.zip.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.exe   (with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.exe.asc   (with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.exe.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.tar.gz   (with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.zip   (with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.zip.asc   (with props)
dev/tomcat/tomcat-9/v9.0.51/bin/apache-tomcat-9.0.51.zip.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/embed/
dev/tomcat/tomcat-9/v9.0.51/bin/embed/apache-tomcat-9.0.51-embed.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/embed/apache-tomcat-9.0.51-embed.tar.gz.asc 
  (with props)

dev/tomcat/tomcat-9/v9.0.51/bin/embed/apache-tomcat-9.0.51-embed.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.51/bin/embed/apache-tomcat-9.0.51-embed.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/embed/apache-tomcat-9.0.51-embed.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.51/bin/embed/apache-tomcat-9.0.51-embed.zip.sha512
dev/tomcat/tomcat-9/v9.0.51/src/
dev/tomcat/tomcat-9/v9.0.51/src/apache-tomcat-9.0.51-src.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.51/src/apache-tomcat-9.0.51-src.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.51/src/apache-tomcat-9.0.51-src.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.51/src/apache-tomcat-9.0.51-src.zip   (with props)
dev/tomcat/tomcat-9/v9.0.51/src/apache-tomcat-9.0.51-src.zip.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.51/src/apache-tomcat-9.0.51-src.zip.sha512

Added: dev/tomcat/tomcat-9/v9.0.51/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.51/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.51/KEYS Fri Jul 30 03:45:48 2021
@@ -0,0 +1,736 @@
+This file contains the PGP 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+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID
+nF9ATrpXjITwsRlGKFmpZiFm5oCeCXihIVH0u6q066xNW2AXkLVoJ1l1Rs2Z0lsb
+0cq3xEAcwAmYLKQvCtgDV8CYgWKVmPi+49rSuQn7Lo9l02OUbLQgQW5keSBBcm1z

[tomcat] branch 9.0.x updated: Increment version for next development cycle

2021-07-29 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 6f2a388  Increment version for next development cycle
6f2a388 is described below

commit 6f2a388f88a506ab29e7e914f0016085e3946537
Author: remm 
AuthorDate: Fri Jul 30 05:28:01 2021 +0200

Increment version for next development cycle
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 11acdc9..ee09d55 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -25,7 +25,7 @@
 # - Version Control Flags -
 version.major=9
 version.minor=0
-version.build=51
+version.build=52
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 20c89c9..bc6f7bd 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=9.0.51
+maven.asf.release.deploy.version=9.0.52
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1f9f910..3a3e3cd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   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] 01/01: Tag 9.0.51

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

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

commit d7f1cd70d9d03eec323b6ba069dd3ee865d61323
Author: remm 
AuthorDate: Fri Jul 30 05:23:50 2021 +0200

Tag 9.0.51
---
 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 11acdc9..21d1906 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=51
 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 1f9f910..e68b68b 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 9.0.51 created (now d7f1cd7)

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

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


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

 new d7f1cd7  Tag 9.0.51

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



[tomcat] branch 9.0.x updated: Update timestamp

2021-07-29 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 c55aa01  Update timestamp
c55aa01 is described below

commit c55aa015da3c6b08ea174c6a9c3952525ac8d554
Author: remm 
AuthorDate: Fri Jul 30 05:21:18 2021 +0200

Update timestamp
---
 build.properties.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index db36aae..11acdc9 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,8 +31,8 @@ version.suffix=-dev
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
-#2021-06-26T00:00:00Z
-#ant.tstamp.now=1624665600
+#2021-07-29T12:00:00Z
+#ant.tstamp.now=162756
 
 # - Source control flags -
 git.branch=9.0.x

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

2021-07-29 Thread Konstantin Kolinko
чт, 29 июл. 2021 г. в 22:07, Mark Thomas :
>
> The proposed Apache Tomcat 10.0.9 release is now available for
> voting.
>
>
> 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.9/

Looking at the list of files in "svn commit: r49073 - in
/dev/tomcat/tomcat-10/v10.0.9",

   ...
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.exe   (with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.exe.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.exe.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.tar.gz   (with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.zip   (with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.zip.sha512
   ...

Note that *.asc signatures are missing for the above two ones (.tar.gz and  zip)

Best regards,
Konstantin Kolinko

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

2021-07-29 Thread Igal Sapir
On Thu, Jul 29, 2021 at 12:07 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.9 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.*
>
> 
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.9
> 5a10f281b5f09e1f73572f753f34ce7a1248763d
>
> The proposed 10.0.9 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 10.0.9 (stable)
>

+1

Unit tests passed on Ubuntu 20.04 with Java 11

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

2021-07-29 Thread Mark Thomas

On 29/07/2021 20:07, Mark Thomas wrote:


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


Unit tests pass on Linux, MacOS and Windows for NIO, NIO2 and APR/Native 
(with Tomcat Native 1.2.30).


Mark

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

2021-07-29 Thread Mark Thomas

The proposed Apache Tomcat 10.0.9 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.8 are:

- Correct a regression in the previous release in the HTTP/2 flow
  control window management

- Correct a regression the could cause some TLS connections to hang when
  using NIO

- Use of GraalVM native images no longer automatically disables JMX
  support.

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.9/

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

The tag is:
https://github.com/apache/tomcat/tree/10.0.9
5a10f281b5f09e1f73572f753f34ce7a1248763d

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

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



svn commit: r49073 - in /dev/tomcat/tomcat-10/v10.0.9: ./ bin/ bin/embed/ src/

2021-07-29 Thread markt
Author: markt
Date: Thu Jul 29 18:46:19 2021
New Revision: 49073

Log:
Upload 10.0.9 for voting

Added:
dev/tomcat/tomcat-10/v10.0.9/
dev/tomcat/tomcat-10/v10.0.9/KEYS
dev/tomcat/tomcat-10/v10.0.9/README.html
dev/tomcat/tomcat-10/v10.0.9/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.0.9/bin/
dev/tomcat/tomcat-10/v10.0.9/bin/README.html
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-deployer.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-deployer.zip   (with 
props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-deployer.zip.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-fulldocs.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-windows-x64.zip.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-windows-x86.zip.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.exe   (with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.exe.asc
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.exe.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.tar.gz   (with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.zip   (with props)
dev/tomcat/tomcat-10/v10.0.9/bin/apache-tomcat-10.0.9.zip.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/embed/
dev/tomcat/tomcat-10/v10.0.9/bin/embed/apache-tomcat-10.0.9-embed.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.0.9/bin/embed/apache-tomcat-10.0.9-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.0.9/bin/embed/apache-tomcat-10.0.9-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.9/bin/embed/apache-tomcat-10.0.9-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.0.9/bin/embed/apache-tomcat-10.0.9-embed.zip.asc
dev/tomcat/tomcat-10/v10.0.9/bin/embed/apache-tomcat-10.0.9-embed.zip.sha512
dev/tomcat/tomcat-10/v10.0.9/src/
dev/tomcat/tomcat-10/v10.0.9/src/apache-tomcat-10.0.9-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.0.9/src/apache-tomcat-10.0.9-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.0.9/src/apache-tomcat-10.0.9-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.0.9/src/apache-tomcat-10.0.9-src.zip   (with props)
dev/tomcat/tomcat-10/v10.0.9/src/apache-tomcat-10.0.9-src.zip.asc
dev/tomcat/tomcat-10/v10.0.9/src/apache-tomcat-10.0.9-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.0.9/KEYS
==
--- dev/tomcat/tomcat-10/v10.0.9/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.0.9/KEYS Thu Jul 29 18:46:19 2021
@@ -0,0 +1,676 @@
+This file contains the PGP 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+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID
+nF9ATrpXjITwsRlGKFmpZiFm5oCeCXihIVH0u6q066xNW2AXkLVoJ1l1Rs2Z0lsb
+0cq3xEAcwAmYLKQvCtgDV8CYgWKVmPi+49rSuQn7Lo9l02OUbLQgQW5keSBBcm1z
+dHJvbmcgPGFuZHlAdGFnaXNoLmNvbT6JAFgEEBECABgFAjtAWuUICwMJCAcCAQoC
+GQEFGwMACgkQajrT9PIsT+1plgCfXAovWnVL3MjrTfcGlFSKw7GHCSYAoJkz
+x+r2ANe8/0e+u5ZcYtSaSry+uQINBDtAWuUQCAD2Qle3CH8IF3KiutapQvMF6PlT
+ETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l6RfUodNQ+PVZ
+X9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V+bv9kV7HAarTW56N

[Bug 65358] Possible EL Bug — Method Matching with Varargs

2021-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65358

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #9 from Mark Thomas  ---
Thanks for the test cases. They demonstrate very well the ambiguity that exists
in the current EL 4.0 spec.

The question is, essentially, one of priority of matches. If we look at the
Java language to start with, if a set of parameters could match multiple
methods then the "best" match is chosen based on these checks in this order
(the comparison ends as soon as a rule determines a method is better):
- a non-varargs method is better than a var-args method
- methods that match more exact parameter methods are better
- methods that match more assignable parameters are better
- methods that match fewer parameters using varargs are better

What complicates things for EL is that it adds type coercion.

The tests in the attached patch assume that type coercion is lower priority
than "a non-varargs method beats a var-args method". This is not how the code
was designed. The code was designed to implement:
- a non-varargs method is better than a var-args method
- methods that match more exact parameter methods are better
- methods that match more assignable parameters are better
- methods that match more coercible parameters are better
- methods that match fewer parameters using varargs are better

The next release of the EL spec will contain a clarification to this effect.
Given this bug report, I'll probably add to that text to make clear that
non-varargs still beats varargs even when coercion is used.

Therefore, the matches observed in the tests are as expected because coercing
an Integer to String is preferred to matching an Integer varargs.

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



[Bug 65358] Possible EL Bug — Method Matching with Varargs

2021-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65358

Volodymyr Siedlecki  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #8 from Volodymyr Siedlecki  ---
Hey Mark,

I hate to keep following up on this, but I think it's still not quite right.

Please look at these two test cases I added: 


https://github.com/volosied/tomcat/commit/d6623d814ea30674fa27bda7dcbff3b1c268ba0b


However, this patch I created seems to resolve both scenarios without another
other failures.

https://github.com/volosied/tomcat/commit/d876f1e57a265970e0653c2a906b66f18d91784a

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



[tomcat] 01/01: Tag 10.0.9

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

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

commit 5a10f281b5f09e1f73572f753f34ce7a1248763d
Author: Mark Thomas 
AuthorDate: Thu Jul 29 17:02:06 2021 +0100

Tag 10.0.9
---
 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 006d1dc..e0d7073 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=10
 version.minor=0
 version.build=9
 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 8209037..e4c71f1 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 10.0.9 created (now 5a10f28)

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

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


  at 5a10f28  (commit)
This tag includes the following new commits:

 new 5a10f28  Tag 10.0.9

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



Re: [VOTE] Release Apache Tomcat 10.1.0-M3

2021-07-29 Thread Mark Thomas

On 29/07/2021 15:37, Mark Thomas wrote:


The proposed 10.1.0-M3 release is:
[ ] Broken - do not release
[X] Alpha - go ahead and release as 10.1.0-M3 (alpha)


Unit tests pass on Linux, MacOS and Windows for NIO, NIO2 and APR/Native 
(with Tomcat Native 1.2.30).


Mark

-
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 timestamp ready for tag

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

markt 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 b2e1467  Update timestamp ready for tag
b2e1467 is described below

commit b2e1467611aba2918b29357380d75d7595842f3d
Author: Mark Thomas 
AuthorDate: Thu Jul 29 14:27:57 2021 +0100

Update timestamp ready for tag

Not currently used. Just getting into the habit of updating it when I
tag a release.
---
 build.properties.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index ffa2538..006d1dc 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,8 +31,8 @@ version.suffix=-dev
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
-#2021-06-26T00:00:00Z
-#ant.tstamp.now=1624665600
+#2021-07-29T12:00:00Z
+#ant.tstamp.now=162756
 
 # - Source control flags -
 git.branch=main

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



[VOTE] Release Apache Tomcat 10.1.0-M3

2021-07-29 Thread Mark Thomas

The proposed Apache Tomcat 10.1.0-M3 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.


The notable changes compared to 10.1.0-M2 are:

- The minimum Java version has been increased to Java 11 to align with
  the plans for the Jakarta EE 10 platform

- Correct a regression in the previous release in the HTTP/2 flow
  control window management

- Enable EL lambda expressions to be coerced to functional interfaces.
  This is an implementation of a proposed extension to the Jakarta
  Expression Language specification.

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

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.0-M3/

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

The tag is:
https://github.com/apache/tomcat/tree/10.1.0-M3
8778a44d6323c1066237043a89ab2f36696916b1

The proposed 10.1.0-M3 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 10.1.0-M3 (alpha)

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



[tomcat] branch main updated: Increment version for next development cycle

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

markt 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 6793c7c  Increment version for next development cycle
6793c7c is described below

commit 6793c7cdc08be5c70fb82ad44a7950107288dedc
Author: Mark Thomas 
AuthorDate: Thu Jul 29 15:31:35 2021 +0100

Increment version for next development cycle
---
 build.properties.default | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml   | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index f0cf2ea..14c75d6 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=10
 version.minor=1
 version.build=0
 version.patch=0
-version.suffix=-M3-dev
+version.suffix=-M4-dev
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index cb740a5..340b1b7 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ 
maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=10.1.0-M3
+maven.asf.release.deploy.version=10.1.0-M4
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b2bd7c8..d435739 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   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



[Bug 65448] Download of file via Servlet OutputStream blocks when using SSL

2021-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65448

Thomas Hoffmann  changed:

   What|Removed |Added

 CC||Thomas.Hoffmann@speed4trade
   ||.com

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



svn commit: r49071 - in /dev/tomcat/tomcat-10/v10.1.0-M3: ./ bin/ bin/embed/ src/

2021-07-29 Thread markt
Author: markt
Date: Thu Jul 29 14:25:39 2021
New Revision: 49071

Log:
Upload 10.1.0-M3 for voting

Added:
dev/tomcat/tomcat-10/v10.1.0-M3/
dev/tomcat/tomcat-10/v10.1.0-M3/KEYS
dev/tomcat/tomcat-10/v10.1.0-M3/README.html
dev/tomcat/tomcat-10/v10.1.0-M3/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.0-M3/bin/
dev/tomcat/tomcat-10/v10.1.0-M3/bin/README.html
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-deployer.tar.gz 
  (with props)

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-deployer.zip.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-fulldocs.tar.gz 
  (with props)

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-windows-x64.zip 
  (with props)

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-windows-x86.zip 
  (with props)

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-windows-x86.zip.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.exe   (with 
props)
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.exe.asc
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.exe.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.zip.asc
dev/tomcat/tomcat-10/v10.1.0-M3/bin/apache-tomcat-10.1.0-M3.zip.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/

dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/apache-tomcat-10.1.0-M3-embed.tar.gz  
 (with props)

dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/apache-tomcat-10.1.0-M3-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/apache-tomcat-10.1.0-M3-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/apache-tomcat-10.1.0-M3-embed.zip 
  (with props)

dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/apache-tomcat-10.1.0-M3-embed.zip.asc

dev/tomcat/tomcat-10/v10.1.0-M3/bin/embed/apache-tomcat-10.1.0-M3-embed.zip.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/src/
dev/tomcat/tomcat-10/v10.1.0-M3/src/apache-tomcat-10.1.0-M3-src.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.0-M3/src/apache-tomcat-10.1.0-M3-src.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.0-M3/src/apache-tomcat-10.1.0-M3-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.0-M3/src/apache-tomcat-10.1.0-M3-src.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.0-M3/src/apache-tomcat-10.1.0-M3-src.zip.asc
dev/tomcat/tomcat-10/v10.1.0-M3/src/apache-tomcat-10.1.0-M3-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.1.0-M3/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.0-M3/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.0-M3/KEYS Thu Jul 29 14:25:39 2021
@@ -0,0 +1,676 @@
+This file contains the PGP 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+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID

[tomcat] 01/01: Tag 10.1.0-M3

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

markt pushed a commit to tag 10.1.0-M3
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 8778a44d6323c1066237043a89ab2f36696916b1
Author: Mark Thomas 
AuthorDate: Thu Jul 29 14:29:42 2021 +0100

Tag 10.1.0-M3
---
 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 f0cf2ea..6229cd0 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -27,7 +27,7 @@ version.major=10
 version.minor=1
 version.build=0
 version.patch=0
-version.suffix=-M3-dev
+version.suffix=-M3
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b2bd7c8..a609335 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 10.1.0-M3 created (now 8778a44)

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

markt pushed a change to tag 10.1.0-M3
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


  at 8778a44  (commit)
This tag includes the following new commits:

 new 8778a44  Tag 10.1.0-M3

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



[tomcat] branch main updated: Update timestamp ready for tag

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

markt 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 c2b9c6a  Update timestamp ready for tag
c2b9c6a is described below

commit c2b9c6a655d269c46c27242930fb6aa9374e84bb
Author: Mark Thomas 
AuthorDate: Thu Jul 29 14:27:57 2021 +0100

Update timestamp ready for tag

Not currently used. Just getting into the habit of updating it when I
tag a release.
---
 build.properties.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 411300d..f0cf2ea 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,8 +31,8 @@ version.suffix=-M3-dev
 
 # - Reproducible builds -
 # Uncomment and set to current time for reproducible builds
-#2021-06-26T00:00:00Z
-#ant.tstamp.now=1624665600
+#2021-07-29T12:00:00Z
+#ant.tstamp.now=162756
 
 # - Source control flags -
 git.branch=main

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