anjaliInfy1822 commented on code in PR #13921:
URL: https://github.com/apache/camel/pull/13921#discussion_r1578983860


##########
catalog/camel-catalog/src/main/java/org/apache/camel/catalog/DefaultCamelCatalog.java:
##########
@@ -659,4 +654,15 @@ private String loadResource(String file) {
         }
     }
 
+    private ArtifactModel matchArtifactModelFromList(List<String> 
artifactModelList, String groupId, String artifactId,
+            String version) {
+        for (String name : artifactModelList) {
+            ArtifactModel<?> am = componentModel(name);

Review Comment:
   Hi @davsclaus , sorry I missed that part. Would it be okay to have different 
function for each case?
   



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to