On Thu, 5 Jun 2025 15:10:35 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Make the test run on TLSv1.3 > > test/lib/jdk/test/lib/security/CertificateBuilder.java line 244: > >> 242: * @throws IOException if an encoding error occurs. >> 243: */ >> 244: public CertificateBuilder addSubjectAltNameIPExt(List<String> >> IPAddresses) > > variables usually start with lower case letter, so suggest `ipAddresses` Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25016#discussion_r2133067693