Buildbot failure in on tomcat-11.0.x

2025-02-16 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/1521
Blamelist: Dimitris Soumis 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 11.0.x] 68504f2a94c1e2a72ea62d8b8584c665affe49bb


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  shell_6: 0

  compile: 1

  shell_7: 0

  shell_8: 0

  shell_9: 0

  shell_10: 0

  Rsync docs to nightlies.apache.org: 0

  shell_11: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_12: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



svn commit: r1923858 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

2025-02-16 Thread dsoumis
Author: dsoumis
Date: Sun Feb 16 14:48:37 2025
New Revision: 1923858

URL: http://svn.apache.org/viewvc?rev=1923858&view=rev
Log:
Update footer copyright date range

Modified:
tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl?rev=1923858&r1=1923857&r2=1923858&view=diff
==
--- tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl (original)
+++ tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Sun Feb 16 14:48:37 2025
@@ -146,7 +146,7 @@
 
   
   
-Copyright © 1999-2024, The Apache Software Foundation
+Copyright © 1999-2025, The Apache Software Foundation
 
 Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo
 are either registered trademarks or trademarks of the Apache Software



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



(tomcat) branch 11.0.x updated: Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in catalina.sh commands"

2025-02-16 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/11.0.x by this push:
 new 68504f2a94 Revert "Fix BZ 69584 - Include missing 
"$CATALINA_LOGGING_CONFIG" in catalina.sh commands"
68504f2a94 is described below

commit 68504f2a94c1e2a72ea62d8b8584c665affe49bb
Author: Dimitris Soumis 
AuthorDate: Sun Feb 16 16:57:49 2025 +0200

Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in 
catalina.sh commands"

This reverts commit 2d50aa64eaf0fe84272fc8556abdfa82b36dfad8.
---
 bin/catalina.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/catalina.sh b/bin/catalina.sh
index 4755c1576f..c5a996cb65 100755
--- a/bin/catalina.sh
+++ b/bin/catalina.sh
@@ -470,7 +470,7 @@ elif [ "$1" = "stop" ] ; then
 fi
   fi
 
-  eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+  eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
 -classpath "\"$CLASSPATH\"" \
 -Dcatalina.base="\"$CATALINA_BASE\"" \
 -Dcatalina.home="\"$CATALINA_HOME\"" \
@@ -556,7 +556,7 @@ elif [ "$1" = "stop" ] ; then
 
 elif [ "$1" = "configtest" ] ; then
 
-eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
   -classpath "\"$CLASSPATH\"" \
   -Dcatalina.base="\"$CATALINA_BASE\"" \
   -Dcatalina.home="\"$CATALINA_HOME\"" \


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



(tomcat) branch main updated: Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in catalina.sh commands"

2025-02-16 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository.

dsoumis 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 8b4a973a8d Revert "Fix BZ 69584 - Include missing 
"$CATALINA_LOGGING_CONFIG" in catalina.sh commands"
8b4a973a8d is described below

commit 8b4a973a8df4550c355a454e8f13d7760018252b
Author: Dimitris Soumis 
AuthorDate: Sun Feb 16 16:56:46 2025 +0200

Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in 
catalina.sh commands"

This reverts commit 79e4d27450d67103b19e31a9040bfe5f2234e671.
---
 bin/catalina.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/catalina.sh b/bin/catalina.sh
index d8d90d0416..ee679ad0c6 100755
--- a/bin/catalina.sh
+++ b/bin/catalina.sh
@@ -463,7 +463,7 @@ elif [ "$1" = "stop" ] ; then
 fi
   fi
 
-  eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+  eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
 -classpath "\"$CLASSPATH\"" \
 -Dcatalina.base="\"$CATALINA_BASE\"" \
 -Dcatalina.home="\"$CATALINA_HOME\"" \
@@ -549,7 +549,7 @@ elif [ "$1" = "stop" ] ; then
 
 elif [ "$1" = "configtest" ] ; then
 
-eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
   -classpath "\"$CLASSPATH\"" \
   -Dcatalina.base="\"$CATALINA_BASE\"" \
   -Dcatalina.home="\"$CATALINA_HOME\"" \


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



Buildbot failure in on tomcat-10.1.x

2025-02-16 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/44/builds/1616
Blamelist: Dimitris Soumis 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 10.1.x] eef88ff7aa3dda754c1b5fd7d9fea76349d213e4


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  compile: 1

  shell_6: 0

  shell_7: 0

  shell_8: 0

  shell_9: 0

  Rsync docs to nightlies.apache.org: 0

  shell_10: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_11: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



[Bug 69584] CATALINA_LOGGING_CONFIG is missing in stop command

2025-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69584

Chuck Caldarale  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INVALID

-- 
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: Test certs expired?

2025-02-16 Thread Rainer Jung
Sorry to be a pain, but it is again the time of year: Certs have expired 
and TLS related tests fail.


I know its not easy to manually rememberr these things, but it would 
also be nice for downstreams, if we would distribute sources with test 
certs that a decent validity. For example we create them with two years 
validity and update them after one year. Meybe we can try to remember 
updating them as a start of the year activity.


Thanks for updating them. Is this an easy procedure or mostly a manual task?

Best regards,

Rainer

Am 17.02.23 um 17:39 schrieb Mark Thomas:
They have. I have a new set ready to commit. Just running the tests to 
make sure I didn't miss any.


Mark


On 17/02/2023 16:30, Rainer Jung wrote:
I think the test certs in test/org/apache/tomcat/util/net just 
expired. At least I start to get failures with


Caused by: java.security.cert.CertificateExpiredException: NotAfter: 
Fri Feb 17 15:28:35 CET 2023


and the files in git are two years old.

Best regards,

Rainer


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



Re: Test certs expired?

2025-02-16 Thread Mark Thomas

On 16/02/2025 17:28, Rainer Jung wrote:
Sorry to be a pain, but it is again the time of year: Certs have expired 
and TLS related tests fail.


I know its not easy to manually rememberr these things, but it would 
also be nice for downstreams, if we would distribute sources with test 
certs that a decent validity. For example we create them with two years 
validity and update them after one year. Meybe we can try to remember 
updating them as a start of the year activity.


Thanks for updating them. Is this an easy procedure or mostly a manual 
task?


Mostly manual but there are notes in the repo that mean it is mostly 
just a copy and paste task.


I'll look at this now.

Mark




Best regards,

Rainer

Am 17.02.23 um 17:39 schrieb Mark Thomas:
They have. I have a new set ready to commit. Just running the tests to 
make sure I didn't miss any.


Mark


On 17/02/2023 16:30, Rainer Jung wrote:
I think the test certs in test/org/apache/tomcat/util/net just 
expired. At least I start to get failures with


Caused by: java.security.cert.CertificateExpiredException: NotAfter: 
Fri Feb 17 15:28:35 CET 2023


and the files in git are two years old.

Best regards,

Rainer


-
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



(tomcat) branch 9.0.x updated: Update test keys and certificates

2025-02-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt 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 a3cdb23aa0 Update test keys and certificates
a3cdb23aa0 is described below

commit a3cdb23aa0b2d958f6bba88f02f9fc4397dbdcbb
Author: Mark Thomas 
AuthorDate: Sun Feb 16 18:51:03 2025 +

Update test keys and certificates
---
 .../apache/tomcat/util/net/localhost-ec-cert.pem   | 114 
 .../apache/tomcat/util/net/localhost-ec-key.pem|  13 +-
 test/org/apache/tomcat/util/net/localhost-ec.jks   | Bin 1372 -> 1370 bytes
 .../apache/tomcat/util/net/localhost-rsa-cert.pem  | 144 ++---
 .../apache/tomcat/util/net/localhost-rsa-copy1.jks | Bin 2685 -> 2685 bytes
 .../apache/tomcat/util/net/localhost-rsa-key.pem   |  52 
 test/org/apache/tomcat/util/net/localhost-rsa.jks  | Bin 4403 -> 4403 bytes
 7 files changed, 160 insertions(+), 163 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem 
b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
index 3bb68c40ba..341e6f72da 100644
--- a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
+++ b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
@@ -1,22 +1,22 @@
 Certificate:
 Data:
 Version: 3 (0x2)
-Serial Number: 4110 (0x100e)
+Serial Number: 4113 (0x1011)
 Signature Algorithm: sha256WithRSAEncryption
 Issuer: C=US, ST=MA, L=Wakefield, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=Apache Tomcat Test CA
 Validity
-Not Before: Feb 17 16:05:19 2023 GMT
-Not After : Feb 16 16:05:19 2025 GMT
+Not Before: Feb 16 17:59:33 2025 GMT
+Not After : Feb 16 17:59:33 2027 GMT
 Subject: C=US, ST=DE, L=Wilmington, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=localhost
 Subject Public Key Info:
 Public Key Algorithm: id-ecPublicKey
 Public-Key: (256 bit)
 pub:
-04:38:6d:73:27:ea:ab:41:cc:7b:ac:36:18:94:ab:
-1f:de:f3:aa:35:f4:ef:8e:2e:60:39:63:5c:08:75:
-cf:86:aa:4d:ef:40:85:16:40:d1:d5:a5:36:2c:25:
-05:20:8d:f5:ff:2b:a9:cf:5d:4b:b9:e1:b0:d4:9e:
-81:be:2a:cb:8d
+04:0a:0a:c9:36:e4:18:27:f0:ef:ac:f3:8a:8b:a8:
+9c:15:f5:71:95:94:10:bc:74:4a:c5:1e:e7:c5:fd:
+b0:b3:35:c0:5e:fe:11:2b:ae:ba:a7:a4:27:09:bd:
+37:c5:de:bc:e7:6d:f7:de:dd:ab:ed:9d:cf:02:59:
+1e:ba:b2:6a:b0
 ASN1 OID: prime256v1
 NIST CURVE: P-256
 X509v3 extensions:
