Skip to content

Commit 46d7999

Browse files
committed
Lower spring.sql.init.enabled's deprecation level to warning
See gh-26682
1 parent de410b7 commit 46d7999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@
17491749
"defaultValue": true,
17501750
"deprecation": {
17511751
"replacement": "spring.sql.init.mode",
1752-
"level": "error"
1752+
"level": "warning"
17531753
}
17541754
},
17551755
{

0 commit comments

Comments
 (0)