Skip to content

Commit f6fcf15

Browse files
committed
Merge branch '6.1.x'
2 parents 66a518a + af3a26a commit f6fcf15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-web/src/test/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ static Stream<HttpMethod> safeHttpMethods() {
191191
return Stream.of(HttpMethod.GET, HttpMethod.OPTIONS, HttpMethod.TRACE);
192192
}
193193

194+
@SuppressWarnings("deprecation")
194195
private RequestConfig retrieveRequestConfig(HttpComponentsClientHttpRequestFactory factory) throws Exception {
195196
URI uri = URI.create(baseUrl + "/status/ok");
196197
HttpComponentsClientHttpRequest request = (HttpComponentsClientHttpRequest)

0 commit comments

Comments
 (0)