mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Deprecate (Jdbc)DaoSupport classes (including JmsGatewaySupport)
Closes gh-35145
This commit is contained in:
@@ -31,7 +31,9 @@ import org.springframework.beans.factory.InitializingBean;
|
||||
* @author Juergen Hoeller
|
||||
* @since 1.2.2
|
||||
* @see org.springframework.jdbc.core.support.JdbcDaoSupport
|
||||
* @deprecated as of 7.0, in favor of direct injection of client dependencies
|
||||
*/
|
||||
@Deprecated(since = "7.0", forRemoval = true)
|
||||
public abstract class DaoSupport implements InitializingBean {
|
||||
|
||||
/** Logger available to subclasses. */
|
||||
|
||||
Reference in New Issue
Block a user