-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed as not planned
Closed as not planned
Copy link
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug
Description
The Flyway documentation for ignoreMigrationPatterns
at https://documentation.red-gate.com/fd/flyway-ignore-migration-patterns-setting-277579002.html states
By default, future migrations are ignored. You can unset this by assigning an empty string to ignoreMigrationPatterns
Reviewing https://github.com/spring-projects/spring-boot/blob/3.5.x/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration.java it only sets the value of spring.flyway.ignore-migration-patterns
when the list is not empty.
When using Flyway with Spring Boot it looks like it isn't possible to set to an empty string as documented by Flyway.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug