Closed
Description
In 2.x, endpoints.*
is a namespace restricted to the endpoint configuration (not its implementation). We have so far a mix and match that we should fix. For instance, the health "feature" has configuration in endpoints.health
and management.health
. We should revisit them all and move properties accordingly.
The content of HealthMvcEndpointProperties
should probably go to management.health.web.status-mapping
or something like that.