(tomcat-connectors) branch main updated: BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.

2023-11-10 Thread rjung
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ecd005d07 BZ 68117: Fix typo and escaping in libtool flag introduced 
in 1.2.49.
ecd005d07 is described below

commit ecd005d0792441c4510dc4c2d9348979ab71ddcc
Author: Rainer Jung 
AuthorDate: Fri Nov 10 11:38:04 2023 +0100

BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.
---
 native/apache-2.0/Makefile.apxs.in | 2 +-
 native/apache-2.0/Makefile.in  | 2 +-
 xdocs/miscellaneous/changelog.xml  | 9 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/native/apache-2.0/Makefile.apxs.in 
b/native/apache-2.0/Makefile.apxs.in
index 36aeada1c..161616502 100644
--- a/native/apache-2.0/Makefile.apxs.in
+++ b/native/apache-2.0/Makefile.apxs.in
@@ -21,7 +21,7 @@ top_builddir=@top_builddir@
 APXS=@APXS@
 APXSCFLAGS=@APXSCFLAGS@
 APXSLDFLAGS=@APXSLDFLAGS@
-JKLDFLAGS=-export-symbols-regex ^jk_module$
+JKLDFLAGS=-export-symbols-regex ^jk_module\$$
 
 COMMON=common
 JK_INCL=-DUSE_APACHE_MD5 -I${top_builddir}/${COMMON} -I ${top_srcdir}/${COMMON}
diff --git a/native/apache-2.0/Makefile.in b/native/apache-2.0/Makefile.in
index e63f5c921..a9327743b 100644
--- a/native/apache-2.0/Makefile.in
+++ b/native/apache-2.0/Makefile.in
@@ -23,7 +23,7 @@ MKDIR=@MKDIR@
 APXSCFLAGS=@APXSCFLAGS@
 APXSCPPFLAGS=@APXSCPPFLAGS@
 APXSLDFLAGS=@APXSLDFLAGS@
-JKLDFLAGS=-export-symbols-regexp ^jk_module$
+JKLDFLAGS=-export-symbols-regex ^jk_module\$$
 
 CC=@CC@
 SHELL=@SHELL@
diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 1bcaa5f51..932d768c5 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -51,6 +51,15 @@
   
 
 
+  
+
+  
+68117: Fix typo in new libtool flag introduced in 1.2.49
+to reduce symbol visibility. Also improve escaping of it in the 
Makefile.
+Patch provided by lzs...@freemail.c3.hu. (rjung)
+  
+
+  
 
 
   


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



[Bug 68117] Latest development in native/apache-2.0/Makefile.in causes linking problem

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68117

--- Comment #1 from Rainer Jung  ---
Thanks for the patch. Fixed in GH ecd005d (BZ 68117: Fix typo and escaping in
libtool flag introduced in 1.2.49.).

-- 
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 68117] Latest development in native/apache-2.0/Makefile.in causes linking problem

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68117

Rainer Jung  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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: (tomcat-connectors) branch main updated: BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.

2023-11-10 Thread Mark Thomas

On 10/11/2023 10:38, rj...@apache.org wrote:

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
  new ecd005d07 BZ 68117: Fix typo and escaping in libtool flag introduced 
in 1.2.49.
ecd005d07 is described below

commit ecd005d0792441c4510dc4c2d9348979ab71ddcc
Author: Rainer Jung 
AuthorDate: Fri Nov 10 11:38:04 2023 +0100

 BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.


Do we need a new release because of this?

Asking as I have no clue how much of a problem this is.

Mark

-
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

2023-11-10 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 085f90bab7 Increment version for next development cycle
085f90bab7 is described below

commit 085f90bab7263dd1e8130c2f3d9d8a665f12854a
Author: Mark Thomas 
AuthorDate: Thu Nov 9 19:42:01 2023 +

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 cda8b4e116..693f47e701 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -33,7 +33,7 @@ version.major=11
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=-M14
+version.suffix=-M15
 version.dev=-dev
 
 # - Build tools -
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 310e4ac9b7..f70bf27309 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=11.0.0-M14
+maven.asf.release.deploy.version=11.0.0-M15
 
 #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 ee1657280c..70cea3a2e1 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 66005] Apache crashes, if there is a tomcat server, which can not be resolved

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66005

--- Comment #33 from Rainer Jung  ---
Unfortunately apache-2.0/Makefile.in contains a type, the flag was named
-export-symbols-regexp instead of -export-symbols-regex (no "p" at the end of
the flag name). To make this fix work, one has to fix this typo in that
Makefile.in before building mod_jk (or wait for version 1.2.50).

-- 
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: (tomcat-connectors) branch main updated: BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.

2023-11-10 Thread Rainer Jung

I am not sure.

For the escaping: I did not observe a problem with and without the 
escaping part. But I liked the additional safety net.


Concerning the wrong flag name in Makefile: unfortunately of the two 
makefiles apache-2.0/Makefile and apache-2.0/Makefile.apxs the first one 
is the one used by default. That's the one with the broken flag name. 
libtool - at least the version used here - seems to ignore the wrong 
flag name. So the effect we wanted - symbol reduction - does not happen.


So concerning the Makefile changes 1.2.49 is not worse than 1.2.48, but 
unfortunately also not really better.


I added a comment to the original PR 66005.

I am fine with doing a new release, but not sure if it is worth it. 
66005 is a nasty bug but is seems it has not hit too many people.


What do others think?

Best regards,

Rainer

Am 10.11.23 um 11:46 schrieb Mark Thomas:

On 10/11/2023 10:38, rj...@apache.org wrote:

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
  new ecd005d07 BZ 68117: Fix typo and escaping in libtool flag 
introduced in 1.2.49.

ecd005d07 is described below

commit ecd005d0792441c4510dc4c2d9348979ab71ddcc
Author: Rainer Jung 
AuthorDate: Fri Nov 10 11:38:04 2023 +0100

 BZ 68117: Fix typo and escaping in libtool flag introduced in 
1.2.49.


Do we need a new release because of this?

Asking as I have no clue how much of a problem this is.

Mark


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



(tomcat) branch main updated: Update OWB version numbers

2023-11-10 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 4b456a5fb6 Update OWB version numbers
4b456a5fb6 is described below

commit 4b456a5fb6cd383e37b1fe6024dcd145fc1ca57d
Author: remm 
AuthorDate: Fri Nov 10 14:09:19 2023 +0100

Update OWB version numbers
---
 modules/owb/pom.xml| 39 +-
 .../web/tomcat/OpenWebBeansInstanceManager.java|  7 ++--
 .../apache/webbeans/web/tomcat/TomcatPlugin.java   |  4 +--
 .../webbeans/web/tomcat/TomcatSecurityService.java |  5 +--
 webapps/docs/changelog.xml |  7 
 5 files changed, 39 insertions(+), 23 deletions(-)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 539ec7f5ff..e496d235ef 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -26,34 +26,41 @@
 
 org.apache.tomcat
 tomcat-owb
-Apache Tomcat CDI 2 support
-Apache Tomcat CDI 2 support using Apache 
OpenWebBeans
+Apache Tomcat CDI 4 support
+Apache Tomcat CDI 4 support using Apache 
OpenWebBeans
 
-2.0.27
+4.0.0
 jar
 
 
-1.2
-1.2
-1.3
-11.0.0-SNAPSHOT
+2.0.1
+2.1.0
+4.0.1
+2.1.1
+10.1.15
 
 
 
 
-org.apache.geronimo.specs
-geronimo-atinject_1.0_spec
-   ${geronimo-atinject.version}
+jakarta.inject
+jakarta.inject-api
+${jakarta-inject.version}
 
 
-org.apache.geronimo.specs
-geronimo-interceptor_1.2_spec
-${geronimo-interceptor.version}
+jakarta.interceptor
+jakarta.interceptor-api
+${jakarta-interceptor.version}
 
 
-org.apache.geronimo.specs
-geronimo-jcdi_2.0_spec
-${geronimo-jcdi.version}
+jakarta.enterprise
+jakarta.enterprise.cdi-api
+${jakarta-enterprise-cdi.version}
+
+
+jakarta.annotation
+jakarta.annotation-api
+${jakarta-annotation-api.version}
+provided
 
 
 
diff --git 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
index 6ccc9e3f19..d1b39d7704 100644
--- 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
+++ 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
@@ -22,11 +22,12 @@ import java.lang.reflect.InvocationTargetException;
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
 
-import javax.enterprise.context.spi.CreationalContext;
-import javax.enterprise.inject.spi.BeanManager;
-import javax.enterprise.inject.spi.Producer;
 import javax.naming.NamingException;
 
+import jakarta.enterprise.context.spi.CreationalContext;
+import jakarta.enterprise.inject.spi.BeanManager;
+import jakarta.enterprise.inject.spi.Producer;
+
 import org.apache.juli.logging.Log;
 import org.apache.juli.logging.LogFactory;
 import org.apache.tomcat.InstanceManager;
diff --git 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java
index 84be6408c1..383b39149e 100644
--- a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java
+++ b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java
@@ -18,6 +18,8 @@
  */
 package org.apache.webbeans.web.tomcat;
 
+import java.util.EventListener;
+
 import jakarta.servlet.Filter;
 import jakarta.servlet.Servlet;
 import jakarta.servlet.ServletContextAttributeListener;
@@ -29,8 +31,6 @@ import jakarta.servlet.http.HttpSessionAttributeListener;
 import jakarta.servlet.http.HttpSessionBindingListener;
 import jakarta.servlet.http.HttpSessionListener;
 
-import java.util.EventListener;
-
 import org.apache.tomcat.util.res.StringManager;
 import org.apache.webbeans.config.WebBeansContext;
 import org.apache.webbeans.exception.WebBeansConfigurationException;
diff --git 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
index 43c2bd9a3e..8f290d4cfd 100644
--- 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
+++ 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
@@ -25,9 +25,10 @@ import java.util.Objects;
 import java.util.function.Supplier;
 import java.util.stream.Stream;
 
-import javax.enterprise.inject.spi.BeanManager;
-import javax.enterprise.inject.spi.CDI;
 import

(tomcat) branch 10.1.x updated: Update OWB version numbers

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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
 new 7fd1db820b Update OWB version numbers
7fd1db820b is described below

commit 7fd1db820b668a29e0faa6f5e1a5ec0e98df9cda
Author: remm 
AuthorDate: Fri Nov 10 14:09:19 2023 +0100

Update OWB version numbers
---
 modules/owb/pom.xml| 39 +-
 .../web/tomcat/OpenWebBeansInstanceManager.java|  7 ++--
 .../apache/webbeans/web/tomcat/TomcatPlugin.java   |  4 +--
 .../webbeans/web/tomcat/TomcatSecurityService.java |  5 +--
 webapps/docs/changelog.xml |  3 ++
 5 files changed, 35 insertions(+), 23 deletions(-)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 303f9d2982..e496d235ef 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -26,34 +26,41 @@
 
 org.apache.tomcat
 tomcat-owb
-Apache Tomcat CDI 2 support
-Apache Tomcat CDI 2 support using Apache 
OpenWebBeans
+Apache Tomcat CDI 4 support
+Apache Tomcat CDI 4 support using Apache 
OpenWebBeans
 
-2.0.27
+4.0.0
 jar
 
 
-1.2
-1.2
-1.3
-10.1.0
+2.0.1
+2.1.0
+4.0.1
+2.1.1
+10.1.15
 
 
 
 
-org.apache.geronimo.specs
-geronimo-atinject_1.0_spec
-   ${geronimo-atinject.version}
+jakarta.inject
+jakarta.inject-api
+${jakarta-inject.version}
 
 
-org.apache.geronimo.specs
-geronimo-interceptor_1.2_spec
-${geronimo-interceptor.version}
+jakarta.interceptor
+jakarta.interceptor-api
+${jakarta-interceptor.version}
 
 
-org.apache.geronimo.specs
-geronimo-jcdi_2.0_spec
-${geronimo-jcdi.version}
+jakarta.enterprise
+jakarta.enterprise.cdi-api
+${jakarta-enterprise-cdi.version}
+
+
+jakarta.annotation
+jakarta.annotation-api
+${jakarta-annotation-api.version}
+provided
 
 
 
diff --git 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
index 6ccc9e3f19..d1b39d7704 100644
--- 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
+++ 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/OpenWebBeansInstanceManager.java
@@ -22,11 +22,12 @@ import java.lang.reflect.InvocationTargetException;
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
 
-import javax.enterprise.context.spi.CreationalContext;
-import javax.enterprise.inject.spi.BeanManager;
-import javax.enterprise.inject.spi.Producer;
 import javax.naming.NamingException;
 
+import jakarta.enterprise.context.spi.CreationalContext;
+import jakarta.enterprise.inject.spi.BeanManager;
+import jakarta.enterprise.inject.spi.Producer;
+
 import org.apache.juli.logging.Log;
 import org.apache.juli.logging.LogFactory;
 import org.apache.tomcat.InstanceManager;
