Deprecate Commons DBCP 1.x support along with Commons Pool 1.x

Issue: SPR-12532
This commit is contained in:
Juergen Hoeller
2015-08-27 12:37:21 +02:00
parent e518d7dcc6
commit 5e43f9b88f

View File

@@ -46,7 +46,9 @@ import org.springframework.util.ReflectionUtils;
*
* @author Juergen Hoeller
* @since 25.08.2003
* @deprecated as of Spring 4.2, in favor of Commons DBCP 2.x and JDBC 4.x
*/
@Deprecated
public class CommonsDbcpNativeJdbcExtractor extends NativeJdbcExtractorAdapter {
private static final String GET_INNERMOST_DELEGATE_METHOD_NAME = "getInnermostDelegate";