Spring Boot 3.4.1 fails with Flyway v11 due to 'cleanOnValidationError' removal #43770
Labels
status: feedback-reminder
We've sent a reminder that we need additional information before we can continue
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
Using Spring Boot 3.4.1 with Flyway v11 results in an initialization error because the
cleanOnValidationError
property has been removed in Flyway v11 Flyway documentation, but Spring Boot still refers to it in FlywayAutoConfiguration.Error Details:
During Flyway initialization, the following error is thrown:
Steps to Reproduce:
Environment:
The text was updated successfully, but these errors were encountered: