Skip to content

Commit 6f10fdf

Browse files
committed
fixup! Separate R2DBC and JDBC database initialization
1 parent de54dd5 commit 6f10fdf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

-10
Original file line numberDiff line numberDiff line change
@@ -488,16 +488,6 @@
488488
"request"
489489
]
490490
},
491-
{
492-
"name": "spring.sql.init.enabled",
493-
"type": "java.lang.Boolean",
494-
"description": "Whether basic script-based initialization of an SQL database is enabled.",
495-
"defaultValue": true,
496-
"deprecation": {
497-
"replacement": "spring.sql.init.mode",
498-
"level": "warning"
499-
}
500-
},
501491
{
502492
"name": "spring.webflux.hiddenmethod.filter.enabled",
503493
"type": "java.lang.Boolean",

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

+10
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,16 @@
338338
"messages"
339339
]
340340
},
341+
{
342+
"name": "spring.sql.init.enabled",
343+
"type": "java.lang.Boolean",
344+
"description": "Whether basic script-based initialization of an SQL database is enabled.",
345+
"defaultValue": true,
346+
"deprecation": {
347+
"replacement": "spring.sql.init.mode",
348+
"level": "warning"
349+
}
350+
},
341351
{
342352
"name": "spring.threads.virtual.enabled",
343353
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)