diff --git 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java
index 84be6408c1..383b39149e 100644
--- a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java
+++ b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatPlugin.java
@@ -18,6 +18,8 @@
  */
 package org.apache.webbeans.web.tomcat;
 
+import java.util.EventListener;
+
 import jakarta.servlet.Filter;
 import jakarta.servlet.Servlet;
 import jakarta.servlet.ServletContextAttributeListener;
@@ -29,8 +31,6 @@ import jakarta.servlet.http.HttpSessionAttributeListener;
 import jakarta.servlet.http.HttpSessionBindingListener;
 import jakarta.servlet.http.HttpSessionListener;
 
-import java.util.EventListener;
-
 import org.apache.tomcat.util.res.StringManager;
 import org.apache.webbeans.config.WebBeansContext;
 import org.apache.webbeans.exception.WebBeansConfigurationException;
diff --git 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
index 43c2bd9a3e..8f290d4cfd 100644
--- 
a/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
+++ 
b/modules/owb/src/main/java/org/apache/webbeans/web/tomcat/TomcatSecurityService.java
@@ -25,9 +25,10 @@ import java.util.Objects;
 import java.util.function.Supplier;
 import java.util.stream.Stream;
 
-import javax.enterprise.inject.spi.BeanManager;
-import javax.enterprise.inject.spi.CDI;
 import javax.

(tomcat) branch main updated: Add EL

2023-11-10 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 3cad8cc459 Add EL
3cad8cc459 is described below

commit 3cad8cc4597b3e22cad57cfd5ed2d79fc9cb2adf
Author: remm 
AuthorDate: Fri Nov 10 14:56:52 2023 +0100

Add EL
---
 modules/owb/pom.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index e496d235ef..c02a405140 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -78,6 +78,11 @@
 openwebbeans-web
 ${project.version}
 
+
+org.apache.openwebbeans
+openwebbeans-el22
+${project.version}
+
 
 
 org.apache.tomcat
@@ -116,6 +121,12 @@
 
 
 
+
+
+
+jakarta.el:*
+
+
 
 
 *:*


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



(tomcat) branch 10.1.x updated: Add EL

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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
 new 85525b5bb7 Add EL
85525b5bb7 is described below

commit 85525b5bb7a329a7a274a145f6da5fc2070bca48
Author: remm 
AuthorDate: Fri Nov 10 14:56:52 2023 +0100

Add EL
---
 modules/owb/pom.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index e496d235ef..c02a405140 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -78,6 +78,11 @@
 openwebbeans-web
 ${project.version}
 
+
+org.apache.openwebbeans
+openwebbeans-el22
+${project.version}
+
 
 
 org.apache.tomcat
@@ -116,6 +121,12 @@
 
 
 
+
+
+
+jakarta.el:*
+
+
 
 
 *:*


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



(tomcat) branch main updated: More version numbers update

2023-11-10 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 f04555fac9 More version numbers update
f04555fac9 is described below

commit f04555fac90f8971ad1650cb8482ea3b3e42574a
Author: remm 
AuthorDate: Fri Nov 10 15:11:13 2023 +0100

More version numbers update
---
 modules/owb/pom.xml | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index c02a405140..cba0bbc116 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-27
+30
 
 
 org.apache.tomcat
@@ -97,16 +97,14 @@
 
 org.apache.maven.plugins
 maven-compiler-plugin
-3.8.1
 
-1.8
-1.8
+11
+11
 
 
 
 org.apache.maven.plugins
 maven-shade-plugin
-3.2.4
 
 
 package
@@ -123,7 +121,7 @@
 
 
 
-
+
 jakarta.el:*
 
 
@@ -132,7 +130,13 @@
 *:*
 
 
META-INF/DEPENDENCIES
+META-INF/LICENSE.txt
+META-INF/LICENSE
 META-INF/MANIFEST.MF
+META-INF/NOTICE.txt
+META-INF/NOTICE
+
+module-info.class
 
 
 


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



(tomcat) branch 10.1.x updated: More version numbers update

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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
 new b1f1fccf09 More version numbers update
b1f1fccf09 is described below

commit b1f1fccf091a88013678ce4bd3e761188ec1a4ab
Author: remm 
AuthorDate: Fri Nov 10 15:11:13 2023 +0100

More version numbers update
---
 modules/owb/pom.xml | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index c02a405140..cba0bbc116 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache
 apache
-27
+30
 
 
 org.apache.tomcat
@@ -97,16 +97,14 @@
 
 org.apache.maven.plugins
 maven-compiler-plugin
-3.8.1
 
-1.8
-1.8
+11
+11
 
 
 
 org.apache.maven.plugins
 maven-shade-plugin
-3.2.4
 
 
 package
@@ -123,7 +121,7 @@
 
 
 
-
+
 jakarta.el:*
 
 
@@ -132,7 +130,13 @@
 *:*
 
 
META-INF/DEPENDENCIES
+META-INF/LICENSE.txt
+META-INF/LICENSE
 META-INF/MANIFEST.MF
+META-INF/NOTICE.txt
+META-INF/NOTICE
+
+module-info.class
 
 
 


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



Release build JDK

2023-11-10 Thread Christopher Schultz

All,

I see that the builds of 10.1.x require Java 17 or later. Is it okay to 
use Java 21 for that purpose, or is there a reason to use Java 17 
specifically?


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

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

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

commit e9630c1fad9a72e7394872a2aeeb73627f821b6c
Author: schultz 
AuthorDate: Fri Nov 10 07:18:17 2023 -0800

Tag 8.5.96
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..ca74756805
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-11-10T14:56:59Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/gnupg/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on October 13 2021
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:11.0.21+9
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows 10 10.0
+# File encoding:   Cp1252
+#
+# Release Manager: schultz
+release-java-version=11.0.21+9
+release-ant-version=1.10.12
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..c60a85134f
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..5ca4d1c33b
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..d0b08c3ae8
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=8.5.96
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Progr

(tomcat) tag 8.5.96 created (now e9630c1fad)

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

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


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

 new e9630c1fad Tag 8.5.96

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: Release build JDK

2023-11-10 Thread Mark Thomas
Java 21 for release should be fine. The only hard requirement is that it 
supports the appropriate release target.


Mark


On 10/11/2023 14:40, Christopher Schultz wrote:

All,

I see that the builds of 10.1.x require Java 17 or later. Is it okay to 
use Java 21 for that purpose, or is there a reason to use Java 17 
specifically?


-chris

-
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



