You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Java 17, the Security Manager is deprecated for removal (see JEP 411).
This project uses the Security Manager API and needs to adapt, by using the Security Manager only if available. That should be done in two steps:
Milestone Release 0.1.2: refactor classes that use the deprecated APIs, deprecate for removal the public API that uses deprecated SM classes in their signatures.
Milestone Release 0.2: remove the part of the public API that uses deprecated-for-removal SM classes in their signatures.
If you'd be affected by the removal of that part of the public API, please comment in this issue.
The text was updated successfully, but these errors were encountered:
Since Java 17, the Security Manager is deprecated for removal (see JEP 411).
This project uses the Security Manager API and needs to adapt, by using the Security Manager only if available. That should be done in two steps:
Milestone Release 0.1.2: refactor classes that use the deprecated APIs, deprecate for removal the public API that uses deprecated SM classes in their signatures.
Milestone Release 0.2: remove the part of the public API that uses deprecated-for-removal SM classes in their signatures.
If you'd be affected by the removal of that part of the public API, please comment in this issue.
The text was updated successfully, but these errors were encountered: