• Stephane Nicoll's avatar
    Support for simple numeric Flyway version · ea8e0cfc
    Stephane Nicoll authored
    While Flyway's `MigrationVersion` is a String value, a simple "0" is
    also a valid number. When such value is not wrapped in YAML, an integer
    is injected rather than a String which leads to a failure as we can't
    convert it.
    
    This commit updates the `StringToMigrationVersionConverter` to also
    supports conversion from a Number. This is a convenience for users
    using YAML for configuration
    
    Closes gh-4981
    ea8e0cfc
Name
Last commit
Last update
..
src Loading commit data...
pom.xml Loading commit data...