You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the `.whenNot(List::isEmpty)` condition to allow clearing the
ignore-migration-patterns property via an empty string.
To avoid affecting existing users, the property's default is now
aligned with Flyway's default of `*:future`
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com>
Copy file name to clipboardExpand all lines: module/spring-boot-flyway/src/main/java/org/springframework/boot/flyway/autoconfigure/FlywayProperties.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ public class FlywayProperties {
323
323
/**
324
324
* List of patterns that identify migrations to ignore when performing validation.
Copy file name to clipboardExpand all lines: module/spring-boot-flyway/src/test/java/org/springframework/boot/flyway/autoconfigure/FlywayAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: module/spring-boot-flyway/src/test/java/org/springframework/boot/flyway/autoconfigure/FlywayPropertiesTests.java
0 commit comments