You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Brian Clozel b680db6cd8 Add HealthEndpointGroupsRegistry and its Customizer
Prior to this commit, `HealthContributor` would be exposed under the
main `HealthEndpoint` and subgroups, `HealthEndpointGroups`. Groups are
driven by configuration properties and there was no way to contribute
programmatically new groups.

This commit introduces the `HealthEndpointGroupsRegistry` (a mutable
version of `HealthEndpointGroups`) and a
`HealthEndpointGroupsRegistryCustomizer`. This allows configurations to
add/remove groups during Actuator auto-configuration.

Closes gh-20554
5 years ago
..
spring-boot Override CloudPlatform auto-detection with property 5 years ago
spring-boot-actuator Add HealthEndpointGroupsRegistry and its Customizer 5 years ago
spring-boot-actuator-autoconfigure Add HealthEndpointGroupsRegistry and its Customizer 5 years ago
spring-boot-autoconfigure Polish "Add 'threads' configuration group for embedded containers" 5 years ago
spring-boot-cli Merge branch '2.2.x' 5 years ago
spring-boot-dependencies Upgrade to Couchbase SDK v3 5 years ago
spring-boot-devtools Merge branch '2.2.x' 5 years ago
spring-boot-docs Merge branch '2.2.x' 5 years ago
spring-boot-parent Upgrade to Testcontainers 1.13.0 5 years ago
spring-boot-properties-migrator Add missing deployed plugin to modules 5 years ago
spring-boot-starters Add auto-configuration for Spring Data R2DBC 5 years ago
spring-boot-test Remove redundant useJUnitPlatform declarations 5 years ago
spring-boot-test-autoconfigure Add test slice for Spring Data R2DBC 5 years ago
spring-boot-tools Publish Maven plugin API 5 years ago