Suppress deprecation for now

See gh-1469
This commit is contained in:
Stéphane Nicoll
2025-02-27 09:54:33 +01:00
parent 5a1e5028cb
commit 30d5f1e6a5

View File

@@ -121,6 +121,7 @@ public class HttpComponents5Connection extends AbstractHttpSenderConnection {
}
@Override
@SuppressWarnings("deprecation")
protected void onSendAfterWrite(WebServiceMessage message) throws IOException {
String contentType = httpPost.getFirstHeader(HttpHeaders.CONTENT_TYPE).getValue();