Skip to content

Commit bef2588

Browse files
committed
Deprecate DataSourceInitializer
1 parent f185fd1 commit bef2588

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-batch-test/src/main/java/org/springframework/batch/test/DataSourceInitializer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@
5656
* @author Dave Syer
5757
* @author Drummond Dawson
5858
* @author Mahmoud Ben Hassine
59+
* @deprecated since 5.0 in favor of similar utilities provided by Spring Framework.
60+
* Scheduled for removal in 5.2.
5961
*
6062
*/
63+
@Deprecated(since = "5.0", forRemoval = true)
6164
public class DataSourceInitializer implements InitializingBean, DisposableBean {
6265

6366
private static final Log logger = LogFactory.getLog(DataSourceInitializer.class);

0 commit comments

Comments
 (0)