Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classpath scanning support for GraalVM native images #3846

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 19, 2024

  1. Add classpath scanning support for GraalVM native images

    Images compiled ahead of time by GraalVM's native-image tool cannot be
    opened as jar files. Instead, GraalVM introduces special file system
    implementation that allows accessing resources built in the image at
    compile time. Use this file system implementation to scan for migrations
    on classpath when Flyway compiled in as part of native image build.
    Paullo612 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    abb4b50 View commit details
    Browse the repository at this point in the history