On Fri, 4 Apr 2025 12:37:32 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Now that the Security Manager is permanently disabled, the following > permission classes in the core libraries area can be deprecated for removal > as they are no longer useful: FilePermission, LinkPermission, > LoggingPermission, PropertyPermission, ReflectPermission, RuntimePermission, > and SerializablePermission > > @Deprecated(forRemoval = true, since="25") > Is added to each class and the existing @apiNote is converted to @deprected This pull request has now been integrated. Changeset: af5db513 Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/af5db513060db5f89c071f531e6111c69fcd7370 Stats: 54 lines in 17 files changed: 26 ins; 8 del; 20 mod 8353641: Deprecate core library permission classes for removal Reviewed-by: mullan, iris ------------- PR: https://git.openjdk.org/jdk/pull/24444