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 1d383e352ecced60e7accb0069fc672f5a9a8eee
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 26 08:05:13 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index 0b9e929b7d..1085b0774a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@ under the License.
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
     <tomcat.version>10.1.23</tomcat.version>
-    <wildfly.version>31.0.1.Final</wildfly.version>
+    <wildfly.version>32.0.0.Final</wildfly.version>
     <payara.version>6.2024.4</payara.version>
     <jakarta.faces.version>4.0.7</jakarta.faces.version>
 
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc 
b/src/main/asciidoc/getting-started/systemRequirements.adoc
index 27c3f20d93..9ef15c2395 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 
Java EE containers:
 
  . https://tomcat.apache.org/download-10.cgi[Apache Tomcat 10^]
  . https://www.payara.fish/[Payara Server 6^]
- . https://www.wildfly.org/[Wildfly 29^]
+ . https://www.wildfly.org/[Wildfly 32^]
 
 === Internal Storage
 
diff --git a/src/main/asciidoc/reference-guide/configuration/deployment.adoc 
b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
index a19961f607..20937072af 100644
--- a/src/main/asciidoc/reference-guide/configuration/deployment.adoc
+++ b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
@@ -102,8 +102,8 @@ for the Master domain.
 `java:comp/env/jdbc/syncopeMasterDataSource` 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/6.2022.2/Technical%20Documentation/Payara%20Server%20Documentation/Server%20Configuration%20And%20Management/JDBC%20Resource%20Management/JDBC.html[Payara
 Server 6^]
-  * https://docs.wildfly.org/29/Admin_Guide.html#DataSource[Wildfly 29^]
+  * 
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/32/Admin_Guide.html#DataSource[Wildfly 32^]
 ****
 
 ==== Apache Tomcat 10
@@ -200,7 +200,7 @@ For better performance under GNU / Linux, do not forget to 
include the system pr
 ....
 ====
 
-==== Wildfly 29
+==== Wildfly 32
 
 Add
 

Reply via email to