Skip to content

Remove deprecations in WS Adapter after upgrade to Spring 3.1.1 [INT-2530] #6509

@spring-operator

Description

@spring-operator

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions