You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation of rest-clients.adoc it mentions that Netty is an option. Yet I only see this in the 6.1.x branch: 20dd66c of the org.springframework.http.client package. Also the Spring Boot v3.1.5 documentation does not mention Netty as an option for RestTemplate: rest-client.adoc.
The text was updated successfully, but these errors were encountered:
This is related to the old Netty4ClientHttpRequest based on AsynHttpRequestFactory, deprecated in 5.0 and removed in 6.0. It seems this wasn't removed from the documentation. It has been there since 2018 with d007c25.
rstoyanchev
changed the title
RestTemplate initialization documentation mentions Netty, yet no ClientHttpRequestFactory is present in the package.
RestTemplate initialization documentation in 6.0.x mentions Netty, yet no ClientHttpRequestFactory is present in the package.
Oct 31, 2023
Affects: 6.0.x
In the documentation of rest-clients.adoc it mentions that Netty is an option. Yet I only see this in the 6.1.x branch: 20dd66c of the org.springframework.http.client package. Also the Spring Boot v3.1.5 documentation does not mention Netty as an option for RestTemplate: rest-client.adoc.
The text was updated successfully, but these errors were encountered: