Closed
Description
Rossen Stoyanchev opened SPR-16469 and commented
According to this blog post the HttpClient "handles request and response bodies as reactive-streams", and it is currently in incubation status, but will be made official in JDK 11 when it will switch to java.net
from jdk.incubator
.
Given the JDK 11 release dates, this is probably a 5.2 target. However, at present, we need to experiment with the proposed API to see if there any issues in adapting it through a ClientHttpConnector
, and raise issues if necessary.
JDK HTTP Client - JEP 321 - Update
Affects: 5.0.3
Issue Links:
- JDK HttpClient WebSocket integration with WebSocketClient [SPR-16471] #21016 JDK 11 WebSocket integration with WebSocketClient
- Jetty HTTP client integration with WebClient [SPR-15092] #19658 Jetty HTTP client integration with WebClient
0 votes, 6 watchers