On Tue, 25 Apr 2023 15:58:30 GMT, Sean Mullan wrote:
> Add a `noreg` label to the issue. Otherwise, LGTM.
Added "noreg-cleanup" with an small justification in the description.
-
PR Comment: https://git.openjdk.org/jdk/pull/13624#issuecomment-1522058524
On Mon, 24 Apr 2023 18:42:50 GMT, Eirik Bjorsnos 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 suppor
Please review this patch removes the classes `sun.security.x509.CertException`
and `sun.security.x509.CertParseError`.
The classes have been deprecated since before OpenJDK. They are internal
classes which are not supported externally and strongly encapsulated by default.
-
Commit