@@ -25,62 +25,62 @@ Certificate:
 Netscape Comment: 
 OpenSSL Generated Certificate
 X509v3 Subject Key Identifier: 
-A8:26:CE:0D:E5:8E:35:2E:AC:B0:5B:E1:89:42:FA:64:26:F3:4C:69
+B2:76:F0:C0:C9:97:89:B7:00:A2:9C:AA:5B:49:D8:62:C7:2B:81:AD
 X509v3 Authority Key Identifier: 
 00:F2:98:4D:21:2C:00:3C:40:9B:84:F4:DE:2A:F0:26:EE:32:0E:9F
 Signature Algorithm: sha256WithRSAEncryption
 Signature Value:
-40:ba:a4:ff:c2:df:92:55:88:e4:8e:35:9e:28:28:ce:f4:63:
-f0:da:a2:3e:f4:af:68:60:fb:f3:d4:d8:9d:d4:d3:54:3e:dc:
-33:e4:24:74:0f:4b:af:fa:b5:bd:56:5c:dd:0d:86:7f:99:b7:
-fc:84:8c:88:b9:f5:50:f1:8f:ea:3c:7a:95:a6:6c:5e:20:9a:
-2d:a9:b5:35:d6:f4:37:23:1a:79:ce:e3:40:23:79:09:b4:08:
-fc:22:3e:c4:d3:66:70:84:06:e8:54:21:b2:7a:22:ed:78:d3:
-9f:8f:da:92:2d:1c:0a:95:3f:b2:fe:18:50:60:73:ea:2f:8d:
-cc:e8:73:52:16:38:76:ba:9c:2c:85:2c:a6:3d:30:fd:f8:a0:
-da:6b:24:d8:a0:ad:d0:5c:d3:d3:a2:13:47:49:d8:49:1b:0d:
-56:fd:4a:4d:62:b7:32:f0:97:23:22:ea:a3:68:5a:c7:f3:56:
-dc:bf:95:82:fe:8b:ff:10:f5:79:1a:e5:07:12:ca:46:75:42:
-0d:b2:2b:2e:26:39:72:08:0f:53:f4:d7:de:75:da:c3:a1:69:
-32:0e:eb:94:63:3f:7d:81:13:cf:c2:a6:ae:8f:02:3f:0d:a9:
-99:68:e1:ff:b1:17:c8:94:58:57:ae:cb:08:9e:88:1e:17:1d:
-e3:8b:f7:a9:f5:fc:d5:0d:87:bd:6f:f3:26:b1:6b:cb:62:59:
-d8:4d:2d:21:40:57:77:b2:53:05:4f:2c:b7:f2:f8:57:d5:93:
-85:00:1f:97:e3:6b:d0:05:1e:8e:4a:4f:02:98:3f:69:37:75:
-64:37:07:aa:d6:b3:00:bc:8f:52:e9:c9:8e:98:82:f5:6a:d8:
-c2:94:dc:5f:2c:31:09:15:6a:62:05:6d:4c:9d:14:e8:a0:f4:
-ae:f5:14:f3:61:28:13:55:bf:22:50:78:23:4f:80:34:7e:f2:
-b0:89:e2:fa:6b:d2:00:b1:aa:71:a7:2f:1c:04:b9:1e:39:6c:
-c5:fc:10:8a:4c:7f:d1:16:74:87:45:f2:11:a9:71:12:0f:2b:
-0e:d7:20:16:a7:a1:8a:36:a9:bc:2c:0d:b9:eb:e8:5b:bc:75:
-e2:3b:84:28:3f:c0:c3:7d:87:99:e0:aa:42:ef:66:73:5f:ec:
-be:14:c0:70:cf:46:23:c2:bf:ee:c1:c7:af:28:99:e2:09:23:
-4e:de:b5:be:d6:44:1c:fa:b0:77:ee:b3:7a:b4:a6

(tomcat) branch 11.0.x updated: Update test keys and certificates

2025-02-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/11.0.x by this push:
 new 99626a7553 Update test keys and certificates
99626a7553 is described below

commit 99626a7553016d07bf1dc96b440e9dc3cce68ec1
Author: Mark Thomas 
AuthorDate: Sun Feb 16 18:51:03 2025 +

Update test keys and certificates
---
 .../apache/tomcat/util/net/localhost-ec-cert.pem   | 114 
 .../apache/tomcat/util/net/localhost-ec-key.pem|  13 +-
 test/org/apache/tomcat/util/net/localhost-ec.jks   | Bin 1372 -> 1370 bytes
 .../apache/tomcat/util/net/localhost-rsa-cert.pem  | 144 ++---
 .../apache/tomcat/util/net/localhost-rsa-copy1.jks | Bin 2685 -> 2685 bytes
 .../apache/tomcat/util/net/localhost-rsa-key.pem   |  52 
 test/org/apache/tomcat/util/net/localhost-rsa.jks  | Bin 4403 -> 4403 bytes
 7 files changed, 160 insertions(+), 163 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem 
