-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate non endpoints specific properties to management.*
#10007
Comments
|
Here is a full list with a replacement proposal:
The other problem now is that |
Let's go with the last two and keep the other ones for now. We can reconsider later if necessary. |
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 inendpoints.health
andmanagement.health
. We should revisit them all and move properties accordingly.The content of
HealthMvcEndpointProperties
should probably go tomanagement.health.web.status-mapping
or something like that.The text was updated successfully, but these errors were encountered: