You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Xray SDK does not expose the configuration for GraalVM native-image, which makes it hard to integrate the library with it. Some of the frameworks like quarkus rely on their custom builder recipes to feed native-image with correct reflection/resource configurations.
I think aws-xray-sdk should ship with the correct options in META-INF as specified in the following documentation to ease the pain of integrating library with GraalVM.