Re: RFR: 8306772: Remove sun.security.x509.CertException, sun.security.x509.CertParseError

2023-04-25 Thread Eirik Bjorsnos
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

Re: RFR: 8306772: Remove sun.security.x509.CertException, sun.security.x509.CertParseError

2023-04-25 Thread Sean Mullan
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

RFR: 8306772: Remove sun.security.x509.CertException, sun.security.x509.CertParseError

2023-04-24 Thread Eirik Bjorsnos
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