Clean up warnings related to deprecated HttpStatus values, etc.

This commit is contained in:
Sam Brannen
2025-09-02 12:50:57 +02:00
parent 521764e68b
commit 6dc5bf7634
20 changed files with 37 additions and 35 deletions
@@ -95,6 +95,7 @@ public class HttpClientErrorException extends HttpStatusCodeException {
* with an optional prepared message.
* @since 5.2.2
*/
@SuppressWarnings("deprecation")
public static HttpClientErrorException create(@Nullable String message, HttpStatusCode statusCode,
String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset) {