Commit 56ce5bdf authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.3.x' into 2.4.x

See gh-24943
parents 85729d2a 244a6ac7
...@@ -748,7 +748,11 @@ ...@@ -748,7 +748,11 @@
"name": "spring.data.solr.repositories.enabled", "name": "spring.data.solr.repositories.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Whether to enable Solr repositories.", "description": "Whether to enable Solr repositories.",
"defaultValue": true "defaultValue": true,
"deprecation": {
"reason": "Spring Data Solr is deprecated.",
"level": "warning"
}
}, },
{ {
"name": "spring.datasource.initialization-mode", "name": "spring.datasource.initialization-mode",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment