PacktPublishing / Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud

Hands-On Microservices with Spring Boot and Spring Cloud, published by Packt
MIT License
464 stars 405 forks source link

remove usage of ReactiveHealthIndicatorRegistry (deprecated) #10

Open leogtzr opened 4 years ago

leogtzr commented 4 years ago

ReactiveHealthIndicatorRegistry and CompositeReactiveHealthIndicator are deprecated since 2.2.0. I changed the code to use: ReactiveHealthContributor and CompositeReactiveHealthContributor instead.