openhab-core/bundles/org.openhab.core.auth.oauth2client/src
J-N-K 98b4902c4a
Remove AccessController.doPrivileged calls (#3271)
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>
2022-12-30 16:32:34 +01:00
..
main/java/org/openhab/core/auth/oauth2client/internal Remove AccessController.doPrivileged calls (#3271) 2022-12-30 16:32:34 +01:00
test/java/org/openhab/core/auth/oauth2client Fix access token serialization/deserialization (#3083) 2022-09-15 19:59:46 +02:00