b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
index 3bb68c40ba..341e6f72da 100644
--- a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
+++ b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
@@ -1,22 +1,22 @@
 Certificate:
 Data:
 Version: 3 (0x2)
-Serial Number: 4110 (0x100e)
+Serial Number: 4113 (0x1011)
 Signature Algorithm: sha256WithRSAEncryption
 Issuer: C=US, ST=MA, L=Wakefield, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=Apache Tomcat Test CA
 Validity
-Not Before: Feb 17 16:05:19 2023 GMT
-Not After : Feb 16 16:05:19 2025 GMT
+Not Before: Feb 16 17:59:33 2025 GMT
+Not After : Feb 16 17:59:33 2027 GMT
 Subject: C=US, ST=DE, L=Wilmington, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=localhost
 Subject Public Key Info:
 Public Key Algorithm: id-ecPublicKey
 Public-Key: (256 bit)
 pub:
-04:38:6d:73:27:ea:ab:41:cc:7b:ac:36:18:94:ab:
-1f:de:f3:aa:35:f4:ef:8e:2e:60:39:63:5c:08:75:
-cf:86:aa:4d:ef:40:85:16:40:d1:d5:a5:36:2c:25:
-05:20:8d:f5:ff:2b:a9:cf:5d:4b:b9:e1:b0:d4:9e:
-81:be:2a:cb:8d
+04:0a:0a:c9:36:e4:18:27:f0:ef:ac:f3:8a:8b:a8:
+9c:15:f5:71:95:94:10:bc:74:4a:c5:1e:e7:c5:fd:
+b0:b3:35:c0:5e:fe:11:2b:ae:ba:a7:a4:27:09:bd:
+37:c5:de:bc:e7:6d:f7:de:dd:ab:ed:9d:cf:02:59:
+1e:ba:b2:6a:b0
 ASN1 OID: prime256v1
 NIST CURVE: P-256
 X509v3 extensions:
@@ -25,62 +25,62 @@ Certificate:
 Netscape Comment: 
 OpenSSL Generated Certificate
 X509v3 Subject Key Identifier: 
-A8:26:CE:0D:E5:8E:35:2E:AC:B0:5B:E1:89:42:FA:64:26:F3:4C:69
+B2:76:F0:C0:C9:97:89:B7:00:A2:9C:AA:5B:49:D8:62:C7:2B:81:AD
 X509v3 Authority Key Identifier: 
 00:F2:98:4D:21:2C:00:3C:40:9B:84:F4:DE:2A:F0:26:EE:32:0E:9F
 Signature Algorithm: sha256WithRSAEncryption
 Signature Value:
-40:ba:a4:ff:c2:df:92:55:88:e4:8e:35:9e:28:28:ce:f4:63:
-f0:da:a2:3e:f4:af:68:60:fb:f3:d4:d8:9d:d4:d3:54:3e:dc:
-33:e4:24:74:0f:4b:af:fa:b5:bd:56:5c:dd:0d:86:7f:99:b7:
-fc:84:8c:88:b9:f5:50:f1:8f:ea:3c:7a:95:a6:6c:5e:20:9a:
-2d:a9:b5:35:d6:f4:37:23:1a:79:ce:e3:40:23:79:09:b4:08:
-fc:22:3e:c4:d3:66:70:84:06:e8:54:21:b2:7a:22:ed:78:d3:
-9f:8f:da:92:2d:1c:0a:95:3f:b2:fe:18:50:60:73:ea:2f:8d:
-cc:e8:73:52:16:38:76:ba:9c:2c:85:2c:a6:3d:30:fd:f8:a0:
-da:6b:24:d8:a0:ad:d0:5c:d3:d3:a2:13:47:49:d8:49:1b:0d:
-56:fd:4a:4d:62:b7:32:f0:97:23:22:ea:a3:68:5a:c7:f3:56:
-dc:bf:95:82:fe:8b:ff:10:f5:79:1a:e5:07:12:ca:46:75:42:
-0d:b2:2b:2e:26:39:72:08:0f:53:f4:d7:de:75:da:c3:a1:69:
-32:0e:eb:94:63:3f:7d:81:13:cf:c2:a6:ae:8f:02:3f:0d:a9:
-99:68:e1:ff:b1:17:c8:94:58:57:ae:cb:08:9e:88:1e:17:1d:
-e3:8b:f7:a9:f5:fc:d5:0d:87:bd:6f:f3:26:b1:6b:cb:62:59:
-d8:4d:2d:21:40:57:77:b2:53:05:4f:2c:b7:f2:f8:57:d5:93:
-85:00:1f:97:e3:6b:d0:05:1e:8e:4a:4f:02:98:3f:69:37:75:
-64:37:07:aa:d6:b3:00:bc:8f:52:e9:c9:8e:98:82:f5:6a:d8:
-c2:94:dc:5f:2c:31:09:15:6a:62:05:6d:4c:9d:14:e8:a0:f4:
-ae:f5:14:f3:61:28:13:55:bf:22:50:78:23:4f:80:34:7e:f2:
-b0:89:e2:fa:6b:d2:00:b1:aa:71:a7:2f:1c:04:b9:1e:39:6c:
-c5:fc:10:8a:4c:7f:d1:16:74:87:45:f2:11:a9:71:12:0f:2b:
-0e:d7:20:16:a7:a1:8a:36:a9:bc:2c:0d:b9:eb:e8:5b:bc:75:
-e2:3b:84:28:3f:c0:c3:7d:87:99:e0:aa:42:ef:66:73:5f:ec:
-be:14:c0:70:cf:46:23:c2:bf:ee:c1:c7:af:28:99:e2:09:23:
-4e:de:b5:be:d6:44:1c:fa:b0:77:ee:b3:7a:b4:

