You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.