Remove APIs deprecated for removal in 6.1

This is the first commit that removes deprecated APIs.

Subsequent commits will remove additional deprecated APIs.

See gh-29449
This commit is contained in:
Sam Brannen
2023-04-19 17:23:49 +02:00
parent d446de62a4
commit 7df2e2a8d2
13 changed files with 58 additions and 508 deletions

View File

@@ -684,13 +684,6 @@ class UriComponentsBuilderTests {
return HttpMethod.GET;
}
@SuppressWarnings("removal")
@Override
@Deprecated
public String getMethodValue() {
return "GET";
}
@Override
public URI getURI() {
return UriComponentsBuilder.fromUriString("/").build().toUri();