Skip to content

Commit

Permalink
Update GraalVM native image metadata
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trustin committed Oct 16, 2024
1 parent b9c6622 commit 94b5513
Show file tree
Hide file tree
Showing 5 changed files with 3,099 additions and 256 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
"name" : "<init>",
"parameterTypes" : [ "long", "byte[][]", "java.lang.String", "io.netty.internal.tcnative.CertificateVerifier" ]
} ]
}, {
"name" : "io.netty.internal.tcnative.Library"
}, {
"name" : "io.netty.internal.tcnative.NativeStaticallyReferencedJniMethods"
}, {
Expand Down
Loading

0 comments on commit 94b5513

Please sign in to comment.