Wildfly 11 support

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4a0b748d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4a0b748d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4a0b748d

Branch: refs/heads/master
Commit: 4a0b748dae05a017562b781bc75dd30c025c7601
Parents: cd5a28a
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Oct 24 10:47:38 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Oct 24 10:47:38 2017 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml                                | 10 ++++++++--
 .../src/main/resources/jboss/domains/MasterDomain.xml     |  4 ++--
 .../src/main/resources/jboss/domains/TwoDomain.xml        |  2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4a0b748d/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index aebc662..9b5195b 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -797,6 +797,12 @@ under the License.
         </dependency>
 
         <dependency>
+          <groupId>org.reactivestreams</groupId>
+          <artifactId>reactive-streams</artifactId>
+          <version>1.0.1</version>
+        </dependency>
+
+        <dependency>
           <groupId>com.h2database</groupId>
           <artifactId>h2</artifactId>
         </dependency>
@@ -828,9 +834,9 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly10x</containerId>
+                <containerId>wildfly11x</containerId>
                 <zipUrlInstaller>
-                  
<url>http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip</url>
+                  
<url>http://download.jboss.org/wildfly/11.0.0.Final/wildfly-11.0.0.Final.zip</url>
                   
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   
<extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>

http://git-wip-us.apache.org/repos/asf/syncope/blob/4a0b748d/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
----------------------------------------------------------------------
diff --git 
a/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml 
b/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
index 5daee06..517d0ac 100644
--- a/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
+++ b/fit/core-reference/src/main/resources/jboss/domains/MasterDomain.xml
@@ -101,7 +101,7 @@ under the License.
     <property name="jpaPropertyMap">
       <map>
         <entry key="openjpa.MetaDataFactory" 
-               
value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly10x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar,
 Resources=${Master.orm})"/>
+               
value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly11x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar,
 Resources=${Master.orm})"/>
       </map>
     </property>
   </bean>  
@@ -113,4 +113,4 @@ under the License.
   
   <tx:annotation-driven transaction-manager="MasterTransactionManager"/>
   
-</beans>
\ No newline at end of file
+</beans>

http://git-wip-us.apache.org/repos/asf/syncope/blob/4a0b748d/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml 
b/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
index 00c72d4..8fe3c0c 100644
--- a/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
+++ b/fit/core-reference/src/main/resources/jboss/domains/TwoDomain.xml
@@ -101,7 +101,7 @@ under the License.
     <property name="jpaPropertyMap">
       <map>
         <entry key="openjpa.MetaDataFactory" 
-               
value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly10x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar,
 Resources=${Master.orm})"/>
+               
value="jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly11x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar,
 Resources=${Master.orm})"/>
       </map>
     </property>
   </bean>  

Reply via email to