svn commit: r65203 [2/2] - in /dev/tomcat/tomcat-8/v8.5.96: ./ bin/ bin/embed/ bin/extras/ src/

2023-11-10 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc Fri Nov 10 
15:24:01 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmVORYUACgkQHPApP6U8
+pFj5MQ/+N+p6Lq/ihhJQGVafl4w6nRoDz+zgvMOAsPHipMVms08adNjCnY14TCEl
+Ry5+mL3Cv8AKuWXPu1842vA5lD+96gb89pchHQSuNrq14NGDWBhs7rDwZJPQCUK6
+wALcyrUOzW8ZwlpS2g1HOAnMdJNijbNVvVLIf32LH+ErUKD5C+bOiyOvPQqgQqwQ
+KoptAIAMziLHqMMeD3YxsauzISuPoFYMvDxQPcI/cGT8EYCARJDeS02d9vgtjp0A
+7NlRKMiFYibWQWNidHjkLjy2YSCddzjYkMiJlndCe97HcsXm2HrckahNzKvySca1
++MSN6sACKwLGJVOrx2lSGAanqINs4m1E0nb4KJWLwUmZi5yyjJ+yhiLpDj1BfZ19
+/jm2DfhL8oJp6x8MNJ3/vto2j9oqfNI1wI/ab2TK3tP4iol6O5MX72pVdEswJA7w
+4m4MA/I2lu3Xki/qAgfE0po3+ht+yE2jfTnmnygQDXBb6lZYBDfwJdQ0Q39VU0Z+
+X1UREF4Z6yk/tSKsCEHsGiAUa+OSwz6+2vgDpk3hORCNMkoOSJvGxAh3O9d92WRr
+sAj2kbIDwjH9Qb16ZZH4wcZTyNYPeqImyol4S8i00Z8pNkUctBNyPiP939svXItP
+C80hVIwrqW87DxJ0D8BF4kswtDyKo3QGhmWD5aVrtUw9ipXwfq4=
+=lb84
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.sha512
==
--- dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.sha512 (added)
+++ dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.sha512 Fri Nov 10 
15:24:01 2023
@@ -0,0 +1 @@
+5d6be9d327e3ce1d4e7c4e93b52af0075c10877b4fc60422b60e37c8e16c962fef230bb3bbff7c0967da7e7e62af94d697c5c78c6f431d59c43d60f2c1c1e31c
 *catalina-ws.jar
\ No newline at end of file

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

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

Added: dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.asc
==
--- dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.asc Fri Nov 
10 15:24:01 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmVORvgACgkQHPApP6U8
+pFhdYw//TSBY0MXcCVJr0UHQa/G75/CoAGZ8C0tFQ3FFhl/y1pDAN0nMqLhn7V/O
+Ym02J0k51tjTNqPYYwlyLzTDUIprImmbdeNlPGU0g4t4sb7e87Z2WSopdi9p9YQ0
+T98vXK1hidTG4NhFrsuWxopk6vCnaKA4+ZOYLF4Mz9ydo1bUj2lKXDOdCywASOxM
+lslQ6LoG+kmeI471kTRq5ylVoBxI2+JY7VkTAi8FmXbZ97O+5PDZ9y8ZfVpEsiek
+xvUf7Uk8PSUnZ5lxSj/EnpMforQRZbhLOEKvtiVnVmSQ9jGgpbyDXvy10yKhYu3U
++Gf5guTWehGJMvatawszMyCgacbyE1rAUcgJ9UaKEeYb1pXKQmDeZ2FeJYnQSmYE
+yFUyvQ3EKJE7osTvfUFyjNr9EZH7aOZFGjaW/35W5ANQNAA/SmBwpZfIfqNZIfMQ
+j1cGxtPmD1AnCinT0yM6HyiMlF+A2WWsPPZ5kmFzhiFTaWLs6d2+Qjz00KZO8zaE
+2pbuTn83XHLHtXL2LC1ZkPmt6Dnej4BM5OPfgM+ONTXUAOzyVb5L7MHu/A9Ew+ke
+OwV5vP1OPQASOWk13Khw2H55z6mO3XBLLfKJp9OlGeEoZIoKczTRkMtz/76lo3Tv
+Jf58sDUpebfDmrZJlOzW6uefmzcAmIZgo7KbVFzH+UcX71xl4yE=
+=iR8x
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.sha512
==
--- dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.sha512 
(added)
+++ dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.sha512 Fri 
Nov 10 15:24:01 2023
@@ -0,0 +1 @@
+3d2652e06d81eb014623bf1b0f03c238f330487682a255a4ed37a2b722f99194d08e3083b491d962917bc21cfbefd44f0e7808248c6b90c6a87db292138144dd
 *apache-tomcat-8.5.96-src.tar.gz
\ No newline at end of file

Added: dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip
==
Binary file - no diff available.

Propchange: dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip
--
svn:mime-type = application/octet-stream

Added: dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip.asc
==
--- dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip.asc Fri Nov 10 
15:24:01 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmVORtcACgkQHPApP6U8
+pFifrxAAp3a+lhq/YZuh4ZALyboT2HF0/+5ZtUvz0WxdOfkPVEPMQAt3BCHRoNjg
+wuXxH7VPQPdsDvWUZiPfFAZMS7+4YS2c7mjlgDYOHUXacDbrf5OrNh/xTC5m3C9S
+8otBphFGqscVLzJx+oien2hvzUgrNIWU2duzPaLUM7RVWAjBWkHOdV7kcYcqD0eV
+jIQUTfoH4RWdHcOwlzHy716T9I0y0DgP+/e/7pno8SvI/kCBPQ70JXWsQA/bA/1s
+dCOl8m+klsx9GWxJY+y9/C66MZ/E2MWTC8OYYyj0nOrqv2zI2c/Qj95DxXBSjPTX
+JOjbdNCB+W4NaWMLLdzwWa18mg/SKa2WZKt8dAYQ

svn commit: r65203 [1/2] - in /dev/tomcat/tomcat-8/v8.5.96: ./ bin/ bin/embed/ bin/extras/ src/

2023-11-10 Thread schultz
Author: schultz
Date: Fri Nov 10 15:24:01 2023
New Revision: 65203

Log:
Upload 8.5.96 for voting

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

