Skip to content

Commit 726a1d0

Browse files
committed
Polish metadata for spring.flyway.sql-migration-suffix
1 parent 356efaa commit 726a1d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
"name": "flyway.sql-migration-suffix",
637637
"type": "java.lang.String",
638638
"deprecation": {
639-
"replacement": "spring.flyway.sql-migration-suffix",
639+
"replacement": "spring.flyway.sql-migration-suffixes",
640640
"level": "error"
641641
}
642642
},
@@ -1163,6 +1163,13 @@
11631163
"level": "error"
11641164
}
11651165
},
1166+
{
1167+
"name": "spring.flyway.sql-migration-suffix",
1168+
"deprecation": {
1169+
"replacement": "spring.flyway.sql-migration-suffixes",
1170+
"level": "warning"
1171+
}
1172+
},
11661173
{
11671174
"name": "spring.git.properties",
11681175
"type": "java.lang.String",

0 commit comments

Comments
 (0)