Polish "Deprecate Spring Data Solr"

See gh-24942
This commit is contained in:
Stephane Nicoll 2021-01-20 14:01:53 +01:00
parent 10b4cb8cb5
commit 244a6ac7e5
1 changed files with 5 additions and 1 deletions

View File

@ -686,7 +686,11 @@
"name": "spring.data.solr.repositories.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable Solr repositories.",
"defaultValue": true
"defaultValue": true,
"deprecation": {
"reason": "Spring Data Solr is deprecated.",
"level": "warning"
}
},
{
"name": "spring.datasource.initialization-mode",