RFR: 8348967: Deprecate security permission classes for removal

Sean Mullan mullan at openjdk.org
Fri Apr 4 16:22:47 UTC 2025


On Fri, 4 Apr 2025 14:49:36 GMT, David M. Lloyd <duke at openjdk.org> wrote:

> `AllPermission` is an integral concept of permission sets, and thus we would be obliged to create our own if the JDK one disappeared, causing compatibility problems due to the class moving to a new package from the point of view of consumers. Its destiny should be tied to that of `Permission` itself in my opinion, because it is pretty fundamental.

Yes, I can see now that this permission is different than the other JDK specific permissions that are being deprecated for removal. I will leave it as-is for now, undeprecated.

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

PR Comment: https://git.openjdk.org/jdk/pull/24445#issuecomment-2779219067


More information about the security-dev mailing list