RFR: 8373515: Migrate "test/jdk/java/net/httpclient/" to null-safe "SimpleSSLContext" methods [v3]
Volkan Yazici
vyazici at openjdk.org
Fri Dec 12 19:34:32 UTC 2025
> Migrates `test/jdk/java/net/httpclient/` to null-safe `SimpleSSLContext` methods introduced in [JDK-8372661], which is a prerequisite for this change set.
>
> [JDK-8372661]: https://bugs.openjdk.org/browse/JDK-8372661
Volkan Yazici has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits:
- Merge remote-tracking branch 'upstream/master' into simpleSslHc
- Make sure `get()` returns the same instance
- Restore `test/jdk/java/net/httpclient/` changes
- Reverted all changes and only kept `SimpleSSLContext` enhancements
- Overhaul `SimpleSSLContext` and its usages
-------------
Changes: https://git.openjdk.org/jdk/pull/28771/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28771&range=02
Stats: 1080 lines in 180 files changed: 114 ins; 671 del; 295 mod
Patch: https://git.openjdk.org/jdk/pull/28771.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28771/head:pull/28771
PR: https://git.openjdk.org/jdk/pull/28771
More information about the net-dev
mailing list