dev/tomcat/tomcat-8/v8.5.96/bin/embed/apache-tomcat-8.5.96-embed.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.96/bin/embed/apache-tomcat-8.5.96-embed.zip   
(with props)
dev/tomcat/tomcat-8/v8.5.96/bin/embed/apache-tomcat-8.5.96-embed.zip.asc
dev/tomcat/tomcat-8/v8.5.96/bin/embed/apache-tomcat-8.5.96-embed.zip.sha512
dev/tomcat/tomcat-8/v8.5.96/bin/extras/
dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar   (with props)
dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc
dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.sha512
dev/tomcat/tomcat-8/v8.5.96/src/
dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz   (with 
props)
dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.asc
dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.tar.gz.sha512
dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip   (with props)
dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip.asc
dev/tomcat/tomcat-8/v8.5.96/src/apache-tomcat-8.5.96-src.zip.sha512

Added: dev/tomcat/tomcat-8/v8.5.96/KEYS
==
--- dev/tomcat/tomcat-8/v8.5.96/KEYS (added)
+++ dev/tomcat/tomcat-8/v8.5.96/KEYS Fri Nov 10 15:24:01 2023
@@ -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+1qB12ayybjhVu3uksXRdT9bEkyxMfslvLbIpDAG8Cz
+gNftTbKx/MVS7cQU0II8BKo2Akr+1FZah+sD4ovK8SfkMXUQUbTeefTntsAQKyyU
+9M9tA/9on9tBiHFl0qVJht6N4GiJ2G689v7rS2giLgKjetjiCduxBXEgvUSuyQID
+nF9ATrpXjITwsRlGKFmpZiFm5oCeCXihIVH0u6q066xNW2AXkLVoJ1l1Rs2Z0lsb
+0cq3xEAcwAmYLKQvCtgDV8CYgWKVmPi+49rSuQn7Lo9l02OUbLQgQW5

Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Dimitris Soumis
+1 Tests pass on Fedora 38 with Java 21.

On Thu, Nov 9, 2023 at 10:08 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 11.0.0-M14 release is now available for
> voting.
>
> Apache Tomcat 11.0.0-M14 is a milestone release of the 11.0.x branch and
> has been made to provide users with early access to the new features in
> Apache Tomcat 11.0.x so that they may provide feedback. The notable
> changes compared to the previous milestone include:
>
> - Add OpenSSL integration using the FFM API rather than Tomcat Native.
>OpenSSL support may be enabled by adding the
>org.apache.catalina.core.OpenSSLLifecycleListener listener on the
>Server element when using Java 22 or later.
>
> - Fix reloading TLS configuration could cause the Connector to
>refuse new connections or the JVM to crash.
>
> - Ensure that an IOException during the reading of the request
>triggers always error handling, regardless of whether the
>application swallows the exception.
>
> For full details, see the change log:
> https://nightlies.apache.org/tomcat/tomcat-11.0.x/docs/changelog.html
>
> Applications that run on Tomcat 9 and earlier will not run on Tomcat 11
> 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. Applications using deprecated APIs may require
> further changes.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1464
>
> The tag is:
> https://github.com/apache/tomcat/tree/11.0.0-M14
> 9108a1f6776f7211f5cd27e80b7b5a6e98116b01
>
>
> The proposed 11.0.0-M14 release is:
> [ ] -1 Broken - do not release
> [X] +1 Alpha  - go ahead and release as 11.0.0-M14
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


(tomcat) branch main updated: Make strings different from tomcat-native

2023-11-10 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 677e1cca46 Make strings different from tomcat-native
677e1cca46 is described below

commit 677e1cca4630320b8b774a8b737d332aaf2f442a
Author: remm 
AuthorDate: Fri Nov 10 17:03:18 2023 +0100

Make strings different from tomcat-native
---
 java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
index c031b00404..389d3f4ef2 100644
--- a/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
@@ -87,7 +87,7 @@ openssllibrary.engineError=Error creating engine
 openssllibrary.enterAlreadyInFIPSMode=AprLifecycleListener is configured to 
force entering FIPS mode, but library is already in FIPS mode [{0}]
 openssllibrary.initializeFIPSFailed=Failed to enter FIPS mode
 openssllibrary.initializeFIPSSuccess=Successfully entered FIPS mode
-openssllibrary.initializedOpenSSL=OpenSSL successfully initialized [{0}]
+openssllibrary.initializedOpenSSL=OpenSSL successfully initialized using FFM 
[{0}]
 openssllibrary.initializingFIPS=Initializing FIPS mode...
 openssllibrary.requireNotInFIPSMode=The listener is configured to require the 
library to already be in FIPS mode, but it was not in FIPS mode
 openssllibrary.skipFIPSInitialization=Already in FIPS mode; skipping FIPS 
initialization.


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

2023-11-10 Thread Christopher Schultz

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

The notable changes compared to 8.5.95 are:

- Fix reloading TLS configuration could cause the Connector to
  refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
  always triggers error handling, regardless of whether the
  application swallows the exception.

- The status manager servlet can now output statistics as json.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/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.96/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.96/
e9630c1fad9a72e7394872a2aeeb73627f821b6c

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

-
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: Increment version numbers for next release.

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

schultz 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 f8608d3bed Increment version numbers for next release.
f8608d3bed is described below

commit f8608d3bed65f1661c1b40fb3e519f2538b43bc0
Author: schultz 
AuthorDate: Fri Nov 10 08:12:44 2023 -0800

Increment version numbers for next release.
---
 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 d2d4735870..b8429bb0ce 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # - Version Control Flags -
 version.major=8
 version.minor=5
-version.build=96
+version.build=97
 version.patch=0
 version.suffix=
 version.dev=-dev
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 99afd53698..b742d96e09 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=8.5.96
+maven.asf.release.deploy.version=8.5.97
 
 #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 7055140e21..2c8684e7d2 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) tag 10.1.16 created (now db45aa20e1)

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

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


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

 new db45aa20e1 Tag 10.1.16

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) 01/01: Tag 10.1.16

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

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

commit db45aa20e1686827aa49a9062c775d266ef061d7
Author: schultz 
AuthorDate: Fri Nov 10 08:27:33 2023 -0800

Tag 10.1.16
---
 build.properties.release |  54 +++
 res/install-win/Uninstall.exe.sig| Bin 0 -> 10202 bytes
 res/install-win/tomcat-installer.exe.sig | Bin 0 -> 10202 bytes
 res/maven/mvn.properties.release |  27 
 webapps/docs/changelog.xml   |   2 +-
 5 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/build.properties.release b/build.properties.release
