From commits-return-40609-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Tue Mar 5 03:25:58 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8DC5A180627 for ; Tue, 5 Mar 2019 04:25:58 +0100 (CET) Received: (qmail 13492 invoked by uid 500); 5 Mar 2019 03:25:57 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 13483 invoked by uid 99); 5 Mar 2019 03:25:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2019 03:25:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1527387792; Tue, 5 Mar 2019 03:25:57 +0000 (UTC) Date: Tue, 05 Mar 2019 03:25:56 +0000 To: "commits@nifi.apache.org" Subject: [nifi] branch master updated: NIFI-6103 Fixed README documentation to indicate JDK 1.8 is required. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155175635671.21675.11652472292948013671@gitbox.apache.org> From: kdoran@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: nifi X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 36bbc777230da539724a0e3d9bf815fb68c06654 X-Git-Newrev: 4f2b0156fb8a95d4a975274ed0f3184797900f66 X-Git-Rev: 4f2b0156fb8a95d4a975274ed0f3184797900f66 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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)