-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Add properties for configuring Flyway's ignoreMigrationPatterns, detectEncoding, and failOnMissingLocations #26456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add properties for configuring Flyway's ignoreMigrationPatterns, detectEncoding, and failOnMissingLocations #26456
Conversation
…nMissingLocations
...oconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Sach Nguyen <sachnbbkhn@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I've made some comments.
For consistency we order properties a certain way and we try to stick with that order for mapping and tests as well.
...oconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
Outdated
Show resolved
Hide resolved
...oconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
Outdated
Show resolved
Hide resolved
...oconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
Outdated
Show resolved
Hide resolved
...oconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the follow-up!
I've migrated this one to an enhancement as we're upgrading to 7.11.1 in #27290 |
Updated Flyway to v7.9.0 with following changes -
ignoreMigrationPatterns
(v7.8.0).detectEncoding
andfailOnMissingLocations
(v7.9.0).