lburgazzoli edited a comment on issue #617: Build time Camel service resolution
URL: https://github.com/apache/camel-quarkus/issues/617#issuecomment-574061478
 
 
   Yep but the factory finder does not actually solve the issue as the factory 
instance need to be in any case instantiated and put into another registry, 
otherwise we still need to look it up, do class for name, new instance at 
runtime.
   
   Another option would be to actually discover such configurers at build time 
and register them through a recorder but the object won't be deleted as the 
component hold a reference so there's no real difference (IMHO) and this holds 
true for any object that is bound to a component.

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to