mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This commit switches the auto-configuration of Elasticsearch to not contribute a client's sniffer by default. This matches the best practices as describe in https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how Closes gh-48155