JiriOndrusek commented on issue #7851:
URL: https://github.com/apache/camel-quarkus/issues/7851#issuecomment-3606605621

   Hi @apupier using the one point for registration of all service loaders 
would be helpful indeed. (it would allow us to remove a lot of code). On the 
other hand there are several places like 
[this](https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelProcessor.java#L150)
 and 
[this](https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelProcessor.java#L210).
 where several services are directly excluded. 
   There is also another functionality linked to CQ's serviceLoaderBuildItems 
-> loading into camel registry, see this 
[enum](https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/spi/CamelServiceDestination.java#L30).
   
   Therefore I'd say that we should keep the current approach. WDYT?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to