Merge branch '6.1.x'

This commit is contained in:
Sam Brannen
2024-09-24 12:23:47 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -237,6 +237,7 @@ public class HttpComponentsClientHttpRequestFactory implements ClientHttpRequest
@Override
@SuppressWarnings("deprecation")
public ClientHttpRequest createRequest(URI uri, HttpMethod httpMethod) throws IOException {
HttpClient client = getHttpClient();