new file mode 100644
index 00..f791df6213
--- /dev/null
+++ b/build.properties.release
@@ -0,0 +1,54 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
+# Set the version-dev to "" (empty string) as this is not a development 
release.
+version.dev=
+
+# Ensure consistent timestamps for reproducible builds.
+ant.tstamp.now.iso=2023-11-10T16:17:33Z
+
+# Enable insertion of detached signatures into the Windows installer.
+do.codesigning=true
+
+# Re-use the same GPG executable.
+gpg.exec=C:/Program Files (x86)/gnupg/bin/gpg.exe
+
+# Reproducible builds require the use of the build tools defined below. The
+# vendors (where appropriate) and versions must match exactly for a 
reproducible
+# build since this data is embedded in various files, particularly JAR file
+# manifests, as part of the build process.
+#
+# Apache Ant:  Apache Ant(TM) version 1.10.12 compiled on October 13 2021
+#
+# Java Name:   OpenJDK 64-Bit Server VM
+# Java Vendor: Eclipse Adoptium
+# Java Version:21.0.1+12-LTS
+
+# The following is provided for information only. Builds will be repeatable
+# whether or not the build environment is consistent with this information.
+#
+# OS:  amd64 Windows 10 10.0
+# File encoding:   UTF-8
+#
+# Release Manager: schultz
+release-java-version=21.0.1+12-LTS
+release-ant-version=1.10.12
diff --git a/res/install-win/Uninstall.exe.sig 
b/res/install-win/Uninstall.exe.sig
new file mode 100644
index 00..98a643f3aa
Binary files /dev/null and b/res/install-win/Uninstall.exe.sig differ
diff --git a/res/install-win/tomcat-installer.exe.sig 
b/res/install-win/tomcat-installer.exe.sig
new file mode 100644
index 00..80dec6764f
Binary files /dev/null and b/res/install-win/tomcat-installer.exe.sig differ
diff --git a/res/maven/mvn.properties.release b/res/maven/mvn.properties.release
new file mode 100644
index 00..e802d4848b
--- /dev/null
+++ b/res/maven/mvn.properties.release
@@ -0,0 +1,27 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+
+# This file was auto-generated by the pre-release Ant target.
+
+# Remove "-dev" from the version since this is not a development release.
+maven.asf.release.deploy.version=10.1.16
+
+# Re-use the same GPG executable.
+gpg.exe

Re: [VOTE] Release Apache Tomcat 8.5.99

2023-11-10 Thread Mark Thomas

Maybe re-issue this vote with the correct subject?

Mark

On 10/11/2023 16:09, Christopher Schultz wrote:

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

The notable changes compared to 8.5.95 are:

- Fix reloading TLS configuration could cause the Connector to
   refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
   always triggers error handling, regardless of whether the
   application swallows the exception.

- The status manager servlet can now output statistics as json.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/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.96/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.96/
e9630c1fad9a72e7394872a2aeeb73627f821b6c

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

-
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



svn commit: r65206 - in /dev/tomcat/tomcat-10/v10.1.16: ./ bin/ bin/embed/ src/

2023-11-10 Thread schultz
Author: schultz
Date: Fri Nov 10 19:55:53 2023
New Revision: 65206

Log:
Upload Tomcat 10.1.16 for testing.

Added:
dev/tomcat/tomcat-10/v10.1.16/
dev/tomcat/tomcat-10/v10.1.16/KEYS
dev/tomcat/tomcat-10/v10.1.16/README.html
dev/tomcat/tomcat-10/v10.1.16/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.16/bin/
dev/tomcat/tomcat-10/v10.1.16/bin/README.html
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-deployer.zip.asc
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.16/bin/apache-tomcat-10.1.16-windows-x86.zip.asc

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

dev/tomcat/tomcat-10/v10.1.16/bin/embed/apache-tomcat-10.1.16-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.16/bin/embed/apache-tomcat-10.1.16-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.16/bin/embed/apache-tomcat-10.1.16-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.16/bin/embed/apache-tomcat-10.1.16-embed.zip.asc

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

Added: dev/tomcat/tomcat-10/v10.1.16/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.16/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.16/KEYS Fri Nov 10 19:55:53 2023
@@ -0,0 +1,562 @@
+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).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8
+Xvuk4i5quh3N+2kzKHOOiQCD

[VOTE] Release Apache Tomcat 10.1.16

2023-11-10 Thread Christopher Schultz

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

The notable changes compared to 10.1.15 are:

- Fix reloading TLS configuration could cause the Connector to
  refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
  triggers always error handling, regardless of whether the
  application swallows the exception.

For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html

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.


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

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

The tag is:
https://github.com/apache/tomcat/tree/10.1.16
db45aa20e1686827aa49a9062c775d266ef061d7

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

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

2023-11-10 Thread Christopher Schultz

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

The notable changes compared to 8.5.95 are:

- Fix reloading TLS configuration could cause the Connector to
  refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
  always triggers error handling, regardless of whether the
  application swallows the exception.

- The status manager servlet can now output statistics as json.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/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.96/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.96/
e9630c1fad9a72e7394872a2aeeb73627f821b6c

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

-
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.99... er, .96

2023-11-10 Thread Christopher Schultz

Mark,

On 11/10/23 12:17, Mark Thomas wrote:

Maybe re-issue this vote with the correct subject?


;)

Thanks
-chris


On 10/11/2023 16:09, Christopher Schultz wrote:

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

The notable changes compared to 8.5.95 are:

- Fix reloading TLS configuration could cause the Connector to
   refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
   always triggers error handling, regardless of whether the
   application swallows the exception.

- The status manager servlet can now output statistics as json.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/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.96/

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

The tag is:
https://github.com/apache/tomcat/tree/8.5.96/
e9630c1fad9a72e7394872a2aeeb73627f821b6c

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

-
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



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

2023-11-10 Thread Dimitris Soumis
+1 All tests pass on Fedora 38 with Java 21, tcnative-1.2.39, apr-1.7.4,
openssl-3.1.4.

On Fri, Nov 10, 2023 at 12:22 AM Rémy Maucherat  wrote:

> The proposed Apache Tomcat 9.0.83 release is now available for voting.
>
> The notable changes compared to 9.0.82 are:
>
> - Fix reloading TLS configuration could cause the Connector to
>refuse new connections or the JVM to crash.
>
> - Ensure that an IOException during the reading of the request
>always triggers error handling, regardless of whether the
>application swallows the exception.
>
> - The status manager servlet can now output statistics as json.
>
> For full details, see the changelog:
> https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.83/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1465
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.83
> be97b0e06e77226aea5eb2a7b448f1d53bda2aa1
>
> The proposed 9.0.83 release is:
> [ ] -1, Broken - do not release
> [X ] +1, Stable - go ahead and release as 9.0.83
>
> Rémy
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [VOTE] Release Apache Tomcat 10.1.16

