Skip to content

Commit d5e18e6

Browse files
felixscheinostsnicoll
authored andcommitted
Fix deprecation metadata for grid-fs-database
See gh-31689
1 parent 793586f commit d5e18e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,14 @@
20352035
"name": "spring.webservices.wsdl-locations",
20362036
"type": "java.util.List<java.lang.String>",
20372037
"description": "Comma-separated list of locations of WSDLs and accompanying XSDs to be exposed as beans."
2038+
},
2039+
{
2040+
"name": "spring.data.mongodb.grid-fs-database",
2041+
"type": "java.lang.String",
2042+
"deprecation": {
2043+
"replacement": "spring.data.mongodb.gridfs.database",
2044+
"level": "error"
2045+
}
20382046
}
20392047
],
20402048
"hints": [
@@ -2174,14 +2182,6 @@
21742182
}
21752183
]
21762184
},
2177-
{
2178-
"name": "spring.data.mongodb.grid-fs-database",
2179-
"type": "java.lang.String",
2180-
"deprecation": {
2181-
"replacement": "spring.data.mongodb.gridfs.database",
2182-
"level": "error"
2183-
}
2184-
},
21852185
{
21862186
"name": "spring.datasource.data",
21872187
"providers": [

0 commit comments

Comments
 (0)