-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
in: jdbcstatus: duplicateThere is already an issue similar to this. The link to it should be presentThere is already an issue similar to this. The link to it should be presenttype: refactoring
Milestone
Description
Gunnar Hillert opened INT-2529 and commented
:spring-integration-jdbc:compileJava
====================================
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc/JdbcMessageHandler.java:32: warning: [deprecation] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
import org.springframework.jdbc.core.simple.SimpleJdbcTemplate;
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc/JdbcPollingChannelAdapter.java:39: warning: [deprecation] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
import org.springframework.jdbc.core.simple.SimpleJdbcTemplate;
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc/StoredProcExecutor.java:37: warning: [deprecation] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
import org.springframework.jdbc.core.simple.SimpleJdbcTemplate;
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc/StoredProcMessageHandler.java:29: warning: [deprecation] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
import org.springframework.jdbc.core.simple.SimpleJdbcTemplate;
^
/Users/ghillert/dev/git-ghillert/spring-integration/spring-integration-jdbc/src/main/java/org/springframework/integration/jdbc/StoredProcOutboundGateway.java:37: warning: [deprecation] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
import org.springframework.jdbc.core.simple.SimpleJdbcTemplate;
^
5 warnings
Affects: 2.2 M1
Issue Links:
-
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
Metadata
Metadata
Assignees
Labels
in: jdbcstatus: duplicateThere is already an issue similar to this. The link to it should be presentThere is already an issue similar to this. The link to it should be presenttype: refactoring