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

Missing reflection hints for jakarta.inject classes #31259

Closed
bclozel opened this issue Sep 18, 2023 · 0 comments
Closed

Missing reflection hints for jakarta.inject classes #31259

bclozel opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: bug A general bug
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Sep 18, 2023

While working on #31213, I have found that we are missing reflection hints on jakarta.inject.Provider and that we are currently only registering reflection hints on other jakarta.inject classes if they are present on the classpath. The reflection attempt is performed in all cases and we should always register the hints.

@bclozel bclozel added type: bug A general bug theme: aot An issue related to Ahead-of-time processing labels Sep 18, 2023
@bclozel bclozel added this to the 6.0.13 milestone Sep 18, 2023
@bclozel bclozel self-assigned this Sep 18, 2023
@bclozel bclozel modified the milestones: 6.0.13, 6.1.0-RC1 Sep 19, 2023
@jhoeller jhoeller added the in: core Issues in core modules (aop, beans, core, context, expression) label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants