• Phillip Webb's avatar
    Change HealthEndpointGroups customization support · 5311c044
    Phillip Webb authored
    Update the `HealthEndpointGroups` customization support to use a
    post-processor rather than a mutable registry. Although this approach
    is slightly less flexible, it removes a lot of complexity from the
    `HealthEndpointGroups` code. Specifically, it allows us to drop the
    `HealthEndpointGroupsRegistry` interface entirely.
    
    The probe health groups are now added via the post-processor if they
    aren't already defined. Unlike the previous implementation, users are
    no longer able to customize status aggregation and http status code
    mapping rules _unless_ they also re-define the health indicators that
    are members of the group.
    
    See gh-20962
    5311c044
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...