Update metadata to reflect property changes made for Flyway 10

See gh-40022
This commit is contained in:
Andy Wilkinson 2024-03-19 15:06:04 +00:00
parent a4c1b40090
commit 62f922369d

View File

@ -1335,6 +1335,14 @@
"level": "error"
}
},
{
"name": "spring.flyway.cherry-pick",
"description": "Migrations that Flyway should consider when migrating or undoing. When empty all available migrations are considered. Requires Flyway Teams.",
"deprecation": {
"level": "error",
"reason": "Removed in Flyway 10"
}
},
{
"name": "spring.flyway.dry-run-output",
"type": "java.io.OutputStream",
@ -1391,6 +1399,14 @@
"replacement": "spring.flyway.ignore-migration-patterns"
}
},
{
"name": "spring.flyway.license-key",
"description": "License key for Flyway Teams.",
"deprecation": {
"level": "error",
"reason": "Removed in Flyway 10"
}
},
{
"name": "spring.flyway.locations",
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
@ -1426,7 +1442,7 @@
"type": "java.lang.String",
"deprecation": {
"level": "error",
"reason": "Flyway Teams only."
"reason": "Removed in Flyway 10"
}
},
{