Skip to content

Commit 627c691

Browse files
committed
Document the reason for deprecation of clean-on-validation-error
See gh-42295
1 parent 814369e commit 627c691

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public void setCleanDisabled(boolean cleanDisabled) {
598598
}
599599

600600
@Deprecated(since = "3.4.0", forRemoval = true)
601-
@DeprecatedConfigurationProperty(since = "3.4.0")
601+
@DeprecatedConfigurationProperty(since = "3.4.0", reason = "Deprecated in Flyway 10.18")
602602
public boolean isCleanOnValidationError() {
603603
return this.cleanOnValidationError;
604604
}

0 commit comments

Comments
 (0)