You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/07/29 17:25:42 UTC

svn commit: r1803383 - /directory/site/trunk/content/apacheds/developer-guide.mdtext

Author: elecharny
Date: Sat Jul 29 17:25:41 2017
New Revision: 1803383

URL: http://svn.apache.org/viewvc?rev=1803383&view=rev
Log:
Java 8 is now required to build the server, due to a checkstyme plugin requiring it

Modified:
    directory/site/trunk/content/apacheds/developer-guide.mdtext

Modified: directory/site/trunk/content/apacheds/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/developer-guide.mdtext?rev=1803383&r1=1803382&r2=1803383&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/developer-guide.mdtext (original)
+++ directory/site/trunk/content/apacheds/developer-guide.mdtext Sat Jul 29 17:25:41 2017
@@ -62,7 +62,7 @@ There are some more rules, as we are usi
 
 Here is a guide on how to cut a new release. This is a long process, expect it to last a few hours !
 
-First, you need to have a recent version of Maven (we are using 3.0.4) and a recent version of the JDK (1.7 is ok, it should also build with 1.6).
+First, you need to have a recent version of Maven (we are using 3.0.4) and a recent version of the JDK (Java 8 is required, due to some checkstye plugin requiring it. Note that the generated code is Java 7 compliant).
 
 ### Maven Settings