maxxedev commented on PR #866:
URL: https://github.com/apache/commons-io/pull/866#issuecomment-5025580961
> build fails
fixed
> * Using `java.lang.management` adds a new module dependency which some
people will complain about. We could disallow this through Checkstyle but we
currently do not.
we just disable Unsafe access on Java 23+ now
> * It's not clear to me this is the correct implementation since the
JEP is just a deprecation.
deprecation is for removal. Plus, most users would want the library to not
trigger scary warnings.
> * There is a bug where `clearWritable()` is not called.
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]