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 634d275d33cc92f420edcc8bf50c926b391496de Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Oct 4 08:51:16 2019 +0200 Upgrading to Wildfly 18 --- fit/core-reference/pom.xml | 4 ++-- src/main/asciidoc/getting-started/systemRequirements.adoc | 2 +- .../systemadministration/javaeecontainer.adoc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index 3feffe2..3cd37c3 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -1459,7 +1459,7 @@ under the License. <container> <containerId>glassfish5x</containerId> <zipUrlInstaller> - <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.192/payara-5.192.zip</url> + <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.193/payara-5.193.zip</url> <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir> <extractDir>${project.build.directory}/cargo/extract</extractDir> </zipUrlInstaller> @@ -1531,7 +1531,7 @@ under the License. <container> <containerId>wildfly17x</containerId> <zipUrlInstaller> - <url>https://download.jboss.org/wildfly/17.0.1.Final/wildfly-17.0.1.Final.zip</url> + <url>https://download.jboss.org/wildfly/18.0.0.Final/wildfly-18.0.0.Final.zip</url> <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir> <extractDir>${project.build.directory}/cargo/extract</extractDir> </zipUrlInstaller> diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc b/src/main/asciidoc/getting-started/systemRequirements.adoc index 1d3c7fb..655c3ae 100644 --- a/src/main/asciidoc/getting-started/systemRequirements.adoc +++ b/src/main/asciidoc/getting-started/systemRequirements.adoc @@ -39,7 +39,7 @@ Apache Syncope {docVersion} is verified with the following Java EE containers: . http://tomcat.apache.org/download-90.cgi[Apache Tomcat 9^] . https://javaee.github.io/glassfish/[Glassfish 5^] . http://www.payara.fish/[Payara Server 5^] - . http://www.wildfly.org/[Wildfly 15^] + . http://www.wildfly.org/[Wildfly 18^] === 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 6b6ebf7..7a46d1f 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc @@ -40,7 +40,7 @@ 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://javaeesquad.github.io/tutorials/glassfishDatasource/glassFishDatasource.html[Glassfish 5^] * https://payara.gitbooks.io/payara-server/content/documentation/user-guides/connection-pools/connection-pools.html[Payara Server 5^] - * http://docs.wildfly.org/15/Admin_Guide.html#DataSource[Wildfly 15^] + * http://docs.wildfly.org/18/Admin_Guide.html#DataSource[Wildfly 18^] **** ===== Apache Tomcat 9 @@ -141,7 +141,7 @@ For better performance under GNU / Linux, do not forget to include among JVM options. ==== -===== Wildfly 15 +===== Wildfly 18 Add
