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

Use of java.nio.file.attribute.PosixFilePermissions requires opens on new CommandBox and Adobe Versions #52

Open
jclausen opened this issue Feb 24, 2025 · 0 comments

Comments

@jclausen
Copy link
Contributor

In local provider we set Posix permissions via the usage of java.nio.file.attribute.PosixFilePermissions.

This requires an explicit open in CommandBox 6.1 and above - and will require those opens on all JDKs.

I have added --add-opens java.base/sun.nio.fs=ALL-UNNAMED to the JVM args of all applicable servers, but we should revisit this and see if @bdw429s wants to add this open to CommandBox running on JDK 17+

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

No branches or pull requests

1 participant