Remove metadata for Data Solr property

Data Solr support was removed in 012a1997 so the property is no longer
supported.

See gh-24939
pull/24967/head
Andy Wilkinson 4 years ago
parent 3e4abd0471
commit 0fc33b020d

@ -748,16 +748,6 @@
"name": "spring.data.rest.detection-strategy", "name": "spring.data.rest.detection-strategy",
"defaultValue": "default" "defaultValue": "default"
}, },
{
"name": "spring.data.solr.repositories.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable Solr repositories.",
"defaultValue": true,
"deprecation": {
"reason": "Spring Data Solr is deprecated.",
"level": "warning"
}
},
{ {
"name": "spring.datasource.initialization-mode", "name": "spring.datasource.initialization-mode",
"defaultValue": "embedded" "defaultValue": "embedded"

Loading…
Cancel
Save