Commit ac59c84
committed
Fix Allow ignoreMigrationPatterns to be empty
Removes the `.whenNot(List::isEmpty)` check to allow clearing the property.
The property's default is aligned with Flyway's to avoid breaking
existing behavior, and new tests verify both changes.
Signed-off-by: Chanwon-Seo <[email protected]>1 parent 6d8b830 commit ac59c84
File tree
1 file changed
+0
-1
lines changed- module/spring-boot-flyway/src/test/java/org/springframework/boot/flyway/autoconfigure
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments