-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Gunnar Hillert opened INT-2530 and commented
:spring-integration-ws:compileJava
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-ws/src/main/java/org/springframework/integration/ws/AbstractWebServiceOutboundGateway.java:259: warning: [deprecation] encodeUri(java.lang.String) in org.springframework.web.util.UriTemplate has been deprecated
protected URI encodeUri(String uri) {
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-ws/src/main/java/org/springframework/integration/ws/AbstractWebServiceOutboundGateway.java:261: warning: [deprecation] encodeHttpUrl(java.lang.String,java.lang.String) in org.springframework.web.util.UriUtils has been deprecated
String encoded = UriUtils.encodeHttpUrl(uri, "UTF-8");
^
2 warnings
Affects: 2.2 M1
Issue Links:
- Add support for Uri Templating to the <ws:outbound-gateway> for all transports supported by Spring WS [INT-2720] #6696 Add support for Uri Templating to the ws:outbound-gateway for all transports supported by Spring WS
("depends on") - Upgrade Spring Framework dependency to 3.1.1.RELEASE [INT-2517] #6497 Upgrade Spring Framework dependency to 3.1.1.RELEASE