I had a similar issue with spring Boot 2.4.2 and Flyway with the same error message "Validate failed: Migrations have failed validation" without any more details.
It happened because I had a gap between my scripts versions numbers.
I had to add ignoreMissingMigrations(true)
in the flyway configuration to make it work again.
I don't know why this flyway version do not report the missing migration script anymore...
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…