You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by kd...@apache.org on 2019/03/05 03:25:56 UTC

[nifi] branch master updated: NIFI-6103 Fixed README documentation to indicate JDK 1.8 is required.

This is an automated email from the ASF dual-hosted git repository.

kdoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f2b015  NIFI-6103 Fixed README documentation to indicate JDK 1.8 is required.
4f2b015 is described below

commit 4f2b0156fb8a95d4a975274ed0f3184797900f66
Author: Andy LoPresto <al...@apache.org>
AuthorDate: Mon Mar 4 19:03:49 2019 -0800

    NIFI-6103 Fixed README documentation to indicate JDK 1.8 is required.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dc29567..1a0ca4c 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap
   - Multiple teams can manage and share specific portions of the flow
 
 ## Requirements
-* JDK 1.8 or newer
+* JDK 1.8 (*ongoing work to enable NiFi to run on Java 9/10/11; see [NIFI-5174](https://issues.apache.org/jira/browse/NIFI-5174)*)
 * Apache Maven 3.1.0 or newer
 * Git Client (used during build process by 'bower' plugin)