unable to run migrations due to ensureSupported method error
pdrake1
Posts: 5 New member
I am getting an error message saying Receiver class org.flywaydb.database.mysql.MySQLDatabase does not define or inherit an implementation of the resolved method 'abstract void ensureSupported(org.flywaydb.core.api.configuration.Configuration)'. I am using the flyway-mysql as well as flyway-core dependencies. I am using the flyway-maven-plugin version 10.0.0.
Tagged:
Answers
Please could you pull a newer version (latest is 10.7.1) and let us know if the issue persists?
We introduced multiple large architectural changes in v10, including splitting our more elements into their own artefacts and there were a few teething issues in the early v10 releases.