zonkyio / embedded-database-spring-test

A library for creating isolated embedded databases for Spring-powered integration tests.
Apache License 2.0
399 stars 37 forks source link

ignoreMissingMigrations #218

Closed codex70 closed 1 year ago

codex70 commented 1 year ago

Latest version of flyway fails as method ignoreMissingMigrations no longer exists.

See: https://stackoverflow.com/questions/73068931/how-to-upgrade-from-flyway-5-2-4-to-9-0-1

tomix26 commented 1 year ago

The fix is already prepared but hasn't been released yet. The related issue: https://github.com/zonkyio/embedded-database-spring-test/issues/207

codex70 commented 1 year ago

Thanks for letting me know, is there any idea of when this will be released, or do you know of a workaround until release?

tomix26 commented 1 year ago

Actually, I don't know about any workaround, but I'll try to release the new version as soon as I possible.