Skip to content

Commit 77ecdc6

Browse files
committed
Merge pull request #31689 from felixscheinost
* pr/31689: Polish "Fix deprecation metadata for grid-fs-database" Fix deprecation metadata for grid-fs-database Closes gh-31689
2 parents 793586f + a368919 commit 77ecdc6

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",
@@ -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)