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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new c48c901269 Upgrading Wildfly
c48c901269 is described below

commit c48c90126909e2a1ecfea27a455b44a31d57e551
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 4 09:42:59 2025 +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 7000700162..7c68900990 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@ under the License.
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
     <tomcat.version>10.1.43</tomcat.version>
-    <wildfly.version>36.0.1.Final</wildfly.version>
+    <wildfly.version>37.0.0.Final</wildfly.version>
     <payara.version>6.2025.7</payara.version>
     <jakarta.faces.version>4.1.3</jakarta.faces.version>
 
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc 
b/src/main/asciidoc/getting-started/systemRequirements.adoc
index 9a34ccea9d..25ac468e85 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 36^]
+ . https://www.wildfly.org/[Wildfly 37^]
 
 === Internal Storage
 
diff --git a/src/main/asciidoc/reference-guide/configuration/deployment.adoc 
b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
index 3711a02cdd..cbcad2f688 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/36/Admin_Guide.html#DataSource[Wildfly 36^]
+  * https://docs.wildfly.org/37/Admin_Guide.html#DataSource[Wildfly 37^]
 ****
 
 ==== Apache Tomcat 10
@@ -200,7 +200,7 @@ For better performance under GNU / Linux, do not forget to 
include the system pr
 ....
 ====
 
-==== Wildfly 36
+==== Wildfly 37
 
 Add
 

Reply via email to