Skip to content

Commit 30d5f1e

Browse files
committed
Suppress deprecation for now
See gh-1469
1 parent 5a1e502 commit 30d5f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-ws-core/src/main/java/org/springframework/ws/transport/http/HttpComponents5Connection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ protected OutputStream getRequestOutputStream() throws IOException {
121121
}
122122

123123
@Override
124+
@SuppressWarnings("deprecation")
124125
protected void onSendAfterWrite(WebServiceMessage message) throws IOException {
125126

126127
String contentType = httpPost.getFirstHeader(HttpHeaders.CONTENT_TYPE).getValue();

0 commit comments

Comments
 (0)