mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Since the `JestClient` is auto-configured as a bean, it must have its multi-threaded support enabled by default. This commit exposes a new `spring.elasticsearch.jest.multi-threaded` property that is `true` by default. Closes gh-6806