RFR: 8373538: Migrate all tests to null-safe "SimpleSSLContext" methods [v2]

Volkan Yazici vyazici at openjdk.org
Fri Dec 19 17:37:25 UTC 2025


On Fri, 19 Dec 2025 15:51:55 GMT, Mikhail Yankelevich <myankelevich at openjdk.org> wrote:

>> Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove wildcard imports
>
> test/lib/jdk/test/lib/net/SimpleSSLContext.java line 30:
> 
>> 28: import java.util.*;
>> 29: import java.io.*;
>> 30: import java.security.*;
> 
> nit: Could you please convert wildcard imports?

I had tried to stick to the existing import convention to minimize the diff. Changed as requested in fced195e07f.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28905#discussion_r2635812587


More information about the net-dev mailing list