Skip to content

Commit a368919

Browse files
committed
Polish "Fix deprecation metadata for grid-fs-database"
See gh-31689
1 parent d5e18e6 commit a368919

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
@@ -651,6 +651,14 @@
651651
"description": "Whether to enable LDAP repositories.",
652652
"defaultValue": true
653653
},
654+
{
655+
"name": "spring.data.mongodb.grid-fs-database",
656+
"type": "java.lang.String",
657+
"deprecation": {
658+
"replacement": "spring.data.mongodb.gridfs.database",
659+
"level": "error"
660+
}
661+
},
654662
{
655663
"name": "spring.data.mongodb.repositories.type",
656664
"type": "org.springframework.boot.autoconfigure.data.RepositoryType",
@@ -2035,14 +2043,6 @@
20352043
"name": "spring.webservices.wsdl-locations",
20362044
"type": "java.util.List<java.lang.String>",
20372045
"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-
}
20462046
}
20472047
],
20482048
"hints": [

0 commit comments

Comments
 (0)