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 2018/02/19 07:22:43 UTC

syncope git commit: Dropping JDK 7, as not supported by the code

Repository: syncope
Updated Branches:
  refs/heads/master 259c4a94d -> 36e5aa901


Dropping JDK 7, as not supported by the code


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

Branch: refs/heads/master
Commit: 36e5aa9019dcc5cd948cc48d3dc10359b5f2b277
Parents: 259c4a9
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Feb 19 08:22:35 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Feb 19 08:22:35 2018 +0100

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/systemRequirements.adoc         | 2 +-
 .../reference-guide/workingwithapachesyncope/customization.adoc   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/36e5aa90/src/main/asciidoc/getting-started/systemRequirements.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc b/src/main/asciidoc/getting-started/systemRequirements.adoc
index f659705..e20a169 100644
--- a/src/main/asciidoc/getting-started/systemRequirements.adoc
+++ b/src/main/asciidoc/getting-started/systemRequirements.adoc
@@ -30,7 +30,7 @@ managed entities (Users, Groups and Any Objects), their attributes and resources
 
 === Java
 
-Apache Syncope {docVersion} requires the latest JDK 7 or JDK 8 that is available.
+Apache Syncope {docVersion} requires the latest JDK 8 that is available.
 
 === Java EE Container
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/36e5aa90/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 9796f2d..b5b5be2 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -165,8 +165,7 @@ Now, from the `enduser` subdirectory, execute:
 [source,bash]
 mvn -P embedded,debug
 
-At this point your favourite IDE can be attached to the port `8000`; please note that you might need to add
-`-XX:MaxPermSize=512m` to `<cargo.jvmargs>` in order to run with JDK 7.
+At this point your favourite IDE can be attached to the port `8000`.
 ====
 
 [[customization-core]]