We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traces
please add GraalVM reflection hints files for the three subclasses under Traces, as they're referenced this way in the code:
Traces.class.getName() + "$StackWalkerCallSiteSupplierFactory", Traces.class.getName() + "$SharedSecretsCallSiteSupplierFactory", Traces.class.getName() + "$ExceptionCallSiteSupplierFactory",
the code uses reflection to load up instances of these types. this breaks in a graalvm native image context
The text was updated successfully, but these errors were encountered:
Add reflection hints for native-image support
6571be5
Fixes #3321
@joshlong This PR #3325 should fix the issue
Sorry, something went wrong.
Add reflection hints for native-image support (#3325)
9d47a04
violetagg
Successfully merging a pull request may close this issue.
please add GraalVM reflection hints files for the three subclasses under
Traces
, as they're referenced this way in the code:the code uses reflection to load up instances of these types. this breaks in a graalvm native image context
The text was updated successfully, but these errors were encountered: