On Thu, 18 Dec 2025 18:32:57 GMT, Volkan Yazici <[email protected]> wrote:
> 1. [JDK-8372661] introduced null-safe static factory methods to > `SimpleSSLContext` > 2. [JDK-8373515] migrated `test/jdk/java/net/httpclient/` to these new methods > 3. [JDK-8373537] migrated `test/jdk/com/sun/net/httpserver/` to these new > methods > 4. This PR migrates all remaining `SimpleSSLContext` usages, *and* removes > nullable `SimpleSSLContext` factory methods > > [JDK-8372661]: https://bugs.openjdk.org/browse/JDK-8372661 > [JDK-8373515]: https://bugs.openjdk.org/browse/JDK-8373515 > [JDK-8373537]: https://bugs.openjdk.org/browse/JDK-8373537 This pull request has now been integrated. Changeset: 3541bc86 Author: Volkan Yazici <[email protected]> URL: https://git.openjdk.org/jdk/commit/3541bc8635ad8f5f4151758de3a134c9c105cebd Stats: 77 lines in 12 files changed: 4 ins; 39 del; 34 mod 8373538: Migrate all tests to null-safe "SimpleSSLContext" methods Reviewed-by: djelinski, jpai ------------- PR: https://git.openjdk.org/jdk/pull/28905
