Merge branch '2.4.x'

This commit is contained in:
Stephane Nicoll
2021-01-20 14:07:07 +01:00

View File

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