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

Remove AccessController.doPrivileged calls #3271

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

J-N-K
Copy link
Member

@J-N-K J-N-K commented Dec 27, 2022

The AccessController and the SecurityManager is deprecated for removal in Java 17. We don't make use of the SecurityManager anyway, so we can safely remove it.

Signed-off-by: Jan N. Klug github@klug.nrw

The `AccessController` and the `SecurityManager` is deprecated for removal in Java 17. We don't make use of the `SecurityManager` anyway, so we can safely remove it.

Signed-off-by: Jan N. Klug <github@klug.nrw>
@J-N-K J-N-K requested a review from a team as a code owner December 27, 2022 13:56
Copy link
Member

@wborn wborn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's nice to see these deprecations fixed!

@wborn wborn merged commit 98b4902 into openhab:main Dec 30, 2022
@wborn wborn added this to the 4.0 milestone Dec 30, 2022
@J-N-K J-N-K deleted the access-controller branch December 30, 2022 15:34
splatch pushed a commit to ConnectorIO/copybara-hab-core that referenced this pull request Jul 12, 2023
The `AccessController` and the `SecurityManager` is deprecated for removal in Java 17. We don't make use of the `SecurityManager` anyway, so we can safely remove it.

Signed-off-by: Jan N. Klug <github@klug.nrw>
GitOrigin-RevId: 98b4902
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

Successfully merging this pull request may close these issues.

None yet

2 participants