RFR: 8348967: Deprecate security permission classes for removal [v3]
Sean Mullan
mullan at openjdk.org
Tue Apr 8 14:23:06 UTC 2025
> Please review this change to terminally deprecate the following security related permission classes: `java.security.UnresolvedPermission`, `javax.net.ssl.SSLPermission`, `javax.security.auth.AuthPermission`, `javax.security.auth.PrivateCredentialPermission`, `javax.security.auth.kerberos.DelegationPermission`, `javax.security.auth.kerberos.ServicePermission`, `com.sun.security.jgss.InquireSecContextPermission`. These classes were only useful in conjunction with the Security Manager, which is no longer supported.
>
> The current API note in these classes was reused as the deprecation text.
>
> Release Note: https://bugs.openjdk.org/browse/JDK-8353680
Sean Mullan has updated the pull request incrementally with one additional commit since the last revision:
Fix build error; add removal annotation.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24445/files
- new: https://git.openjdk.org/jdk/pull/24445/files/8dae2f8d..cecd9287
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24445&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24445&range=01-02
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24445.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24445/head:pull/24445
PR: https://git.openjdk.org/jdk/pull/24445
More information about the security-dev
mailing list