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

Security Manager is deprecated for removal #36

Closed
carlosame opened this issue Dec 3, 2021 · 1 comment
Closed

Security Manager is deprecated for removal #36

carlosame opened this issue Dec 3, 2021 · 1 comment
Assignees
Labels
deprecation Something was deprecated
Milestone

Comments

@carlosame
Copy link
Member

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.

@carlosame carlosame added this to the 0.2 milestone Dec 3, 2021
@carlosame carlosame self-assigned this Dec 3, 2021
carlosame added a commit that referenced this issue Dec 8, 2021
Now, EchoSVG can run with or without a SecurityManager API, still using that API
if it is available.

See #36.
@carlosame
Copy link
Member Author

Now, EchoSVG can run with or without the SecurityManager API, still using that API if it is available. Closing.

@carlosame carlosame added the deprecation Something was deprecated label Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Something was deprecated
Projects
None yet
Development

No branches or pull requests

1 participant