spring-boot/spring-boot-autoconfigure
Stephane Nicoll ea8e0cfc48 Support for simple numeric Flyway version
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
2016-01-21 10:26:12 +01:00
..
src Support for simple numeric Flyway version 2016-01-21 10:26:12 +01:00
pom.xml Next Development Version 2015-12-18 05:43:02 -08:00