-
Notifications
You must be signed in to change notification settings - Fork 921
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
Update GraalVM native image metadata #5946
Conversation
Motivation: GraalVM native image tool fails to generate a working binary since Armeria 1.30.0, due to its outdated metadata. Special thanks to @Dogacel who reported this issue. Modifications: Update the GraalVM native image metadata. Result: Armeria is again compatible with GraalVM native image tool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍
just curious, do we have a CI with GraalVM? (seems not configured yet? https://github.com/line/armeria/blob/main/.github/workflows/actions_build.yml ) |
Motivation:
GraalVM native image tool fails to generate a working binary since
Armeria 1.30.0, due to its outdated metadata. Special thanks to @Dogacel
who reported this issue.
Modifications:
../../
from the resource lookup inThriftMetadatAccess
.Result:
Armeria is again compatible with GraalVM native image tool.