Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-spec-project-leads] asciidoctorj and JDK 11?

Has anyone confirmed that asciidoctorj really does work correctly
when run with JDK 11, despite these warnings?

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper
(file:/home/bshannon/ws/jaf-jakarta/.m2/repository/org/jruby/jruby-complete/9.2.6.0/jruby-complete-9.2.6.0.jar)
to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of
org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release

My configuration comes with the maven-enforcer-plugin set for JDK 1.8.
If I remove that restriction, I get the above warnings, but the generated
document looks fine.  But of course I haven't tested anything.

Is there reason to believe that this does, or does not, work correctly
with JDK 11?


Back to the top