From dee0be423790a9bbeea77c3eaa3e8382c1139663 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 8 Jan 2016 13:39:49 +0100 Subject: [PATCH 1/2] KEYCLOAK-2272 Update keycloak-datasources.xml and keycloak-infinispan.xml --- .../subsystem-templates/keycloak-datasources.xml | 2 +- .../subsystem-templates/keycloak-infinispan.xml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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 9f05130294..ae34909622 100644 --- a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources.xml +++ b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-datasources.xml @@ -2,7 +2,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-infinispan.xml b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml index 5da36aa969..ae08dd31c2 100644 --- a/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml +++ b/wildfly/server-subsystem/src/main/resources/subsystem-templates/keycloak-infinispan.xml @@ -2,7 +2,7 @@ org.jboss.as.clustering.infinispan - + @@ -21,16 +21,19 @@ + + + @@ -45,6 +48,11 @@ + + + + + @@ -72,6 +80,7 @@ + @@ -79,6 +88,7 @@ + From 9acb4b86aa0fab5e9b61c27ff2b0f3a7bfa67039 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 8 Jan 2016 13:56:07 +0100 Subject: [PATCH 2/2] Add note that JDK8 is required to build and to run the server --- README.md | 2 +- .../reference/en/en-US/modules/server-installation.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c2ff01a4..c2e67fce0b 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Keycloak is an SSO Service for web apps and REST services. For more information Building -------- -Ensure you have JDK 7 (or newer), Maven 3.2.1 (or newer) and Git installed +Ensure you have JDK 8 (or newer), Maven 3.2.1 (or newer) and Git installed java -version mvn -version diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml index 38ca3f8f42..dc7a70c0c0 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml @@ -4,7 +4,8 @@
Installation - Keycloak Server has three downloadable distributions. + Keycloak Server has three downloadable distributions. To run the Keycloak server you need to have Java 8 already + installed.