On Tue, 19 Nov 2024 20:43:25 GMT, Sean Mullan <mul...@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.

The changes look good.

-------------

Marked as reviewed by ascarpino (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22256#pullrequestreview-2449989796

Reply via email to