refered question discover flyway remove slashes of end of location path method normalizelocation. (on flyway 1.7) in debug mode when flyway call findresourcenames if evaluate
getclassloader().getresources("com/me/app/sql/migration").hasmoreelements(); it's return false. if evaluate
getclassloader().getresources("com/me/app/sql/migration/").hasmoreelements(); it's return true.
so why flyway doing ? cause it's source of problem, , cause of migration never find.
Comments
Post a Comment