While updating my Spring Boot application to the latest build snapshot and I am seeing that none of the actuator endpoints are enabled by default. If I specify them to be enabled in application.properties, they show up.
Searched for an existing issue but couldn't find one...Apologies if this is intended.