JEP proposed to target JDK 17: 411: Deprecate the Security Manager for Removal
Alan Bateman
Alan.Bateman at oracle.com
Tue May 25 08:53:18 UTC 2021
On 25/05/2021 09:27, jini at zeus.net.au wrote:
> https://blogs.apache.org/netbeans/entry/jep-411-deprecate-the-security1
The JEP is just currently in the "proposed to target" state. The PR with
the changes is work-in-progress so I guess Geertjan must have grabbed
the PR and did some testing. Early testing is good and well constructed
bug reports are always welcome. In this case, there seems to be a fix to
Eclipse Equinox in the works [1] as it didn't support the "allow" and
"disallow" values that were added in JDK 12. There is an argument that
the placeholder values ("default", "allow", ..) should be dropped at
startup and before user code executes as there may be code reading the
value of java.security.manager (as Equinox seems to be doing). So that
may be resolved soon.
-Alan
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=573731
More information about the jdk-dev
mailing list