On Mon, 11 May 2026 09:46:42 GMT, Mikhail Yankelevich <[email protected]> wrote:
>> Adding new methods to `X509Certificate` to return `Instant` instead of >> `Date` as well as moving away from `Date` in internal packages wherever >> possible. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Mikhail Yankelevich has updated the pull request incrementally with one > additional commit since the last revision: > > comments src/java.base/share/classes/java/security/cert/X509Certificate.java line 191: > 189: * @throws CertificateNotYetValidException if the certificate is > not > 190: * yet valid with respect to {@code Instant} supplied. > 191: * @throws NullPointerException if supplied instant is null. Maybe "the supplied"? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30047#discussion_r3219409221