(tomcat) branch 10.1.x updated: Update test keys and certificates

2025-02-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt 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 295e9408a0 Update test keys and certificates
295e9408a0 is described below

commit 295e9408a041d38abc145acc8df9c20d0c73555d
Author: Mark Thomas 
AuthorDate: Sun Feb 16 18:51:03 2025 +

Update test keys and certificates
---
 .../apache/tomcat/util/net/localhost-ec-cert.pem   | 114 
 .../apache/tomcat/util/net/localhost-ec-key.pem|  13 +-
 test/org/apache/tomcat/util/net/localhost-ec.jks   | Bin 1372 -> 1370 bytes
 .../apache/tomcat/util/net/localhost-rsa-cert.pem  | 144 ++---
 .../apache/tomcat/util/net/localhost-rsa-copy1.jks | Bin 2685 -> 2685 bytes
 .../apache/tomcat/util/net/localhost-rsa-key.pem   |  52 
 test/org/apache/tomcat/util/net/localhost-rsa.jks  | Bin 4403 -> 4403 bytes
 7 files changed, 160 insertions(+), 163 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem 
b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
index 3bb68c40ba..341e6f72da 100644
--- a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
+++ b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
@@ -1,22 +1,22 @@
 Certificate:
 Data:
 Version: 3 (0x2)
-Serial Number: 4110 (0x100e)
+Serial Number: 4113 (0x1011)
 Signature Algorithm: sha256WithRSAEncryption
 Issuer: C=US, ST=MA, L=Wakefield, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=Apache Tomcat Test CA
 Validity
-Not Before: Feb 17 16:05:19 2023 GMT
-Not After : Feb 16 16:05:19 2025 GMT
+Not Before: Feb 16 17:59:33 2025 GMT
+Not After : Feb 16 17:59:33 2027 GMT
 Subject: C=US, ST=DE, L=Wilmington, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=localhost
 Subject Public Key Info:
 Public Key Algorithm: id-ecPublicKey
 Public-Key: (256 bit)
 pub:
-04:38:6d:73:27:ea:ab:41:cc:7b:ac:36:18:94:ab:
-1f:de:f3:aa:35:f4:ef:8e:2e:60:39:63:5c:08:75:
-cf:86:aa:4d:ef:40:85:16:40:d1:d5:a5:36:2c:25:
-05:20:8d:f5:ff:2b:a9:cf:5d:4b:b9:e1:b0:d4:9e:
-81:be:2a:cb:8d
+04:0a:0a:c9:36:e4:18:27:f0:ef:ac:f3:8a:8b:a8:
+9c:15:f5:71:95:94:10:bc:74:4a:c5:1e:e7:c5:fd:
+b0:b3:35:c0:5e:fe:11:2b:ae:ba:a7:a4:27:09:bd:
+37:c5:de:bc:e7:6d:f7:de:dd:ab:ed:9d:cf:02:59:
+1e:ba:b2:6a:b0
 ASN1 OID: prime256v1
 NIST CURVE: P-256
 X509v3 extensions:
@@ -25,62 +25,62 @@ Certificate:
 Netscape Comment: 
 OpenSSL Generated Certificate
 X509v3 Subject Key Identifier: 
-A8:26:CE:0D:E5:8E:35:2E:AC:B0:5B:E1:89:42:FA:64:26:F3:4C:69
+B2:76:F0:C0:C9:97:89:B7:00:A2:9C:AA:5B:49:D8:62:C7:2B:81:AD
 X509v3 Authority Key Identifier: 
 00:F2:98:4D:21:2C:00:3C:40:9B:84:F4:DE:2A:F0:26:EE:32:0E:9F
 Signature Algorithm: sha256WithRSAEncryption
 Signature Value:
