-
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 Instance injection points #45353
ArC: optimize Instance injection points #45353
Conversation
mkouba
commented
Jan 3, 2025
- only collect InjectionPoint metadata if any of the resolved beans is dependent
@mkouba Thanks! I assume I also have to make the beans in Quarkus REST |
That should not be necessary. Or at least not necessary for the optimization in this PR ;-). |
Cool, let me check |
Indeed the call to |
When I have a little more time to poke around, I'll see if there are any other small quick wins that we can get |
- only collect InjectionPoint metadata if any of the resolved beans is dependent
3d3cf1d
to
34d9dd9
Compare
Status for workflow
|