This PR upgrades Flyway dependency to recently released 9.0.1 and adjusts to various breaking changes:
- removal of previously deprecated properties (
ignore*Migrations,oracleKerberosConfigFile) - removal of properties that have moved out of Flyway OSS (
baselineMigrationPrefix) - change of default values for properties (
cleanDisabled) PluginRegister#getPluginnot beingstaticanymoreMigrationTypechanged from being anenumtointerface- license key detection log entry
Comment From: wilkinsona
Thanks very much, @vpavic.