From af3375669c374ab0ca703aee42d4ae32cea10efc Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Wed, 6 Apr 2022 18:24:31 -0500 Subject: [PATCH] NIFI-9887 Set minimum Java build version to 1.8.0-251 - Set minimalJavaBuildVersion property for maven-enforcer-plugin configuration - Updated README to mention Java 8 Update 251 in Minimum Requirements - Disabled site-plugin from parent configuration This closes #5942 Signed-off-by: Mike Thomsen --- README.md | 2 +- pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19272084f2..a1120dfa38 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap - Multiple teams can manage and share specific portions of the flow ## Minimum Requirements -* JDK 8 +* JDK 8 Update 251 * Apache Maven 3.6.0 ## Getting Started diff --git a/pom.xml b/pom.xml index f295fae127..ad6c37f439 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,11 @@ 1.8 1.8 true + + 1.8.0-251 + + true v16.13.2 1.12.1 1647889104