-
Notifications
You must be signed in to change notification settings - Fork 85
SecurityManager is deprecated for removal #177
Copy link
Copy link
Open
Description
The SecurityManager API is deprecated for removal, see https://openjdk.org/jeps/486
It is being used here:
ldapsdk/src/com/unboundid/util/ssl/cert/ManageCertificatesSecurityManager.java
Lines 51 to 59 in 12c0673
| /** | |
| * This class provides an implementation of a Java security manager that will | |
| * prevent System.exit from being invoked. This is needed when invoking the | |
| * keytool utility programmatically via reflection, because it has the potential | |
| * to call System.exit if an error is encountered, and we don't want to allow | |
| * that (but we do want to be able to trap it). | |
| */ | |
| @ThreadSafety(level=ThreadSafetyLevel.NOT_THREADSAFE) | |
| final class ManageCertificatesSecurityManager |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels