Skip to content

Commit 12c197d

Browse files
committed
Merge pull request #27926 from dreis2211
* pr/27926: Deprecate DataSourceInitializationMode Closes gh-27926
2 parents bb11abe + 242d730 commit 12c197d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceInitializationMode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @deprecated since 2.6.0 for removal in 2.8.0 in favor of
2929
* {@link DatabaseInitializationMode}
3030
*/
31+
@Deprecated
3132
public enum DataSourceInitializationMode {
3233

3334
/**

0 commit comments

Comments
 (0)