You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by de...@apache.org on 2016/02/03 12:16:48 UTC

[05/12] lens git commit: LENS-341 : Update docs with java 8 compatibility

LENS-341 : Update docs with java 8 compatibility


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

Branch: refs/heads/master
Commit: 9acc03b573ea2c31c08ba1932890d42f67937fa6
Parents: 7fb9be4
Author: raju <ra...@apache.org>
Authored: Mon Oct 19 06:08:11 2015 +0530
Committer: raju <ra...@apache.org>
Committed: Mon Oct 19 06:08:11 2015 +0530

----------------------------------------------------------------------
 README.md                             | 3 ++-
 src/site/apt/developer/contribute.apt | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/9acc03b5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d8657c1..169791d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ Apache Lens is a unified Analytics Platform. Lens aims to cut the Data Analytics
 across multiple tiered data stores and optimal execution environment for the analytical query.
 
 Prerequisites :
-Apache Lens requires JDK(1.7) and Apache Maven(3.x) to be installed for the build. Build does not pass with JDK(1.8) yet.
+Apache Lens requires JDK(>=1.7) and Apache Maven(3.x) to be installed for the build.
+
 JAVA_HOME is required for running tests.
 
 Confirm versions :

http://git-wip-us.apache.org/repos/asf/lens/blob/9acc03b5/src/site/apt/developer/contribute.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index 5b6fbaf..38c6818 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -67,7 +67,10 @@ Developer Documentation : How to contribute to Apache Lens?
 
 ** Build tools
 
-  * A Java Development Kit. You can use java7. Build does not pass with JDK(1.8) yet.
+  * A Java Development Kit. You can use java7 and java8.
+
+  * Generating site and javadoc with java8 is not supported yet. See [Enunciate issue {{{https://issues.apache.org/jira/browse/LENS-398}Enunciate issue}}
+ and {{{https://issues.apache.org/jira/browse/LENS-824}Javadoc issue}} for more details.
 
   * Apache maven (3.x+)