Skip to content

SecurityManager is deprecated for removal  #177

@cushon

Description

@cushon

The SecurityManager API is deprecated for removal, see https://openjdk.org/jeps/486

It is being used here:

/**
* 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions