Skip to content

Commit

Permalink
Upgrading Wildfly
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Apr 26, 2024
1 parent e049e81 commit 1d383e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/getting-started/systemRequirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -200,7 +200,7 @@ For better performance under GNU / Linux, do not forget to include the system pr
....
====

==== Wildfly 29
==== Wildfly 32

Add

Expand Down

0 comments on commit 1d383e3

Please sign in to comment.