-40:ba:a4:ff:c2:df:92:55:88:e4:8e:35:9e:28:28:ce:f4:63:
-f0:da:a2:3e:f4:af:68:60:fb:f3:d4:d8:9d:d4:d3:54:3e:dc:
-33:e4:24:74:0f:4b:af:fa:b5:bd:56:5c:dd:0d:86:7f:99:b7:
-fc:84:8c:88:b9:f5:50:f1:8f:ea:3c:7a:95:a6:6c:5e:20:9a:
-2d:a9:b5:35:d6:f4:37:23:1a:79:ce:e3:40:23:79:09:b4:08:
-fc:22:3e:c4:d3:66:70:84:06:e8:54:21:b2:7a:22:ed:78:d3:
-9f:8f:da:92:2d:1c:0a:95:3f:b2:fe:18:50:60:73:ea:2f:8d:
-cc:e8:73:52:16:38:76:ba:9c:2c:85:2c:a6:3d:30:fd:f8:a0:
-da:6b:24:d8:a0:ad:d0:5c:d3:d3:a2:13:47:49:d8:49:1b:0d:
-56:fd:4a:4d:62:b7:32:f0:97:23:22:ea:a3:68:5a:c7:f3:56:
-dc:bf:95:82:fe:8b:ff:10:f5:79:1a:e5:07:12:ca:46:75:42:
-0d:b2:2b:2e:26:39:72:08:0f:53:f4:d7:de:75:da:c3:a1:69:
-32:0e:eb:94:63:3f:7d:81:13:cf:c2:a6:ae:8f:02:3f:0d:a9:
-99:68:e1:ff:b1:17:c8:94:58:57:ae:cb:08:9e:88:1e:17:1d:
-e3:8b:f7:a9:f5:fc:d5:0d:87:bd:6f:f3:26:b1:6b:cb:62:59:
-d8:4d:2d:21:40:57:77:b2:53:05:4f:2c:b7:f2:f8:57:d5:93:
-85:00:1f:97:e3:6b:d0:05:1e:8e:4a:4f:02:98:3f:69:37:75:
-64:37:07:aa:d6:b3:00:bc:8f:52:e9:c9:8e:98:82:f5:6a:d8:
-c2:94:dc:5f:2c:31:09:15:6a:62:05:6d:4c:9d:14:e8:a0:f4:
-ae:f5:14:f3:61:28:13:55:bf:22:50:78:23:4f:80:34:7e:f2:
-b0:89:e2:fa:6b:d2:00:b1:aa:71:a7:2f:1c:04:b9:1e:39:6c:
-c5:fc:10:8a:4c:7f:d1:16:74:87:45:f2:11:a9:71:12:0f:2b:
-0e:d7:20:16:a7:a1:8a:36:a9:bc:2c:0d:b9:eb:e8:5b:bc:75:
-e2:3b:84:28:3f:c0:c3:7d:87:99:e0:aa:42:ef:66:73:5f:ec:
-be:14:c0:70:cf:46:23:c2:bf:ee:c1:c7:af:28:99:e2:09:23:
-4e:de:b5:be:d6:44:1c:fa:b0:77:ee:b3:7a:b4:

(tomcat) branch main updated: Update test keys and certificates

2025-02-16 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 b1563c03da Update test keys and certificates
b1563c03da is described below

commit b1563c03da025d0805d4c01ce35f2d36a7681633
Author: Mark Thomas 
AuthorDate: Sun Feb 16 18:51:03 2025 +

Update test keys and certificates
---
 .../apache/tomcat/util/net/localhost-ec-cert.pem   | 114 
 .../apache/tomcat/util/net/localhost-ec-key.pem|  13 +-
 test/org/apache/tomcat/util/net/localhost-ec.jks   | Bin 1372 -> 1370 bytes
 .../apache/tomcat/util/net/localhost-rsa-cert.pem  | 144 ++---
 .../apache/tomcat/util/net/localhost-rsa-copy1.jks | Bin 2685 -> 2685 bytes
 .../apache/tomcat/util/net/localhost-rsa-key.pem   |  52 
 test/org/apache/tomcat/util/net/localhost-rsa.jks  | Bin 4403 -> 4403 bytes
 7 files changed, 160 insertions(+), 163 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem 
b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
index 3bb68c40ba..341e6f72da 100644
--- a/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
+++ b/test/org/apache/tomcat/util/net/localhost-ec-cert.pem
@@ -1,22 +1,22 @@
 Certificate:
 Data:
 Version: 3 (0x2)
-Serial Number: 4110 (0x100e)
+Serial Number: 4113 (0x1011)
 Signature Algorithm: sha256WithRSAEncryption
 Issuer: C=US, ST=MA, L=Wakefield, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=Apache Tomcat Test CA
 Validity
-Not Before: Feb 17 16:05:19 2023 GMT
-Not After : Feb 16 16:05:19 2025 GMT
+Not Before: Feb 16 17:59:33 2025 GMT
+Not After : Feb 16 17:59:33 2027 GMT
 Subject: C=US, ST=DE, L=Wilmington, O=The Apache Software Foundation, 
OU=Apache Tomcat PMC, CN=localhost
 Subject Public Key Info:
 Public Key Algorithm: id-ecPublicKey
 Public-Key: (256 bit)
 pub:
