-
Notifications
You must be signed in to change notification settings - Fork 14
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
System::setSecurityManager has been deprecated in Java17 #27
Comments
See the relevant 🐞 JDK-8199704 which appears to be where the tracking of a replacement for that API is, noting that blocking |
It's not *properly* testing anything, but it does check that things are not totally silly. Note that this code is currently unavoidably impacted by: * stefanbirkner/system-lambda#27 * https://bugs.openjdk.org/browse/JDK-8199704
Note that this is no longer a warning Now it is an error
The only workaround I am aware of so far is to add |
In JEP 411 has a description of the deprecation and what these method will return past JDK 17 |
Running UT with java17 showed that warning
Just reporting the issue
The text was updated successfully, but these errors were encountered: