Hi Spring Team,

I might be wrong, but starting to upgrade my project to spring-boot 4.0.0, I've noticed that I cannot access the /actuator/flyway endpoint anymore as the error suggest that it doesn't exist anymore.

Exception stack: java.lang.RuntimeException: Component is missing or disabled. No static resource actuator/flyway for request '/actuator/flyway'.

Thanks, Adrian Handa

Comment From: bclozel

Please share a minimal sample application. Have you checked the migration guide, does your application has the relevant starter?

Comment From: adrianhanda

Yes, my bad for not adding the spring-boot-starter-flyway, works with the additional module of flyway now. This can be closed. Thanks.

Comment From: bclozel

I’m glad this worked out. Thanks for letting us know.