Should deprecated classes CertException, CertParseError be marked forRemoval=true?
Eirik Bjørsnøs
eirbjo at gmail.com
Fri Apr 21 21:59:51 UTC 2023
Hi,
JDK-8157707 [1] deprecated the java.security.Certificate API. In a comment
in that issue, Sean writes:
As part of this change, the internal classes
> sun.security.x509.CertException and sun.security.x509.CertParseError should
> be marked for removal (they are already deprecated) and removed when
> java.security.Certificate is removed.
I see that neither sun.security.x509.CertException
nor sun.security.x509.CertParseError are marked forRemoval today.
Was this an oversight? Should we fix it? Would be strange to
remove java.security.Certificate but leave these two, right?
I'm happy to do a PR and also CSR if that's required for these internal
classes.
Thanks,
Eirik.
[1] https://bugs.openjdk.org/browse/JDK-8157707
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20230421/e45fd876/attachment.htm>
More information about the security-dev
mailing list