ppalaga opened a new issue #617: Build time Camel service resolution
URL: https://github.com/apache/camel-quarkus/issues/617
 
 
   I stumbled upon this when I was rebasing my telegram branch on top of the 
current Camel master. It did not work because the endpoint and component 
configurers were not found. Those are currently looked up at runtime by 
inspecting the files in `META-INF/services/org/apache/camel/configurer` and we 
do not add them to the native image. 
   
   Clearly, the problem could be solved by adding 
`META-INF/services/org/apache/camel/configurer` & co. to the native image, but 
that kind of solution would not utilize the full potential of Quarkus build 
time augmentation.
   
   I am currently having a PoC that provides a camel-quarkus specific 
implementation of FactoryFinderResolver. It resolves the services based on a 
single map that is filled at build time.
   
   I wonder whether anybody can think of a better strategy here?
   
   I'll share my code when I get all tests passing.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to