Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-31690
  • Loading branch information
snicoll committed Jul 12, 2022
2 parents 77f1f58 + 77ecdc6 commit cb2844d
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -703,6 +703,14 @@
"description": "Whether to enable LDAP repositories.",
"defaultValue": true
},
{
"name": "spring.data.mongodb.grid-fs-database",
"type": "java.lang.String",
"deprecation": {
"replacement": "spring.data.mongodb.gridfs.database",
"level": "error"
}
},
{
"name": "spring.data.mongodb.repositories.type",
"type": "org.springframework.boot.autoconfigure.data.RepositoryType",
Expand Down Expand Up @@ -2305,14 +2313,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": [
Expand Down

0 comments on commit cb2844d

Please sign in to comment.