Closed
Description
I created a minimal application with the Spring initializer (demo.zip attached) with Actuator and Spring MVC - I did not add any code of my own, just the default code.
The http://localhost:8080/actuator/info
endpoint does not work in 2.5.2 (when downgrading to 2.4.8 it works again).
Is it related to #26746 ?
It does not seem to be related to #26630 (spring data is not in the classpath).