Skip to content

Remove deprecations in JDBC Adapter after upgrade to Spring 3.1.1 [INT-2529] #6508

@spring-operator

Description

@spring-operator

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions