You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/07/30 06:20:57 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #2963: Introduce a build time optimized FastComponentNameResolver

jamesnetherton commented on pull request #2963:
URL: https://github.com/apache/camel-quarkus/pull/2963#issuecomment-889659416


   > Does this prevent end users from adding their own components via service loader?
   
   No, the components will still get registered. But I did realise something with the build time catalog that I wrote recently, in that doing discovery via these [annotations](https://github.com/apache/camel-quarkus/blob/main/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelUnremovableBeansProcessor.java#L47-L51) may not work with old style components because it's a Camel 3 construct. Hence my question on [Zulip](https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/CamelServiceBuildItem) about `CamelServiceBuildItem`.


-- 
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: commits-unsubscribe@camel.apache.org

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