-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ArC: optimize "List all" injection points #45526
Conversation
mkouba
commented
Jan 13, 2025
- only collect InjectionPoint metadata if any of the resolved beans is dependent
- only collect InjectionPoint metadata if any of the resolved beans is dependent
CC @geoand |
Thanks @mkouba! |
Just wondering, what happens if there is an invalid |
Invalid in which sense? |
Invalid for example when declared on a non-dependent bean. |
It should fail during build: https://github.com/quarkusio/quarkus/blob/main/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java#L517-L527 |
OK, thanks! |
Status for workflow
|