mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 11:35:05 +00:00
Updated RunNiFi.java to add libs needed to run on Java 11 when it is the detected runtime java version and grant access to the necessary module (java.xml.bind) when running on Java 9 or 10 Added dependencies/includes/excludes to nifi-assembly configurations for enabling NiFi to run on Java 11 This closes #3174. Signed-off-by: Mark Payne <markap14@hotmail.com>