-
Notifications
You must be signed in to change notification settings - Fork 196
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
Automatically register beans with methods annotated with @Handler for reflection #5472
Conversation
...ployment/src/main/java/org/apache/camel/quarkus/component/bean/deployment/BeanProcessor.java
Outdated
Show resolved
Hide resolved
Moving `HANDLER_ANNOTATION` to static var like `LANGUAGE_ANNOTATION`
...ployment/src/main/java/org/apache/camel/quarkus/component/bean/deployment/BeanProcessor.java
Show resolved
Hide resolved
@spatnity Looks promising. Is there a last @RegisterForReflection annotation left to remove in; |
pr linked to ticket #5378 |
Why would you remove the |
Yes, this is a typo. The question is about removing @RegisterForReflection. Fixing the note. |
Anything under |
… reflection