-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Gunnar Hillert opened INT-2528 and commented
:spring-integration-http:compileTestJava
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-http/src/test/java/org/springframework/integration/http/config/HttpInboundChannelAdapterParserTests.java:53: warning: [deprecation] org.springframework.test.annotation.ExpectedException in org.springframework.test.annotation has been deprecated
import org.springframework.test.annotation.ExpectedException;
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-http/src/test/java/org/springframework/integration/http/config/HttpInboundChannelAdapterParserTests.java:182: warning: [deprecation] org.springframework.test.annotation.ExpectedException in org.springframework.test.annotation has been deprecated
@ExpectedException(SpelEvaluationException.class)
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-http/src/test/java/org/springframework/integration/http/MockHttpServletResponse.java:48: warning: [cast] redundant cast to java.lang.String
return (String) this.getHeader("Content-Type");
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-http/src/test/java/org/springframework/integration/http/support/DefaultHttpHeaderMapperFromMessageInboundTests.java:463: warning: [deprecation] createDefaultConversionService() in org.springframework.core.convert.support.ConversionServiceFactory has been deprecated
ConversionService cs = ConversionServiceFactory.createDefaultConversionService();
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-http/src/test/java/org/springframework/integration/http/support/DefaultHttpHeaderMapperFromMessageInboundTests.java:484: warning: [deprecation] createDefaultConversionService() in org.springframework.core.convert.support.ConversionServiceFactory has been deprecated
GenericConversionService cs = ConversionServiceFactory.createDefaultConversionService();
^
5 warnings
Affects: 2.2 M1
Issue Links:
-
Add support for full RESTFul request-mappings to the HTTP inbound adapters [INT-2312] #6250 Add support for full RESTFul request-mappings to the HTTP inbound adapters
-
Ensure backwards compatibility with Spring 3.0 for Spring Integration 2.2 [INT-2689] #6666 Ensure backwards compatibility with Spring 3.0 for Spring Integration 2.2
-
Upgrade Spring Framework dependency to 3.1.1.RELEASE [INT-2517] #6497 Upgrade Spring Framework dependency to 3.1.1.RELEASE