You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "John Poth (JIRA)" <ji...@apache.org> on 2017/02/20 11:43:44 UTC

[jira] [Created] (CAMEL-10864) Asciidoctorj fails on Java 9

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)