2023-11-10 Thread Christopher Schultz

All,

On 11/10/23 3:00 PM, Christopher Schultz wrote:

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

The notable changes compared to 10.1.15 are:

- Fix reloading TLS configuration could cause the Connector to
   refuse new connections or the JVM to crash.

- Ensure that an IOException during the reading of the request
   triggers always error handling, regardless of whether the
   application swallows the exception.

For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html

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.


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

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

The tag is:
https://github.com/apache/tomcat/tree/10.1.16
db45aa20e1686827aa49a9062c775d266ef061d7

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


+1 for stable release

All Unit tests pass on x86 MacOS on Java 17.

* Environment
*  Java (build): openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime 
Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM 
Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing)
*  Java (test): openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime 
Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM 
Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing)

*  OS:   Darwin 21.6.0 x86_64
*  cc:   Apple clang version 12.0.0 (clang-1200.0.31.1)
*  make: GNU Make 3.81
*  OpenSSL:  OpenSSL 3.1.4 24 Oct 2023 (Library: OpenSSL 3.1.4 24 Oct 2023)
*  APR:  1.7.4
*
* Valid SHA-512 signature for apache-tomcat-10.1.16.zip
* Valid GPG signature for apache-tomcat-10.1.16.zip
* Valid SHA-512 signature for apache-tomcat-10.1.16.tar.gz
* Valid GPG signature for apache-tomcat-10.1.16.tar.gz
* Valid SHA-512 signature for apache-tomcat-10.1.16.exe
* Valid GPG signature for apache-tomcat-10.1.16.exe
* Valid SHA512 signature for apache-tomcat-10.1.16-src.zip
* Valid GPG signature for apache-tomcat-10.1.16-src.zip
* Valid SHA512 signature for apache-tomcat-10.1.16-src.tar.gz
* Valid GPG signature for apache-tomcat-10.1.16-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* tcnative builds cleanly
* Tomcat builds cleanly
* Junit Tests: PASSED

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



Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Konstantin Kolinko
чт, 9 нояб. 2023 г. в 22:58, Mark Thomas :
>
> The proposed Apache Tomcat 11.0.0-M14 release is now available for
> voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1464
>
> The tag is:
> https://github.com/apache/tomcat/tree/11.0.0-M14
> 9108a1f6776f7211f5cd27e80b7b5a6e98116b01
>
>
> The proposed 11.0.0-M14 release is:
> [ ] -1 Broken - do not release
> [ ] +1 Alpha  - go ahead and release as 11.0.0-M14

Mark,

Looking at https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/

*.asc files are missing for
apache-tomcat-11.0.0-M14-windows-x64.zip
apache-tomcat-11.0.0-M14.tar.gz
apache-tomcat-11.0.0-M14.zip

I think that missing files can be downloaded from Maven staging repository.

Best regards,
Konstantin Kolinko

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



svn commit: r65208 - in /dev/tomcat/tomcat-11/v11.0.0-M14/bin: apache-tomcat-11.0.0-M14-windows-x64.zip.asc apache-tomcat-11.0.0-M14.tar.gz.asc apache-tomcat-11.0.0-M14.zip.asc

2023-11-10 Thread kkolinko
Author: kkolinko
Date: Sat Nov 11 01:34:12 2023
New Revision: 65208

Log:
Add missing signature files.

These are taken from org.apache.tomcat:tomcat artifact at maven staging 
repository for Release candidate.

Added:

dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14-windows-x64.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.tar.gz.asc
dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.zip.asc

Added: 
dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14-windows-x64.zip.asc
==
--- 
dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14-windows-x64.zip.asc
 (added)
+++ 
dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14-windows-x64.zip.asc
 Sat Nov 11 01:34:12 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmVNNvYACgkQEMAcWi9g
+WeehIw//T63oNpPzH6aN29S8itQ96OxJvmSOnL7UPqmvTMlWrzsWlBSVfxuAsdgE
+7DyGMoD9gjCUJuA2o1/WFEVKvCChPlJStf2NViSUELJ6qsFySVGu1Ub5+a54KVBJ
+um6LgZrxnhhQBk+KKUdcohTUqUbVjWAq3j5LVURWr9G1OqzQBwUUy5eo5ZE6qpUD
+0dSQ+YiTAK3jWtVRR880Us9liXjaEb6xE5e2jXe2Wn/gljyfNL36ETDUOllGR0rw
+/V7Zi+dfN4IZxCnHuWYfos3nehLN/0Zji7QO1jTRSl6DHTItieiAYe9sUMW+jdTC
+nDOF+/PSBHifCCxdfPvLNje6cr7m4k3BaZQ11o8LfMQTbd+aAblQ3hJx2KvZ9wg7
+PbuK8ZZTSQfltM/SiSF8BirFXyySgNyMhcLnN7HAlzO3yyc77gR2YP5ArHlItuxq
+rQ9WVzNH732GSYZ9fCgQb6tWB4Mo+sVsqc0GzWKlMVPWAbxoGWEjaLdZg6ejsKJp
+PNg7kGCHHqXLvdSwvDJkY55CkKtiAAlWuMXOHZOiDaE/iUCFvVTJfbpHBg6S+lRD
+e8L4nWH+wPzSDB+jrFpCvmV2kEeXNJPuP5kfUzIK0VdAudytTTQLIcdl1OiRfgoF
+7K3U4CCrySbXIl/WmWpf5Aig/n9zb/bGG7gMN8coXTpDyvyFWt4=
+=EuZ7
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.tar.gz.asc
==
--- dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.tar.gz.asc 
(added)
+++ dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.tar.gz.asc 
Sat Nov 11 01:34:12 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmVNNvcACgkQEMAcWi9g
+WedrMw//TgJ+p5LeWNEjl0mBNI8myJ5NXhE1tdbjlf5QlxTAojNuC8kLVpCgObmU
+AmuJqBhYawYiRArUFl8a6vbgkxEmosAIIoIwyO3dj0vClwtDCm1CHSrQ8LxlSHPD
+tO9GHKjTWAhxaFvzEfFVDOzW0ny0R5sEHvzpTIJXE9WuqJF6bKdl71dGVgekh59q
+IqlltRgsNT8fc3HoI7Vy8zhozZQlKQtt7Rtv+PslaEz5LrqVfsTrUkYRTq4U1M0n
+nPq6tvRtnAWDNtBBjj9akjreH3M+aNYl6iw4493vtwm60Es7vsZ1EtK7fVJYNKPm
+atSxU14Wmw3E95GMidNi/z5g+dcjCYmf7BL6OUHWqabQR/UE+xK5h2JizcdE0Ud1
+MGNxS4ht2dCXhmxdMdz3f2peFHNCUF8/J7/+j81ue1hm0q5KtHL6/+jc7Rm83wyF
+VXjlI5Kt6Z1LSz/71S9Ck/Y2EKTL2P+yMnT2zCjAxkZomTIFor2XtR2ILKaMdboX
+bxbtmvMBe6AbECt+ZrUVj9tieUY3TDMZBSgwaec6lBMRftn9Og9lfi7JsFdj6Eh4
+3X9wqkl22bpiP3QaX6qN4rPGP+BpROSFlOb23XPfBTKNqXlZOyVDKEHFNEoRib9q
+9pooybJ5hw6mP5HfObJsqdazMYwpfkiunu31ynWsHuo/D8LO3Mw=
+=nMiP
+-END PGP SIGNATURE-

