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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
