RFR: 8306772: Remove sun.security.x509.CertException, sun.security.x509.CertParseError
Sean Mullan
mullan at openjdk.org
Tue Apr 25 16:01:08 UTC 2023
On Mon, 24 Apr 2023 18:42:50 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:
> Please review this patch which removes the classes `sun.security.x509.CertException` and `sun.security.x509.CertParseError`.
>
> These classes have been deprecated since before OpenJDK. They are internal classes which are not supported externally and strongly encapsulated by default.
Add a `noreg` label to the issue. Otherwise, LGTM. Just for added assurance, I also ran a search on usages of these classes in Maven artifacts using an internal tool, and it found 0 matches.
-------------
Marked as reviewed by mullan (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13624#pullrequestreview-1400253611
More information about the security-dev
mailing list