#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:
For Spring Cloud Skipper we want to be as much aligned with Boot 2.0 as possible.
Just had a quick discussion with @markpollack and @mfisher and in our case /application may not create enough visual distance between application specific endpoints and Boot’s endpoints and feel that this might be a possible issue with possible end-users of Boot as well. In our case, we may consider using /actuator instead.
From @markfisher:
To add to what Gunnar is saying, that was my initial impression with the actuator endpoint change. If the purpose of a dedicated top level endpoint is to avoid collisions with application mappings, then maybe that itself should be called something other than /application. We were thinking /actuator is a great name for it, since nobody seems to know what it means and therefore the likelihood of collisions is near zero
From @dsyer:
+1 to that (not using /application as the default that is)
#6886 introduced
/applicationas the root path for actuator endpoints. We didn't really capture in that issue why/applicationwas 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: