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

Conversation

Paullo612
Copy link

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.

See #2927

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.
@CLAassistant
Copy link

CLAassistant commented Feb 19, 2024

CLA assistant check
All committers have signed the CLA.

@ctoabidmaqbool
Copy link

ctoabidmaqbool commented Feb 19, 2024

I think, In FlywayDB the official support for GraalVM native-image feature is coming soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants