Browse Source

Polish "Deprecate Spring Data Solr"

See gh-24942
pull/25129/head
Stephane Nicoll 5 years ago
parent
commit
244a6ac7e5
  1. 6
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -686,7 +686,11 @@ @@ -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",

Loading…
Cancel
Save