Polish metadata for spring.flyway.sql-migration-suffix

This commit is contained in:
Stephane Nicoll 2018-01-30 14:41:06 +01:00
parent 356efaa7c8
commit 726a1d075e
1 changed files with 8 additions and 1 deletions

View File

@ -636,7 +636,7 @@
"name": "flyway.sql-migration-suffix",
"type": "java.lang.String",
"deprecation": {
"replacement": "spring.flyway.sql-migration-suffix",
"replacement": "spring.flyway.sql-migration-suffixes",
"level": "error"
}
},
@ -1163,6 +1163,13 @@
"level": "error"
}
},
{
"name": "spring.flyway.sql-migration-suffix",
"deprecation": {
"replacement": "spring.flyway.sql-migration-suffixes",
"level": "warning"
}
},
{
"name": "spring.git.properties",
"type": "java.lang.String",