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

please add GraalVM reflection hints files for the three subclasses under Traces #3321

Closed
joshlong opened this issue Dec 20, 2022 · 1 comment · Fixed by #3325
Closed

please add GraalVM reflection hints files for the three subclasses under Traces #3321

joshlong opened this issue Dec 20, 2022 · 1 comment · Fixed by #3325
Assignees
Labels
type/bug A general bug
Milestone

Comments

@joshlong
Copy link

joshlong commented Dec 20, 2022

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

@reactorbot reactorbot added the ❓need-triage This issue needs triage, hasn't been looked at by a team member yet label Dec 20, 2022
@OlegDokuka OlegDokuka added type/enhancement A general enhancement and removed ❓need-triage This issue needs triage, hasn't been looked at by a team member yet labels Dec 23, 2022
@OlegDokuka OlegDokuka added this to the 3.4.27 milestone Dec 23, 2022
violetagg added a commit that referenced this issue Jan 4, 2023
@violetagg
Copy link
Member

@joshlong This PR #3325 should fix the issue

@violetagg violetagg modified the milestones: 3.4.27, 3.5.2 Jan 4, 2023
@violetagg violetagg added type/bug A general bug and removed type/enhancement A general enhancement labels Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants