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/08/23 11:53:45 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #3026: Test setting the kamelet from an external file provided at runtime #3025

jamesnetherton commented on a change in pull request #3026:
URL: https://github.com/apache/camel-quarkus/pull/3026#discussion_r693903272



##########
File path: integration-tests/kamelet/src/main/java/org/apache/camel/quarkus/component/kamelet/it/KameletRoutes.java
##########
@@ -62,6 +62,9 @@ public void configure() throws Exception {
         from("direct:chain")
                 .to("kamelet:echo/1?prefix=Camel Quarkus&suffix=Chained")
                 .to("kamelet:echo/2?prefix=Hello&suffix=Route");
+
+        from("direct:kamelet-location-at-runtime")
+                .kamelet("upper?location=file:src/test/resources/upper-kamelet.xml");

Review comment:
       Is that location going to work on `quarkus-platform`?




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