Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning on launch about the JDK IO subsystem #4

Open
zane opened this issue Sep 8, 2022 · 0 comments
Open

Warning on launch about the JDK IO subsystem #4

zane opened this issue Sep 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zane
Copy link
Contributor

zane commented Sep 8, 2022

Per @cameronfreer, on Java 17, launching publish triggers the following non-fatal warning:

WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

Providing the flags silences the warning above, but the following is still printed:

WARNING: Using incubator modules: jdk.incubator.foreign

This appears to be due to asciidoctor/asciidoctorj#1035.

@zane zane added the bug Something isn't working label Sep 8, 2022
@zane zane self-assigned this Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant