I just upgraded my Spring Boot application from 2.3.5.RELEASE to 2.4.2. Now, when I try to start my application on an existing database, the Flyway migration fails with Validate failed: Migrations have failed validation. There's no details or other messages, just this one. Usually Flyway will inform me about checksum mismatches or other issues, but in this case there's nothing.
Did I miss some backwards incompatible change, either in Spring (Boot) or in Flyway? How do I fix my migrations?