Merge branch '2.3.x' into 2.4.x

See gh-24943
This commit is contained in:
Stephane Nicoll 2021-01-20 14:06:39 +01:00
commit 56ce5bdf44
1 changed files with 5 additions and 1 deletions

View File

@ -748,7 +748,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",