Flyway Java migration not supported in native images #33458
Labels
for: external-project
For an external project and not something we can fix
status: declined
A suggestion or change that we don't feel we should currently apply
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
As discussed on gitter with @jnizet :
While we support the discovery of static sql migration files at runtime in a native image (using a custom resolver,
org.springframework.boot.autoconfigure.flyway.NativeImageResourceProviderCustomizer
) we are currently missing reflection metadata entries for the Java migration classes, since they are instantiated reflectively.The text was updated successfully, but these errors were encountered: