Integrated: 8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules
Sean Mullan
mullan at openjdk.org
Thu Nov 21 17:48:29 UTC 2024
On Tue, 19 Nov 2024 20:43:25 GMT, Sean Mullan <mullan at openjdk.org> wrote:
> Now that JEP 486 has been integrated, `java.security.jgss` and `jdk.security.jgss` module dependencies on `System.getSecurityManager` and `AccessController.doPrivileged*` can be removed.
>
> There is an undocumented property named "sun.security.krb5.autodeducerealm" that can probably be removed as it only affected behavior when an SM was enabled; however I have left the code that reads the property as-is (see sun/security/krb5/Realm.java) and have opened a separate issue to determine if it can be safely removed.
This pull request has now been integrated.
Changeset: 6113fa75
Author: Sean Mullan <mullan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6113fa75035440aa211c9df291c02dc9d0d40b4b
Stats: 876 lines in 42 files changed: 23 ins; 589 del; 264 mod
8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules
Reviewed-by: ascarpino
-------------
PR: https://git.openjdk.org/jdk/pull/22256
More information about the core-libs-dev
mailing list