Hello! Can you say when restTemplate will be able work with new HttpClient in Java (Jep 321). Now I see only SimpleClientHttpRequestFactory that use old Java HttpClient (HttpURLConnection). Is a new ClientHttpRequestFactory implementation planned?
Comment From: bclozel
I'm closing this as a duplicate of #23432, as a new connector can be implemented for WebClient, but we're not planning on adding new features for RestTemplate as it's now entered maintenance mode.
Thanks!