davsclaus opened a new issue #2176:
URL: https://github.com/apache/camel-quarkus/issues/2176


   Some Camel components uses HeaderSelectorProducer which does use reflection 
to discover annotations on methods on the producer class.
   
   We can use camel quarkus to do build time optimization by scanning for those 
annotations (such as InvokeOnHeaders) and then pre configure this on the 
producer.
   
   This may require changes in camel-core in the HeaderSelectorProducer to 
support such use-case.
   This will also help native mode as there are no reflection and we can likely 
remove such rules for the extensions that uses this header selector producer.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to