Fix deprecation metadata for grid-fs-database

See gh-31689
This commit is contained in:
Felix Scheinost 2022-07-12 12:53:10 +02:00 committed by Stephane Nicoll
parent 793586f898
commit d5e18e61c5

View File

@ -2035,6 +2035,14 @@
"name": "spring.webservices.wsdl-locations",
"type": "java.util.List<java.lang.String>",
"description": "Comma-separated list of locations of WSDLs and accompanying XSDs to be exposed as beans."
},
{
"name": "spring.data.mongodb.grid-fs-database",
"type": "java.lang.String",
"deprecation": {
"replacement": "spring.data.mongodb.gridfs.database",
"level": "error"
}
}
],
"hints": [
@ -2174,14 +2182,6 @@
}
]
},
{
"name": "spring.data.mongodb.grid-fs-database",
"type": "java.lang.String",
"deprecation": {
"replacement": "spring.data.mongodb.gridfs.database",
"level": "error"
}
},
{
"name": "spring.datasource.data",
"providers": [