Arpad Boda created NIFI-5749:
--------------------------------
Summary: NiFi requirements include "Java 8 or later", but doesn't
compile with Java 9
Key: NIFI-5749
URL: https://issues.apache.org/jira/browse/NIFI-5749
Project: Apache NiFi
Issue Type: Bug
Components: Tools and Build
Affects Versions: 1.8.0
Environment: Ubuntu 18.04.1 LTS, AMD64
Reporter: Arpad Boda
README.md file attached to NiFi release 1.8.0 contains the following:
_#__# Requirements_
_JDK 1.8 or newer_
However NiFi doesn't compile with Java 9:
_[ERROR] Failed to execute goal
org.asciidoctor:asciidoctor-maven-plugin:1.5.2:process-asciidoc (output-html)
on project nifi-docs: Execution output-html of goal
org.asciidoctor:asciidoctor-maven-plugin:1.5.2:process-asciidoc failed:
(LoadError) load error: jruby/java/java_ext/java.lang --
java.lang.reflect.InaccessibleObjectException: Cannot make a non-public member
of class java.lang.reflect.AccessibleObject accessible -> [Help 1]_
Either the content of readme or the compilation error should be fixed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)