-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Change /application as the root actuator path to /actuator #10970
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
Comments
There were a number of reasons for wanting to move all endpoints under a common root. The most obvious one was it's easier to understand and secure actuator paths if they all start with the same thing. There was also a desire to reduce the likelihood of collisions with the users own mappings, but this consideration was mainly about reducing the number of collisions, not necessarily picking a unique name. In other words, in 1.5 a user needed to worry about all the endpoints ( We considered quite carefully what the root endpoint path should be. Using
On the whole,
|
OK, we discussed this in our call and we'll rename it to |
why Spring 2.0.0.RELEASE is not working with
it gives me the following error |
@gajanan999 You may have a corrupted jar but that’s unrelated to this issue. Please ask questions on Gitter or Stack Overflow. |
@wilkinsona Thank you for replying, but i have solved the issue by overriding the com.fasterxml.jackson.core/jackson-databind to 2.9.5 2.9.4 to 2.9.5 |
That fits with my guess that you had a corrupted jar. Using a different version will have caused a new jar to be downloaded. |
#6886 introduced
/application
as the root path for actuator endpoints. We didn't really capture in that issue why/application
was picked and a few internal discussion mean we should evaluate if it's really the right call.Snippets from the Slack conversion --
From @ghillert:
From @markfisher:
From @dsyer:
The text was updated successfully, but these errors were encountered: