Browse Source

Fix deprecation metadata for grid-fs-database

See gh-31689
pull/32521/head
Felix Scheinost 4 years ago committed by Stephane Nicoll
parent
commit
d5e18e61c5
  1. 16
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -2035,6 +2035,14 @@ @@ -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 @@ @@ -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": [

Loading…
Cancel
Save