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 5ad330a4f0 Upgrading Wildfly
5ad330a4f0 is described below

commit 5ad330a4f01c6726cc40ad989bafb393be1abc47
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Oct 19 08:51:33 2023 +0200

    Upgrading Wildfly
---
 fit/build-tools/pom.xml                                       | 2 +-
 fit/core-reference/pom.xml                                    | 2 +-
 fit/core-reference/src/main/resources/core-wildfly.properties | 2 +-
 pom.xml                                                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index a595ffa7fd..571f0302c6 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -396,7 +396,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly28x</containerId>
+                <containerId>wildfly30x</containerId>
                 <zipUrlInstaller>
                   
<url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-${wildfly.version}.zip</url>
                   
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index d046387c67..1cf4846713 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1599,7 +1599,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly28x</containerId>
+                <containerId>wildfly30x</containerId>
                 <zipUrlInstaller>
                   
<url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-${wildfly.version}.zip</url>
                   
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/core-reference/src/main/resources/core-wildfly.properties 
b/fit/core-reference/src/main/resources/core-wildfly.properties
index af26c97f2a..80b4640e12 100644
--- a/fit/core-reference/src/main/resources/core-wildfly.properties
+++ b/fit/core-reference/src/main/resources/core-wildfly.properties
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly28x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly28x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar,
 Resources=##orm##)
+persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly30x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly30x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar,
 Resources=##orm##)
 
 
javadocPaths=/WEB-INF/lib/syncope-common-idrepo-rest-api-${syncope.version}-javadoc.jar,\
 /WEB-INF/lib/syncope-common-idm-rest-api-${syncope.version}-javadoc.jar,\
diff --git a/pom.xml b/pom.xml
index 33dee07c22..53a04e02f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@ under the License.
     <cargo.deployable.ping.timeout>60000</cargo.deployable.ping.timeout>
 
     <tomcat.version>10.1.15</tomcat.version>
-    <wildfly.version>29.0.1.Final</wildfly.version>
+    <wildfly.version>30.0.0.Final</wildfly.version>
     <payara.version>6.2023.9</payara.version>
     <jakarta.faces.version>4.0.4</jakarta.faces.version>
 

Reply via email to