Commit 8ac69442 authored by Brian Clozel's avatar Brian Clozel

Deprecate ElasticsearchHealthIndicator

Since the transport client has been deprecated in gh-15008, the health
indicator for that should be deprecated as well.

See gh-15008
parent 60cf80f8
......@@ -35,7 +35,9 @@ import org.springframework.util.StringUtils;
* @author Binwei Yang
* @author Andy Wilkinson
* @since 2.0.0
* @deprecated the transport client support is deprecated in favor of other clients
*/
@Deprecated
public class ElasticsearchHealthIndicator extends AbstractHealthIndicator {
private static final String[] ALL_INDICES = { "_all" };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment