spring-boot/spring-boot-actuator
Christian Dupuis 4648188782 Rework HealthEndpoint and HealthIndicator
With this commit the state of a component or subsystem becomes a first-class citizen in Boot's application health support. HealthIndicators now return a Health instance with status and some contextual details.

An aggregation strategy has been introduced to aggregate several Health instances into one final application Health instance. Out of the box OrderedHealthAggregator can be configured to allow different ordering or a custom HealthAggregator bean can be registered.
2014-05-22 12:27:03 +02:00
..
src Rework HealthEndpoint and HealthIndicator 2014-05-22 12:27:03 +02:00
pom.xml Merge branch '1.0.x' 2014-05-12 10:37:06 +01:00