Flyway not finding the migrations in a jar file
问题 I implemented Flyway in a number of applications I support and it worked like a dream. However as soon as I deployed the applications to the test environment the migrations stopped working. After some investigation I found that the migrations are not being located by Flyway when they are loaded into a jar file, but when they are not zipped up (like when I am working in Eclipse or if I extract the jar into the classpath) it works as expected. Due to the plugin architecture of the applications