Integrated: 8372661: Add a null-safe static factory method to "jdk.test.lib.net.SimpleSSLContext"

Volkan Yazici vyazici at openjdk.org
Thu Dec 18 12:49:24 UTC 2025


On Thu, 11 Dec 2025 09:45:54 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:

> Overhauls `SimpleSSLContext` to remove the need for null checks at the call site, and to accept a key store file search path, which removes the need to copy-paste `SimpleSSLContext` just to change the search path.

This pull request has now been integrated.

Changeset: 629e4ac6
Author:    Volkan Yazici <vyazici at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/629e4ac6f45c87898f6a014f28a443c800413869
Stats:     95 lines in 1 file changed: 51 ins; 5 del; 39 mod

8372661: Add a null-safe static factory method to "jdk.test.lib.net.SimpleSSLContext"

Reviewed-by: dfuchs, weijun

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

PR: https://git.openjdk.org/jdk/pull/28765


More information about the net-dev mailing list