"HTTP/3 in Java" [ATA]
Inside Java26 Helmi

"HTTP/3 in Java" [ATA]

HTTP/3 is the next version of the internet's most important application layer protocol. But, somewhat surprisingly, it uses UDP (via the new QUIC protocol) instead of TCP/IP, which has implications for the number of initial round trips, HTTP version selection, and time to first byte, but also adoption and evolution. Java 26 supports HTTP/3 out of the box.

Nicolai Parlog talks to Daniel Fuchs and Daniel Jelinski, both Consulting Members of Technical Staff at Oracle and OpenJDK committers, about Java's HTTP client. They start by briefly retracing its introduction in Java 11 and its support for HTTP/2 before diving deeper into HTTP/3 to learn about the motivation, technical underpinnings like the QUIC protocol, and challenges for its adoption before discussing its integration into Java 26

Note: Sorry for the minor audio issues, thank you for your understanding.

Tämä jakso on lisätty Podme-palveluun avoimen RSS-syötteen kautta eikä se ole Podmen omaa tuotantoa. Siksi jakso saattaa sisältää mainontaa.

Jaksot(67)

"Keeping Up with the Java Release Train" [I/O]

"Keeping Up with the Java Release Train" [I/O]

20 Elo 34min

"JSON API, Valhalla Progress, LTS ❤️ PQC" [IJN]

"JSON API, Valhalla Progress, LTS ❤️ PQC" [IJN]

JEP 540 proposes to incubate a simple JSON API and is currently proposed to target JDK 28. The pull request for Project Valhalla's JEPs 401 and 539 were merged and value types are available as a previ...

15 Elo 10min

"Embracing Virtual Threads with Helidon" [I/O]

"Embracing Virtual Threads with Helidon" [I/O]

Helidon 4.4 was released in April 2026 and stands out from other web frameworks by embracing new Java features as early as possible, particularly virtual threads and ahead-of-time computation. It is a...

6 Elo 14min

"JIT Compiler From the Ground Up" [AtA]

"JIT Compiler From the Ground Up" [AtA]

While Java programs are deployed as bytecode, performance-relevant code will be compiled, at run time, to machine code whose performance rivals that of any other platform. In the HotSpot JVM, this is ...

30 Heinä 45min

"AI Solutions with Spring AI 2.0 and Java" [I/O]

"AI Solutions with Spring AI 2.0 and Java" [I/O]

Spring AI 2.0 released in June 2026 and is one of several projects ensuring Java's continued strength in enterprise AI development. Here are some tips on deterministic agents, MCP servers and skills, ...

23 Heinä 19min

"JDK 27 + Valhalla, Now! + Hackathon" [IJN]

"JDK 27 + Valhalla, Now! + Hackathon" [IJN]

JDK 27 entered Ramp-Down-Phase 1 in early June, so we can go over its features. Valhalla's first JDK Enhancement Proposal (401) will likely be part of JDK 28. Show off your Java ideas in the "Modern J...

19 Heinä 10min

"Scripting JS and Python with Project Detroit" with Mikael Vidstedt [AtA]

"Scripting JS and Python with Project Detroit" with Mikael Vidstedt [AtA]

OpenJDK recently resurrected Project Detroit, an effort to ease Java's interoperability with Python and JavaScript. Interestingly, while both integrations will work through the _java.scripting_ API, t...

9 Heinä 16min

"How JEPs Drive Java's Evolution" with Alex Buckley [AtA]

"How JEPs Drive Java's Evolution" with Alex Buckley [AtA]

JDK Enhancement Proposals are OpenJDK's vehicle for documenting and communicating substantial changes of the Java language, its APIs, and the runtime but also the JDK project itself, for example when ...

25 Kesä 56min