diff --git a/distribution/feature-packs/server-feature-pack/src/main/resources/configuration/standalone/subsystems.xml b/distribution/feature-packs/server-feature-pack/src/main/resources/configuration/standalone/subsystems.xml index 823b45cebc..564f9a2ba1 100755 --- a/distribution/feature-packs/server-feature-pack/src/main/resources/configuration/standalone/subsystems.xml +++ b/distribution/feature-packs/server-feature-pack/src/main/resources/configuration/standalone/subsystems.xml @@ -21,12 +21,12 @@ logging.xml bean-validation.xml - keycloak-datasources2.xml + keycloak-datasources.xml deployment-scanner.xml ee.xml ejb3.xml io.xml - keycloak-infinispan2.xml + keycloak-infinispan.xml jaxrs.xml jca.xml jdr.xml diff --git a/pom.xml b/pom.xml index 0c5a771617..ce789f0241 100755 --- a/pom.xml +++ b/pom.xml @@ -37,20 +37,17 @@ pom - 7.2.0.DR3 + 7.2.0.DR4 ${timestamp} - - 7.2.0.Final - 11.0.0.Beta1 + 11.0.0.CR1 1.2.2.Final - 7.1.0.Beta1-redhat-5 + 7.1.0.GA-redhat-4 1.2.2.Final - 3.0.0.Beta30 + 3.0.1.Final - 1.1.0.CR4 - 1.0.0.CR1 + 7.2.0.Final 0.66.15 4.5 @@ -80,6 +77,8 @@ 2.2.11 20140925 1.4.11.Final + 1.1.1.Final + 1.0.0.Final 5.0.3 2.0.5 @@ -624,12 +623,12 @@ org.wildfly.security wildfly-elytron - ${version.org.wildfly.security.wildfly-elytron} + ${elytron.version} org.wildfly.security.elytron-web undertow-server - ${version.org.wildfly.security.elytron-web.undertow-server} + ${elytron.undertow-server.version} org.infinispan diff --git a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources.xml b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources.xml index 11d1240d42..19d41b3056 100755 --- a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources.xml +++ b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources.xml @@ -19,7 +19,7 @@ org.jboss.as.connector - + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE diff --git a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources2.xml b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources2.xml deleted file mode 100755 index 19d41b3056..0000000000 --- a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources2.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - org.jboss.as.connector - - - - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE - h2 - - sa - sa - - - - - h2 - - sa - sa - - - - - org.h2.jdbcx.JdbcDataSource - - - - - - - jdbc:h2:${jboss.server.data.dir}/keycloak;AUTO_SERVER=TRUE - - - - - jdbc:h2:${jboss.server.data.dir}/../../shared-database/keycloak;AUTO_SERVER=TRUE - - - diff --git a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml index 476449ab9c..8702948345 100755 --- a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml +++ b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml @@ -59,11 +59,6 @@ - - - - - @@ -71,13 +66,8 @@ - - - - - - + @@ -120,13 +110,13 @@ - + - + @@ -134,7 +124,7 @@ - + @@ -146,7 +136,7 @@ - + diff --git a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan2.xml b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan2.xml deleted file mode 100755 index ca801028f3..0000000000 --- a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan2.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - org.jboss.as.clustering.infinispan - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -