Deprecate (Jdbc)DaoSupport classes (including JmsGatewaySupport)

Closes gh-35145
This commit is contained in:
Juergen Hoeller
2025-07-02 11:12:57 +02:00
parent 46654a03fe
commit 196b7ec275
6 changed files with 15 additions and 0 deletions
@@ -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. */