Skip to content

Commit

Permalink
Deprecate ElasticsearchHealthIndicator
Browse files Browse the repository at this point in the history
Since the transport client has been deprecated in gh-15008, the health
indicator for that should be deprecated as well.

See gh-15008
  • Loading branch information
bclozel committed Apr 15, 2019
1 parent 60cf80f commit 8ac6944
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
* @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" };
Expand Down

0 comments on commit 8ac6944

Please sign in to comment.