Skip to content

Commit 56ce5bd

Browse files
committed
Merge branch '2.3.x' into 2.4.x
See gh-24943
2 parents 85729d2 + 244a6ac commit 56ce5bd

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
@@ -748,7 +748,11 @@
748748
"name": "spring.data.solr.repositories.enabled",
749749
"type": "java.lang.Boolean",
750750
"description": "Whether to enable Solr repositories.",
751-
"defaultValue": true
751+
"defaultValue": true,
752+
"deprecation": {
753+
"reason": "Spring Data Solr is deprecated.",
754+
"level": "warning"
755+
}
752756
},
753757
{
754758
"name": "spring.datasource.initialization-mode",

0 commit comments

Comments
 (0)