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

Update GraalVM native image metadata #5946

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Update GraalVM native image metadata #5946

merged 2 commits into from
Nov 7, 2024

Conversation

trustin
Copy link
Member

@trustin trustin commented Oct 16, 2024

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:

  • Updated the GraalVM native image metadata.
  • Removed the redundent ../../ from the resource lookup in ThriftMetadatAccess.

Result:

Armeria is again compatible with GraalVM native image tool.

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.
@trustin trustin added the defect label Oct 16, 2024
@trustin trustin added this to the 1.31.0 milestone Oct 16, 2024
Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@jrhee17 jrhee17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍 👍

Copy link
Member

@minwoox minwoox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍 👍

@jrhee17 jrhee17 merged commit 2ea65f5 into main Nov 7, 2024
25 checks passed
@jrhee17 jrhee17 deleted the update_graalvm_metadata branch November 7, 2024 02:13
@imasahiro
Copy link
Member

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 )

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

Successfully merging this pull request may close these issues.

5 participants