-04:38:6d:73:27:ea:ab:41:cc:7b:ac:36:18:94:ab:
-1f:de:f3:aa:35:f4:ef:8e:2e:60:39:63:5c:08:75:
-cf:86:aa:4d:ef:40:85:16:40:d1:d5:a5:36:2c:25:
-05:20:8d:f5:ff:2b:a9:cf:5d:4b:b9:e1:b0:d4:9e:
-81:be:2a:cb:8d
+04:0a:0a:c9:36:e4:18:27:f0:ef:ac:f3:8a:8b:a8:
+9c:15:f5:71:95:94:10:bc:74:4a:c5:1e:e7:c5:fd:
+b0:b3:35:c0:5e:fe:11:2b:ae:ba:a7:a4:27:09:bd:
+37:c5:de:bc:e7:6d:f7:de:dd:ab:ed:9d:cf:02:59:
+1e:ba:b2:6a:b0
 ASN1 OID: prime256v1
 NIST CURVE: P-256
 X509v3 extensions:
@@ -25,62 +25,62 @@ Certificate:
 Netscape Comment: 
 OpenSSL Generated Certificate
 X509v3 Subject Key Identifier: 
-A8:26:CE:0D:E5:8E:35:2E:AC:B0:5B:E1:89:42:FA:64:26:F3:4C:69
+B2:76:F0:C0:C9:97:89:B7:00:A2:9C:AA:5B:49:D8:62:C7:2B:81:AD
 X509v3 Authority Key Identifier: 
 00:F2:98:4D:21:2C:00:3C:40:9B:84:F4:DE:2A:F0:26:EE:32:0E:9F
 Signature Algorithm: sha256WithRSAEncryption
 Signature Value:
-40:ba:a4:ff:c2:df:92:55:88:e4:8e:35:9e:28:28:ce:f4:63:
-f0:da:a2:3e:f4:af:68:60:fb:f3:d4:d8:9d:d4:d3:54:3e:dc:
-33:e4:24:74:0f:4b:af:fa:b5:bd:56:5c:dd:0d:86:7f:99:b7:
-fc:84:8c:88:b9:f5:50:f1:8f:ea:3c:7a:95:a6:6c:5e:20:9a:
-2d:a9:b5:35:d6:f4:37:23:1a:79:ce:e3:40:23:79:09:b4:08:
-fc:22:3e:c4:d3:66:70:84:06:e8:54:21:b2:7a:22:ed:78:d3:
-9f:8f:da:92:2d:1c:0a:95:3f:b2:fe:18:50:60:73:ea:2f:8d:
-cc:e8:73:52:16:38:76:ba:9c:2c:85:2c:a6:3d:30:fd:f8:a0:
-da:6b:24:d8:a0:ad:d0:5c:d3:d3:a2:13:47:49:d8:49:1b:0d:
-56:fd:4a:4d:62:b7:32:f0:97:23:22:ea:a3:68:5a:c7:f3:56:
-dc:bf:95:82:fe:8b:ff:10:f5:79:1a:e5:07:12:ca:46:75:42:
-0d:b2:2b:2e:26:39:72:08:0f:53:f4:d7:de:75:da:c3:a1:69:
-32:0e:eb:94:63:3f:7d:81:13:cf:c2:a6:ae:8f:02:3f:0d:a9:
-99:68:e1:ff:b1:17:c8:94:58:57:ae:cb:08:9e:88:1e:17:1d:
-e3:8b:f7:a9:f5:fc:d5:0d:87:bd:6f:f3:26:b1:6b:cb:62:59:
-d8:4d:2d:21:40:57:77:b2:53:05:4f:2c:b7:f2:f8:57:d5:93:
-85:00:1f:97:e3:6b:d0:05:1e:8e:4a:4f:02:98:3f:69:37:75:
-64:37:07:aa:d6:b3:00:bc:8f:52:e9:c9:8e:98:82:f5:6a:d8:
-c2:94:dc:5f:2c:31:09:15:6a:62:05:6d:4c:9d:14:e8:a0:f4:
-ae:f5:14:f3:61:28:13:55:bf:22:50:78:23:4f:80:34:7e:f2:
-b0:89:e2:fa:6b:d2:00:b1:aa:71:a7:2f:1c:04:b9:1e:39:6c:
-c5:fc:10:8a:4c:7f:d1:16:74:87:45:f2:11:a9:71:12:0f:2b:
-0e:d7:20:16:a7:a1:8a:36:a9:bc:2c:0d:b9:eb:e8:5b:bc:75:
-e2:3b:84:28:3f:c0:c3:7d:87:99:e0:aa:42:ef:66:73:5f:ec:
-be:14:c0:70:cf:46:23:c2:bf:ee:c1:c7:af:28:99:e2:09:23:
-4e:de:b5:be:d6:44:1c:fa:b0:77:ee:b3:7a:b4:a6:d

(tomcat) branch 9.0.x updated: Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in catalina.sh commands"

2025-02-16 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository.

dsoumis 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 1c80fce73f Revert "Fix BZ 69584 - Include missing 
"$CATALINA_LOGGING_CONFIG" in catalina.sh commands"
1c80fce73f is described below

commit 1c80fce73f0765bd73f503677c43c2333ca5c1f2
Author: Dimitris Soumis 
AuthorDate: Sun Feb 16 16:59:44 2025 +0200

Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in 
catalina.sh commands"

