Flyway fails-fast if it comes across an unknown configuration property. However, if there are multiple unknown properties in a config file, Flyway currently fails on the first one it finds; once that is corrected then, and only then, will it fail on the subsequent one. It would be better to list all unknown properties in the failure message, so that they can be remedied in a single iteration.
The text was updated successfully, but these errors were encountered:
alextercete
changed the title
Fail all unknown proeprties at once
Fail all unknown properties at once
Dec 23, 2019
Flyway fails-fast if it comes across an unknown configuration property. However, if there are multiple unknown properties in a config file, Flyway currently fails on the first one it finds; once that is corrected then, and only then, will it fail on the subsequent one. It would be better to list all unknown properties in the failure message, so that they can be remedied in a single iteration.
The text was updated successfully, but these errors were encountered: