ppalaga commented on a change in pull request #252: camel application property 
routesUri is not overridden at runtime
URL: https://github.com/apache/camel-quarkus/pull/252#discussion_r333457333
 
 

 ##########
 File path: 
extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
 ##########
 @@ -72,6 +66,14 @@
          */
         @ConfigItem(defaultValue = "false")
         public boolean dumpRoutes;
+
+        /**
+         * List of xml URI containing camel routes to be loaded at runtime. 
Files
+         * can be loaded from either classpath or file by prefixing with 
classpath:
+         * or file:.
 
 Review comment:
   Suggestion:
   
   ```
            * A list of URIs containing the camel routes in the XML format to 
be loaded at runtime. Files
            * can be loaded from either classpath or file system by prefixing 
the URI with {@code classpath:}
            * or {@code file:} respectively.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to