• 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
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...