Flyway doesn't pick up migrations in a native image
adamkobor opened this issue · 1 comments
adamkobor commented
The following exception has been thrown on startup inside a native image:
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [javax.sql.DataSource] could not be loaded: Unable to obtain inputstream for resource: db/migration/V1__Test.sql
adamkobor commented
Cannot reproduce, the issue disappeared without any change :/