This reverts commit e9384a81edec9aa5ce1d7a6a2d16198ad1b83736.
---
 bin/catalina.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/catalina.sh b/bin/catalina.sh
index 90bd5b74d6..8d07001214 100755
--- a/bin/catalina.sh
+++ b/bin/catalina.sh
@@ -561,7 +561,7 @@ elif [ "$1" = "stop" ] ; then
 fi
   fi
 
-  eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+  eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
 -D$ENDORSED_PROP="\"$JAVA_ENDORSED_DIRS\"" \
 -classpath "\"$CLASSPATH\"" \
 -Dcatalina.base="\"$CATALINA_BASE\"" \
@@ -648,7 +648,7 @@ elif [ "$1" = "stop" ] ; then
 
 elif [ "$1" = "configtest" ] ; then
 
-eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
   -D$ENDORSED_PROP="\"$JAVA_ENDORSED_DIRS\"" \
   -classpath "\"$CLASSPATH\"" \
   -Dcatalina.base="\"$CATALINA_BASE\"" \


-
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: Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in catalina.sh commands"

2025-02-16 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository.

dsoumis 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 eef88ff7aa Revert "Fix BZ 69584 - Include missing 
"$CATALINA_LOGGING_CONFIG" in catalina.sh commands"
eef88ff7aa is described below

commit eef88ff7aa3dda754c1b5fd7d9fea76349d213e4
Author: Dimitris Soumis 
AuthorDate: Sun Feb 16 16:59:25 2025 +0200

Revert "Fix BZ 69584 - Include missing "$CATALINA_LOGGING_CONFIG" in 
catalina.sh commands"

This reverts commit a83979963ad2c0f2812323610a27883176352bba.
---
 bin/catalina.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/catalina.sh b/bin/catalina.sh
index 3ae29bc8eb..959a637389 100755
--- a/bin/catalina.sh
+++ b/bin/catalina.sh
@@ -521,7 +521,7 @@ elif [ "$1" = "stop" ] ; then
 fi
   fi
 
-  eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+  eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
 -classpath "\"$CLASSPATH\"" \
 -Dcatalina.base="\"$CATALINA_BASE\"" \
 -Dcatalina.home="\"$CATALINA_HOME\"" \
@@ -607,7 +607,7 @@ elif [ "$1" = "stop" ] ; then
 
 elif [ "$1" = "configtest" ] ; then
 
-eval "\"$_RUNJAVA\"" "\"$CATALINA_LOGGING_CONFIG\"" $LOGGING_MANAGER 
"$JAVA_OPTS" \
+eval "\"$_RUNJAVA\"" $LOGGING_MANAGER "$JAVA_OPTS" \
   -classpath "\"$CLASSPATH\"" \
   -Dcatalina.base="\"$CATALINA_BASE\"" \
   -Dcatalina.home="\"$CATALINA_HOME\"" \


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



[Bug 69584] CATALINA_LOGGING_CONFIG is missing in stop command

2025-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69584

--- Comment #9 from Dimitris Soumis  ---
Using the main logging configuration for the stop command was not something I
evaluated its implications correctly. Thank you for pointing this out, I have
reverted the commit.

-- 
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: [PR] Add unit tests for AsyncStateMachine's asyncPostProcess method [tomcat]

2025-02-16 Thread via GitHub


dsoumis commented on PR #828:
URL: https://github.com/apache/tomcat/pull/828#issuecomment-2661457556

   1) Please ensure that you run ant validate or use Checkstyle tool with the 
checkstyle rules provided before submitting a PR. There are currently some 
checkstyle errors in your import statements.
   
   2) Consider utilizing EasyMock class instead of creating "Fake" classes for 
isolated testing. You may look into TestSSLValve.java for reference.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[Bug 69584] CATALINA_LOGGING_CONFIG is missing in stop command

2025-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69584

--- Comment #8 from Remy Maucherat  ---
Yes, I agree it seems like one of these very bad BZs that presents a convincing
case for some untested behavior.
-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



Buildbot failure in on tomcat-9.0.x

2025-02-16 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/1275
Blamelist: Dimitris Soumis 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] 1c80fce73f0765bd73f503677c43c2333ca5c1f2


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  compile: 1

  shell_6: 0

  shell_7: 0

  shell_8: 0

  shell_9: 0

  Rsync docs to nightlies.apache.org: 0

  shell_10: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_11: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



Buildbot success in on tomcat-11.0.x

2025-02-16 Thread buildbot
Build status: Build succeeded!
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/1522
Blamelist: Dimitris Soumis , Mark Thomas 
Build Text: build successful
Status Detected: restored build
Build Source Stamp: [branch 11.0.x] 99626a7553016d07bf1dc96b440e9dc3cce68ec1


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  shell_6: 0

  compile: 1

  shell_7: 0

  shell_8: 0

  shell_9: 0

  shell_10: 0

  Rsync docs to nightlies.apache.org: 0

  shell_11: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 1

  shell_12: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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