kuvasz-uptime/kuvasz

Flyway doesn't pick up migrations in a native image

adamkobor opened this issue · 1 comments

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

Cannot reproduce, the issue disappeared without any change :/