Skip to content

Commit

Permalink
Polish "Deprecate Spring Data Solr"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 20, 2021
1 parent 10b4cb8 commit 244a6ac
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -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",
Expand Down

0 comments on commit 244a6ac

Please sign in to comment.