Skip to content

Commit 244a6ac

Browse files
committed
Polish "Deprecate Spring Data Solr"
See gh-24942
1 parent 10b4cb8 commit 244a6ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,11 @@
686686
"name": "spring.data.solr.repositories.enabled",
687687
"type": "java.lang.Boolean",
688688
"description": "Whether to enable Solr repositories.",
689-
"defaultValue": true
689+
"defaultValue": true,
690+
"deprecation": {
691+
"reason": "Spring Data Solr is deprecated.",
692+
"level": "warning"
693+
}
690694
},
691695
{
692696
"name": "spring.datasource.initialization-mode",

0 commit comments

Comments
 (0)