Document the reason for deprecation of clean-on-validation-error

See gh-42295
This commit is contained in:
Andy Wilkinson
2024-09-19 11:22:08 +01:00
parent 814369e8b0
commit 627c691616

View File

@@ -598,7 +598,7 @@ public class FlywayProperties {
}
@Deprecated(since = "3.4.0", forRemoval = true)
@DeprecatedConfigurationProperty(since = "3.4.0")
@DeprecatedConfigurationProperty(since = "3.4.0", reason = "Deprecated in Flyway 10.18")
public boolean isCleanOnValidationError() {
return this.cleanOnValidationError;
}