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
commit ce944e7622d88939792d97c5ab27695d3b736c61 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Oct 16 08:30:19 2025 +0200 Upgrading Wildfly --- fit/build-tools/pom.xml | 2 +- fit/core-reference/pom.xml | 2 +- fit/core-reference/src/main/resources/core-wildfly.properties | 2 +- pom.xml | 4 ++-- src/main/asciidoc/getting-started/systemRequirements.adoc | 2 +- src/main/asciidoc/reference-guide/configuration/deployment.adoc | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index e67f5a1fa7..8ad0f96c5e 100644 --- a/fit/build-tools/pom.xml +++ b/fit/build-tools/pom.xml @@ -383,7 +383,7 @@ under the License. <inherited>true</inherited> <configuration> <container> - <containerId>wildfly37x</containerId> + <containerId>wildfly38x</containerId> <zipUrlInstaller> <url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-${wildfly.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 d2e4a6c38f..2e6e59563a 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -1386,7 +1386,7 @@ under the License. <inherited>true</inherited> <configuration> <container> - <containerId>wildfly37x</containerId> + <containerId>wildfly38x</containerId> <zipUrlInstaller> <url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-${wildfly.version}.zip</url> <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir> diff --git a/fit/core-reference/src/main/resources/core-wildfly.properties b/fit/core-reference/src/main/resources/core-wildfly.properties index 9b001ec2a5..b1b34b58f1 100644 --- a/fit/core-reference/src/main/resources/core-wildfly.properties +++ b/fit/core-reference/src/main/resources/core-wildfly.properties @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly37x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar; vfs:${project.build.directory}/cargo/configurations/wildfly37x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar, Resources=##orm##) +persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly38x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar; vfs:${project.build.directory}/cargo/configurations/wildfly38x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar, Resources=##orm##) javadocPaths=/WEB-INF/lib/syncope-common-idrepo-rest-api-${syncope.version}-javadoc.jar,\ /WEB-INF/lib/syncope-common-idm-rest-api-${syncope.version}-javadoc.jar,\ diff --git a/pom.xml b/pom.xml index 11d1899d94..b86111df8b 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ under the License. <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version> <spring-boot.version>3.5.6</spring-boot.version> - <spring-cloud-gateway.version>4.3.1</spring-cloud-gateway.version> + <spring-cloud-gateway.version>4.3.2</spring-cloud-gateway.version> <openjpa.version>4.1.1</openjpa.version> @@ -502,7 +502,7 @@ under the License. <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout> <tomcat.version>11.0.13</tomcat.version> - <wildfly.version>37.0.1.Final</wildfly.version> + <wildfly.version>38.0.0.Final</wildfly.version> <payara.version>6.2025.10</payara.version> <jakarta.faces.version>4.1.4</jakarta.faces.version> diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc b/src/main/asciidoc/getting-started/systemRequirements.adoc index 25ac468e85..1e751db19d 100644 --- a/src/main/asciidoc/getting-started/systemRequirements.adoc +++ b/src/main/asciidoc/getting-started/systemRequirements.adoc @@ -38,7 +38,7 @@ Apache Syncope {docVersion} is verified with the following Jakarta EE containers . https://tomcat.apache.org/download-10.cgi[Apache Tomcat 10^] . https://www.payara.fish/[Payara Server 6^] - . https://www.wildfly.org/[Wildfly 37^] + . https://www.wildfly.org/[Wildfly 38^] === Internal Storage diff --git a/src/main/asciidoc/reference-guide/configuration/deployment.adoc b/src/main/asciidoc/reference-guide/configuration/deployment.adoc index cbcad2f688..d428af9a1f 100644 --- a/src/main/asciidoc/reference-guide/configuration/deployment.adoc +++ b/src/main/asciidoc/reference-guide/configuration/deployment.adoc @@ -103,7 +103,7 @@ for the Master domain. Each JavaEE Container provides its own way to accomplish this task: * https://tomcat.apache.org/tomcat-10.0-doc/jdbc-pool.html[Apache Tomcat 10^] * https://docs.payara.fish/community/docs/Technical%20Documentation/Payara%20Server%20Documentation/Server%20Configuration%20And%20Management/JDBC%20Resource%20Management/JDBC.html[Payara Server 6^] - * https://docs.wildfly.org/37/Admin_Guide.html#DataSource[Wildfly 37^] + * https://docs.wildfly.org/38/Admin_Guide.html#DataSource[Wildfly 38^] **** ==== Apache Tomcat 10 @@ -200,7 +200,7 @@ For better performance under GNU / Linux, do not forget to include the system pr .... ==== -==== Wildfly 37 +==== Wildfly 38 Add
