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 d6f2098aa7bca038fc4fff3d8e13a9ed4028b196 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Apr 10 10:25:36 2025 +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 784c93a73b..7a6e66a738 100644 --- a/pom.xml +++ b/pom.xml @@ -504,7 +504,7 @@ under the License. <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout> <tomcat.version>10.1.39</tomcat.version> - <wildfly.version>35.0.1.Final</wildfly.version> + <wildfly.version>36.0.0.Final</wildfly.version> <payara.version>6.2025.3</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 bf69f76c91..9a34ccea9d 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 35^] + . https://www.wildfly.org/[Wildfly 36^] === Internal Storage diff --git a/src/main/asciidoc/reference-guide/configuration/deployment.adoc b/src/main/asciidoc/reference-guide/configuration/deployment.adoc index 2d85e88497..3711a02cdd 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/35/Admin_Guide.html#DataSource[Wildfly 35^] + * https://docs.wildfly.org/36/Admin_Guide.html#DataSource[Wildfly 36^] **** ==== Apache Tomcat 10 @@ -200,7 +200,7 @@ For better performance under GNU / Linux, do not forget to include the system pr .... ==== -==== Wildfly 35 +==== Wildfly 36 Add @@ -280,7 +280,7 @@ javadocPaths=/WEB-INF/lib/syncope-common-idrepo-rest-api-${syncope.version}-java /WEB-INF/lib/syncope-common-am-rest-api-${syncope.version}-javadoc.jar .... -as `core/src/main/resources/core-wildfy.properties`. +as `core/src/main/resources/core-wildfly.properties`. Do not forget to include `widlfly` as https://docs.spring.io/spring-boot/3.4/reference/features/profiles.html[Spring Boot profile^]
