-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Gunnar Hillert opened INT-2531 and commented
:spring-integration-xml:compileJava
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-xml/src/main/java/org/springframework/integration/xml/config/XPathExpressionParser.java:102: warning: [deprecation] BeanDefinitionParserDelegate(org.springframework.beans.factory.xml.XmlReaderContext) in org.springframework.beans.factory.xml.BeanDefinitionParserDelegate has been deprecated
BeanDefinitionParserDelegate beanParser = new BeanDefinitionParserDelegate(parserContext.getReaderContext());
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-xml/src/main/java/org/springframework/integration/xml/config/XPathExpressionParser.java:103: warning: [deprecation] initDefaults(org.w3c.dom.Element) in org.springframework.beans.factory.xml.BeanDefinitionParserDelegate has been deprecated
beanParser.initDefaults(element.getOwnerDocument().getDocumentElement());
^
2 warnings
Affects: 2.2 M1
Issue Links:
-
Remove deprecated 'xpath-selector' from Schema [INT-2960] #6934 Remove deprecated 'xpath-selector' from Schema
-
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