On Fri, 18 Apr 2025 13:05:24 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> Hi, > > Please find here a PR for the implementation of [JEP 517: HTTP/3 for the HTTP > Client API](https://openjdk.org/jeps/517). > > The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the HTTP > Client API](https://bugs.openjdk.org/browse/JDK-8350588) > > This JEP proposes to enhance the HttpClient implementation to support HTTP/3. > It adds a non-exposed / non-exported internal implementation of the QUIC > protocol based on DatagramChannel and the SunJSSE SSLContext provider. This pull request has now been integrated. Changeset: e8db14f5 Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e8db14f584fa92db170e056bc68074ccabae82c9 Stats: 105840 lines in 474 files changed: 103005 ins; 1337 del; 1498 mod 8349910: Implement JEP 517: HTTP/3 for the HTTP Client API Co-authored-by: Aleksei Efimov <aefi...@openjdk.org> Co-authored-by: Bradford Wetmore <wetm...@openjdk.org> Co-authored-by: Daniel JeliĆski <djelin...@openjdk.org> Co-authored-by: Darragh Clarke <dcla...@openjdk.org> Co-authored-by: Jaikiran Pai <j...@openjdk.org> Co-authored-by: Michael McMahon <micha...@openjdk.org> Co-authored-by: Volkan Yazici <vyaz...@openjdk.org> Co-authored-by: Conor Cleary <conor.cle...@oracle.com> Co-authored-by: Patrick Concannon <patrick.concan...@oracle.com> Co-authored-by: Rahul Yadav <rahul.r.ya...@oracle.com> Co-authored-by: Daniel Fuchs <dfu...@openjdk.org> Reviewed-by: djelinski, jpai, aefimov, abarashev, michaelm ------------- PR: https://git.openjdk.org/jdk/pull/24751