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
We are using maven shade in latest version 3.3.0 to build our jar. When upgrading from Spring Boot 2.6.8 to 2.7.0 the actuator endpoints seem no longer to work in the shaded jar.
Since I am unsure if this is caused by spring boot or maven shade, therefore I raised the issue there too.
I created a small demo project to visualize the issue. All help is appreciated.