Skip to content

Commit 5e43f9b

Browse files
committed
Deprecate Commons DBCP 1.x support along with Commons Pool 1.x
Issue: SPR-12532
1 parent e518d7d commit 5e43f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/support/nativejdbc/CommonsDbcpNativeJdbcExtractor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
*
4747
* @author Juergen Hoeller
4848
* @since 25.08.2003
49+
* @deprecated as of Spring 4.2, in favor of Commons DBCP 2.x and JDBC 4.x
4950
*/
51+
@Deprecated
5052
public class CommonsDbcpNativeJdbcExtractor extends NativeJdbcExtractorAdapter {
5153

5254
private static final String GET_INNERMOST_DELEGATE_METHOD_NAME = "getInnermostDelegate";

0 commit comments

Comments
 (0)