Browse Source

Merge branch '2.3.x' into 2.4.x

See gh-24943
pull/24986/head
Stephane Nicoll 5 years ago
parent
commit
56ce5bdf44
  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

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