This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 97933f9160 Setting tomcat11x for cargo-maven3-plugin
97933f9160 is described below
commit 97933f9160df5dbc8b6fac0338a7797a561612de
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 5 17:00:01 2025 +0200
Setting tomcat11x for cargo-maven3-plugin
---
archetype/src/main/resources/archetype-resources/fit/pom.xml | 2 +-
fit/build-tools/pom.xml | 2 +-
fit/console-reference/pom.xml | 2 +-
fit/core-reference/pom.xml | 2 +-
fit/enduser-reference/pom.xml | 2 +-
fit/wa-reference/pom.xml | 3 ++-
standalone/pom.xml | 2 +-
7 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/archetype/src/main/resources/archetype-resources/fit/pom.xml
b/archetype/src/main/resources/archetype-resources/fit/pom.xml
index 42191e79e6..8e3fb332db 100644
--- a/archetype/src/main/resources/archetype-resources/fit/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/fit/pom.xml
@@ -226,7 +226,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 95ad3316aa..76a0d87419 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -303,7 +303,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 951e2a96ea..6ab6c27b20 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -126,7 +126,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 17bec586fa..5364f3f033 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -307,7 +307,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index be04c68eaa..659f0abb17 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -121,7 +121,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/wa-reference/pom.xml b/fit/wa-reference/pom.xml
index dbcc82bac6..fa4aeefa0a 100644
--- a/fit/wa-reference/pom.xml
+++ b/fit/wa-reference/pom.xml
@@ -222,7 +222,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
@@ -260,6 +260,7 @@ under the License.
<cargo.tomcat.connector.sslProtocol>TLS</cargo.tomcat.connector.sslProtocol>
<cargo.tomcat.connector.redirectPort>9443</cargo.tomcat.connector.redirectPort>
<cargo.tomcat.httpSecure>true</cargo.tomcat.httpSecure>
+
<cargo.tomcat.connector.maxHttpHeaderSize>32768</cargo.tomcat.connector.maxHttpHeaderSize>
</properties>
</configuration>
<deployables>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index c5fd0b5ad1..1a5953c0fd 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -93,7 +93,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>tomcat10x</containerId>
+ <containerId>tomcat11x</containerId>
<zipUrlInstaller>
<url>https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>