John Poth created CAMEL-10864:
---------------------------------
Summary: Asciidoctorj fails on Java 9
Key: CAMEL-10864
URL: https://issues.apache.org/jira/browse/CAMEL-10864
Project: Camel
Issue Type: Bug
Components: camel-catalog
Reporter: John Poth
See https://github.com/asciidoctor/asciidoctorj/issues/515, might be more
related to JRuby than to asciidoctor.
As a workaround set
{code}
export MAVEN_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED --add-opens
java.base/java.lang.reflect=ALL-UNNAMED --add-opens
java.base/java.util.regex=ALL-UNNAMED --add-opens
java.base/java.net=ALL-UNNAMED"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)