You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/10/14 09:24:27 UTC

[syncope] branch master updated: Upgrading Wildfly

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 346dfe0  Upgrading Wildfly
346dfe0 is described below

commit 346dfe033d07e03b0e37b303f986e6a40b7e9f8f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 14 11:24:13 2020 +0200

    Upgrading Wildfly
---
 pom.xml                                                                 | 2 +-
 src/main/asciidoc/getting-started/systemRequirements.adoc               | 2 +-
 .../workingwithapachesyncope/systemadministration/javaeecontainer.adoc  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b98b2a..3cb514c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,7 @@ under the License.
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
     <tomcat.version>9.0.39</tomcat.version>
-    <wildfly.version>20.0.1.Final</wildfly.version>
+    <wildfly.version>21.0.0.Final</wildfly.version>
     <payara.version>5.2020.5</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
 
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc b/src/main/asciidoc/getting-started/systemRequirements.adoc
index 68ba915..e78e6dc 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:
 
  . http://tomcat.apache.org/download-90.cgi[Apache Tomcat 9^]
  . http://www.payara.fish/[Payara Server 5^]
- . http://www.wildfly.org/[Wildfly 20^]
+ . http://www.wildfly.org/[Wildfly 21^]
 
 === Internal Storage
 
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
index 931197d..d4c4ef9 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
@@ -39,7 +39,7 @@ for the Master domain.
 Each JavaEE Container provides its own way to accomplish this task:
   * https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html[Apache Tomcat 9^]
   * https://payara.gitbooks.io/payara-server/content/documentation/user-guides/connection-pools/connection-pools.html[Payara Server 5^]
-  * http://docs.wildfly.org/20/Admin_Guide.html#DataSource[Wildfly 20^]
+  * http://docs.wildfly.org/21/Admin_Guide.html#DataSource[Wildfly 21^]
 ****
 
 ===== Apache Tomcat 9