Skip to content

Commit 62f9223

Browse files
committed
Update metadata to reflect property changes made for Flyway 10
See gh-40022
1 parent a4c1b40 commit 62f9223

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

+17-1
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,14 @@
13351335
"level": "error"
13361336
}
13371337
},
1338+
{
1339+
"name": "spring.flyway.cherry-pick",
1340+
"description": "Migrations that Flyway should consider when migrating or undoing. When empty all available migrations are considered. Requires Flyway Teams.",
1341+
"deprecation": {
1342+
"level": "error",
1343+
"reason": "Removed in Flyway 10"
1344+
}
1345+
},
13381346
{
13391347
"name": "spring.flyway.dry-run-output",
13401348
"type": "java.io.OutputStream",
@@ -1391,6 +1399,14 @@
13911399
"replacement": "spring.flyway.ignore-migration-patterns"
13921400
}
13931401
},
1402+
{
1403+
"name": "spring.flyway.license-key",
1404+
"description": "License key for Flyway Teams.",
1405+
"deprecation": {
1406+
"level": "error",
1407+
"reason": "Removed in Flyway 10"
1408+
}
1409+
},
13941410
{
13951411
"name": "spring.flyway.locations",
13961412
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
@@ -1426,7 +1442,7 @@
14261442
"type": "java.lang.String",
14271443
"deprecation": {
14281444
"level": "error",
1429-
"reason": "Flyway Teams only."
1445+
"reason": "Removed in Flyway 10"
14301446
}
14311447
},
14321448
{

0 commit comments

Comments
 (0)