Skip to content

Commit ac59c84

Browse files
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

1 file changed

+0
-1
lines changed

module/spring-boot-flyway/src/test/java/org/springframework/boot/flyway/autoconfigure/FlywayPropertiesTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.flywaydb.core.api.configuration.ClassicConfiguration;
3131
import org.flywaydb.core.api.configuration.Configuration;
3232
import org.flywaydb.core.api.configuration.FluentConfiguration;
33-
import org.flywaydb.core.api.pattern.ValidatePattern;
3433
import org.junit.jupiter.api.Test;
3534

3635
import org.springframework.beans.BeanWrapper;

0 commit comments

Comments
 (0)