master
8349910: Implement JEP 517: HTTP/3 for the HTTP Client API
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
8245462: HttpClient send throws InterruptedException when interrupted but does not cancel request
8368528: HttpClient.Builder.connectTimeout should accept arbitrarily large values
8275079: Remove unnecessary conversion to String in java.net.http
8338569: HTTP/1.1 CleanupTrigger may be triggerred after the next exchange started
8354276: Strict HTTP header validation
8344228: Revisit SecurityManager usage in java.net.http after JEP 486 integration
8241039: Retire the deprecated SSLSession.getPeerCertificateChain() method
8371471: HttpClient: Log HTTP/3 handshake failures if logging errors is enabled
8303682: Simplify HttpClient DebugLogger
8276401: Use blessed modifier order in java.net.http
8197564: HTTP Client implementation
8308144: Uncontrolled memory consumption in SSLFlowDelegate.Reader
8349662: SSLTube SSLSubscriptionWrapper has potential races when switching subscriptions
8308310: HttpClient: Avoid logging or locking from within synchronized blocks
8309939: HttpClient should not use Instant.now() as Instant source for deadlines
8372159: HttpClient SelectorManager thread could be a VirtualThread