Deprecate Spring Data Solr support

Closes gh-24942
This commit is contained in:
Stephane Nicoll
2021-01-20 13:53:38 +01:00
parent 28ed3355bd
commit 10b4cb8cb5
9 changed files with 11 additions and 3 deletions

View File

@@ -4494,6 +4494,7 @@ https://lucene.apache.org/solr/[Apache Solr] is a search engine.
Spring Boot offers basic auto-configuration for the Solr 5 client library and the abstractions on top of it provided by https://github.com/spring-projects/spring-data-solr[Spring Data Solr].
There is a `spring-boot-starter-data-solr` "`Starter`" for collecting the dependencies in a convenient way.
NOTE: As of Spring Boot 2.3, support for Spring Data Solr has been deprecated and will be removed in a future release.
[[boot-features-connecting-to-solr]]