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 2019/10/10 11:02:48 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #252: camel application property routesUri is not overridden at runtime

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:
users@infra.apache.org


With regards,
Apache Git Services