You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/08/23 08:50:07 UTC

[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #5215: Populate FastComponentNameResolver component names from included component service paths

zhfeng commented on code in PR #5215:
URL: https://github.com/apache/camel-quarkus/pull/5215#discussion_r1302697464


##########
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelProcessor.java:
##########
@@ -399,15 +395,19 @@ public List<CamelRoutesBuilderClassBuildItem> discoverRoutesBuilderClassNames(
     @Record(ExecutionTime.STATIC_INIT)
     @BuildStep
     CamelComponentNameResolverBuildItem componentNameResolver(
-            BuildTimeCamelCatalogBuildItem camelCatalog,

Review Comment:
   It seems that `BuildTimeCamelCatalog` no other usage if we remove here. Just curious, what's the original idea about it?



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