Added: dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.zip.asc
==
--- dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.zip.asc 
(added)
+++ dev/tomcat/tomcat-11/v11.0.0-M14/bin/apache-tomcat-11.0.0-M14.zip.asc Sat 
Nov 11 01:34:12 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmVNNvUACgkQEMAcWi9g
+Weeo9g/9FVH+lwOkyIc7R6k3bT6VVNrkbNWsMWXTXAhcU2q/sz2U3ShvUxZYgak3
+oyHjLxCt+jg2tOSRQpU0ixLOcFAnt5koYot13drFPrd9hjPIe0NdRY5E/VWqe/AN
+piqOf6eGoR0XrkAvC2JLXqywsdRd0xh5QHC4hKwY3HiRtgx93RR8WdqRyiakNLHd
+Sv+zl9mJ1EZM4z12/W32LaWGnPhbGOc3u297gMfXctr6CKcYP0BiaDieKBHuobur
++c7bgMvLw7GDq/aQyFQPJa1Y31tGEmLO/Jwd6Hpv/9qE9yrUXMUbiFNCwrMKUtan
+YEHZ1BdJxjmPYVRCqD6W+2Faogs+wihG3hEtOxQH5QW8cV8tWLhP2QT/T3j6BLOf
+MAnPPX9MbXh5P01Vf1fqxDeZCjBvqe+ZgYz4WFoIxFaIxYTbYtaMEijG5lOwlRMm
+TVhl/ih97m14oHJtDYA8f7CTucQJPtl3+e5Y0Fx9WwHJZHAfc5g53U7NKXiqitQ1
+QzEnvyc4rWbz4KDIBOSg/gKo5hwR5l+fjsjXprpzfpaK/BfTu+dBoRA/cOd7lbXj
+yZp9zGvGuMqWAIx7omJRg7SU0+hu5WPIp4h08RjaXIJ0T1ISdaPJViehxsKSvQDy
+5nohqkJRuy3cMjeIwk0okEvQh/9R+MXNDhjio+ilfZ8yJc2iSUk=
+=NzSn
+-END PGP SIGNATURE-



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



Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Konstantin Kolinko
сб, 11 нояб. 2023 г. в 03:09, Konstantin Kolinko :
>
> чт, 9 нояб. 2023 г. в 22:58, Mark Thomas :
> >
> > The proposed Apache Tomcat 11.0.0-M14 release is now available for
> > voting.
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/
> >
> > The Maven staging repo is:
> > https://repository.apache.org/content/repositories/orgapachetomcat-1464
> >
> > The tag is:
> > https://github.com/apache/tomcat/tree/11.0.0-M14
> > 9108a1f6776f7211f5cd27e80b7b5a6e98116b01
> >
> >
> > The proposed 11.0.0-M14 release is:
> > [ ] -1 Broken - do not release
> > [ ] +1 Alpha  - go ahead and release as 11.0.0-M14
>
> Mark,
>
> Looking at 
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/
>
> *.asc files are missing for
> apache-tomcat-11.0.0-M14-windows-x64.zip
> apache-tomcat-11.0.0-M14.tar.gz
> apache-tomcat-11.0.0-M14.zip
>
> I think that missing files can be downloaded from Maven staging repository.

I uploaded the missing files, using the ones from Maven.

Best regards,
Konstantin Kolinko

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



Re: Running TC 10.1 unit tests with Java 11?

2023-11-10 Thread Rainer Jung

I just noticed the skip.build.java.version part, sorry for the noise.

Am 11.11.23 um 01:42 schrieb Rainer Jung:

It seems we can now only run TC 10.1 unit tests using Java 17?
I'd like to also run them with Java versions for which TC itself is 
supported, so for TC 10.1 with Java 11. Is that still possible? It seems 
I get "Java version 17 or newer is required" from:


   

   
   

     
   
     
   

Of course I could patch that away or overwrite 
build.java.versionbuild.java.version before running the tests, but is 
that expected to work if all compilation and test compilation steps are 
done before?


Best regards,

Rainer





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



--
kippdata
informationstechnologie GmbH   Tel: 0228 98549 -0
Bornheimer Str. 33aFax: 0228 98549 -50
53111 Bonn www.kippdata.de

HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann

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



[Bug 68124] New: Outdated sample.war artifact

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68124

Bug ID: 68124
   Summary: Outdated sample.war artifact
   Product: Tomcat 10
   Version: 10.1.15
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P2
 Component: Documentation
  Assignee: dev@tomcat.apache.org
  Reporter: arkhnc...@gmail.com
  Target Milestone: --

While the source code of example apps was fixed during javax->jakarta
transition,  prebuilt artifact webapps/docs/appdev/sample/sample.war was not
rebuilt and is still using old javax imports and fails during deploy attempts. 
Tested with Tomcat 9, 10 and 11.

$ javap Hello.class 
Compiled from "Hello.java"
public final class mypackage.Hello extends javax.servlet.http.HttpServlet {
  public mypackage.Hello();
  public void doGet(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse) throws java.io.IOException,
javax.servlet.ServletException;
}

$ javap -v Hello.class 
Classfile /tmp/Hello.class
  Last modified Jul 30, 2007; size 1480 bytes
  SHA-256 checksum
566f7f35c006fbcd5a05b506d779fe7bf2d0d761b1062dcbdd2efe5be584a174
  Compiled from "Hello.java"
public final class mypackage.Hello extends javax.servlet.http.HttpServlet
  minor version: 0
  major version: 49
  flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: #23 // mypackage/Hello
  super_class: #24// javax/servlet/http/HttpServlet
  interfaces: 0, fields: 0, methods: 2, attributes: 1


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