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

Add required '--add-opens' to cli script #1156

Conversation

abelsromero
Copy link
Member

@abelsromero abelsromero commented Apr 1, 2023

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

Remove WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem message at least when running the CLI.

How does it achieve that?

Simply adds required --add-open options.

Are there any alternative ways to implement this?
No.

Are there any implications of this pull request? Anything a user must know?
This is not related to #1034, and does not fix it.

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #1155

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

@abelsromero
Copy link
Member Author

If this is fine, I'll port to branch 2.5.x.

@robertpanzer
Copy link
Member

Thank you!

When porting this to v2.5.x, wouldn't the script fail when running with Java 8?

@robertpanzer robertpanzer merged commit 8705923 into asciidoctor:main Apr 2, 2023
@abelsromero
Copy link
Member Author

When porting this to v2.5.x, wouldn't the script fail when running with Java 8?

I'll test, in that case we can document it at least. We'd had a couple of questions about it in the maven plugin and at least that way we have an official statement and explanation.

@abelsromero abelsromero deleted the issue-1155-remove-open-access-warnings-from-cli branch April 21, 2023 08:25
@bubbasnmp
Copy link

Will you pull this into the v2.5.x or is there a schedule for v3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid 'WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem' message
3 participants