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

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d9cde1c1ff259f80cba57ef102f2f5446c3b39ec
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 22 13:03:04 2026 +0200

    Upgrading Wildfly
---
 pom.xml                                                         | 2 +-
 src/main/asciidoc/getting-started/systemRequirements.adoc       | 2 +-
 src/main/asciidoc/reference-guide/configuration/deployment.adoc | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a59b8ff249..fb25d84f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,7 +528,7 @@ under the License.
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
     <tomcat.version>10.1.55</tomcat.version>
-    <wildfly.version>39.0.1.Final</wildfly.version>
+    <wildfly.version>40.0.0.Final</wildfly.version>
     <payara.version>6.2025.11</payara.version>
     <jakarta.faces.version>4.1.9</jakarta.faces.version>
 
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc 
b/src/main/asciidoc/getting-started/systemRequirements.adoc
index 7532d978fa..00c7e7f33a 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 39^]
+ . https://www.wildfly.org/[Wildfly 40^]
 
 === Internal Storage
 
diff --git a/src/main/asciidoc/reference-guide/configuration/deployment.adoc 
b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
index fc48b7bf43..3159e4c0cd 100644
--- a/src/main/asciidoc/reference-guide/configuration/deployment.adoc
+++ b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
@@ -106,7 +106,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/39/Admin_Guide.html#DataSource[Wildfly 39^]
+  * https://docs.wildfly.org/40/Admin_Guide.html#DataSource[Wildfly 40^]
 ****
 
 ==== Apache Tomcat 10
@@ -213,7 +213,7 @@ For better performance under GNU / Linux, do not forget to 
include the system pr
 ....
 ====
 
-==== Wildfly 39
+==== Wildfly 40
 
 Add
 

Reply via email to