You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/05/09 06:07:39 UTC

syncope git commit: [SYNCOPE-1077] Remove JDK 8 warning as master branch alreaddy requires JDK 8

Repository: syncope
Updated Branches:
  refs/heads/master cf3eb46da -> a5e868bf8


[SYNCOPE-1077] Remove JDK 8 warning as master branch alreaddy requires JDK 8


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

Branch: refs/heads/master
Commit: a5e868bf8d2ce43c316bd008f58ccc0b764c6328
Parents: cf3eb46
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue May 9 08:07:33 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue May 9 08:07:33 2017 +0200

----------------------------------------------------------------------
 src/main/asciidoc/reference-guide/concepts/extensions.adoc        | 3 ---
 .../reference-guide/workingwithapachesyncope/customization.adoc   | 3 ---
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a5e868bf/src/main/asciidoc/reference-guide/concepts/extensions.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/extensions.adoc b/src/main/asciidoc/reference-guide/concepts/extensions.adoc
index bee7efa..c35d63e 100644
--- a/src/main/asciidoc/reference-guide/concepts/extensions.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/extensions.adoc
@@ -118,9 +118,6 @@ This extension adds features to all components and layers that are available, an
 
 ==== Elasticsearch
 
-[WARNING]
-This extension requires the latest JDK 8 that is available.
-
 This extension provides an alternate internal search engine for <<users-groups-and-any-objects>>, requiring an external 
 https://www.elastic.co/[Elasticsearch^] cluster.
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/a5e868bf/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index 744356a..6339b66 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -351,9 +351,6 @@ the content of `core/src/main/resources/saml2sp-logic.properties` accordingly.
 [discrete]
 ===== Enable the <<elasticsearch>> extension
 
-[WARNING]
-This extension requires the latest JDK 8 that is available.
-
 Add the following dependencies to `core/pom.xml`:
 
 [source,xml,subs="verbatim,attributes"]