From ed4571d79a53728ccec0d0447c043a43a13a0215 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 13 Jun 2016 21:07:33 +0200 Subject: [PATCH 1/5] Force build From 7f8aad2d16129cf8f74ecae5856a90d0ab4d8569 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 23 Jun 2016 20:52:58 +0200 Subject: [PATCH 2/5] Change version --- book.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index 8485c6a2ca..66067958f1 100755 --- a/book.json +++ b/book.json @@ -12,8 +12,8 @@ "title": "Securing Applications and Services Guide", "project": { "name": "Keycloak", - "version": "1.9.8.Final", - "versionMvn": "1.9.8.Final" + "version": "SNAPSHOT", + "versionMvn": "SNAPSHOT" }, "community": true, "product": false, From 7d2c9c0064385ccfa98fcee0c77123e63428fc6e Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 23 Jun 2016 20:57:38 +0200 Subject: [PATCH 3/5] Change version --- book.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index 66067958f1..8485c6a2ca 100755 --- a/book.json +++ b/book.json @@ -12,8 +12,8 @@ "title": "Securing Applications and Services Guide", "project": { "name": "Keycloak", - "version": "SNAPSHOT", - "versionMvn": "SNAPSHOT" + "version": "1.9.8.Final", + "versionMvn": "1.9.8.Final" }, "community": true, "product": false, From 53f0279e8d295220d92f29f749f8d67bd90049ef Mon Sep 17 00:00:00 2001 From: Chuck Copello Date: Mon, 3 Oct 2016 11:50:52 -0400 Subject: [PATCH 4/5] Remove reference to Javascript adapter for RH SSO 7.0 docs --- topics/overview/supported-platforms.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/overview/supported-platforms.adoc b/topics/overview/supported-platforms.adoc index 2d3e4d0fd2..4cba044b7a 100644 --- a/topics/overview/supported-platforms.adoc +++ b/topics/overview/supported-platforms.adoc @@ -18,8 +18,10 @@ * <> (community) {% endif %} +{% if book.community %} ===== JavaScript (client-side) * <> +{% endif %} ===== Apache Cordova * <> @@ -71,5 +73,3 @@ ===== Apache HTTP Server * https://github.com/UNINETT/mod_auth_mellon[mod_auth_mellon] - - From b1895ce961e27d5a18aecb9e323063496f7fb399 Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Tue, 4 Oct 2016 16:36:42 -0400 Subject: [PATCH 5/5] fixed Java Servlet bullet inclusion --- topics/overview/supported-platforms.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/overview/supported-platforms.adoc b/topics/overview/supported-platforms.adoc index 4cba044b7a..d3522cb482 100644 --- a/topics/overview/supported-platforms.adoc +++ b/topics/overview/supported-platforms.adoc @@ -12,8 +12,9 @@ * <> * <>, <> {% endif %} -* <> + {% if book.community %} +* <> * <> (community) * <> (community) {% endif %}