spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson 5c057a2730 Auto-configure the new Elasticsearch clients
This commit introduces auto-configuration for the new Elasticsearch
clients that are based upon their new Java client. The new Java
client builds on top of their existing low-level REST client,
replacing the high-level REST client which has been deprecated.
As part of introducing support for the new Elasticsearch client,
the auto-configuration for the templates (both imperative and
reactive) provided by Spring Data has also been updated to use the
new templates that build upon the new Java client.

As part of these changes, support for the high-level REST client and
the old Spring Data Elasticsearch templates has been removed. One
significant change is that the new reactive template is no longer
based on WebClient. As a result, the WebClient-specific configuration
property has been removed.

Closes gh-30647
Closes gh-28597
Closes gh-31755
2022-07-19 15:26:42 +01:00
..
spring-boot-antlib Name custom task inputs 2021-11-19 15:35:39 +00:00
spring-boot-autoconfigure-processor Use pattern matching for instanceof where appropriate 2022-06-20 17:55:36 +01:00
spring-boot-buildpack-platform Merge branch '2.7.x' 2022-06-30 14:58:48 -05:00
spring-boot-configuration-metadata Use pattern matching for instanceof where appropriate 2022-06-20 17:55:36 +01:00
spring-boot-configuration-processor Merge branch '2.7.x' 2022-06-24 15:03:41 +01:00
spring-boot-gradle-plugin Raise the minimum supported version of Gradle to 7.5 2022-07-14 15:56:32 +01:00
spring-boot-gradle-test-support Merge branch '2.6.x' into 2.7.x 2022-07-14 17:28:54 +01:00
spring-boot-jarmode-layertools Use pattern matching for instanceof where appropriate 2022-06-20 17:55:36 +01:00
spring-boot-loader Use pattern matching for instanceof where appropriate 2022-06-20 17:55:36 +01:00
spring-boot-loader-tools Use java.util.HexFormat where appropriate 2022-06-21 17:02:39 +01:00
spring-boot-maven-plugin Use pattern matching for instanceof where appropriate 2022-06-20 17:55:36 +01:00
spring-boot-test-support Auto-configure the new Elasticsearch clients 2022-07-19 15:26:42 +01:00