You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/25 15:33:00 UTC

[jira] [Commented] (CAMEL-11586) camel-spring-boot - Have default value for endpoints.camelroutes.path

    [ https://issues.apache.org/jira/browse/CAMEL-11586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100207#comment-16100207 ] 

ASF GitHub Bot commented on CAMEL-11586:
----------------------------------------

GitHub user pchhabra11 opened a pull request:

    https://github.com/apache/camel/pull/1848

    CAMEL-11586: added default camel route path

    Possible Fix for https://issues.apache.org/jira/browse/CAMEL-11586. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pchhabra11/camel CAMEL-11586

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1848.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1848
    
----
commit d05229bde339296ec6c21e0ca769525cc6829326
Author: Pulkit <pc...@redhat.com>
Date:   2017-07-25T15:28:10Z

    CAMEL-11586: added default camel route path

----


> camel-spring-boot - Have default value for endpoints.camelroutes.path
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-11586
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11586
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring-boot
>            Reporter: Claus Ibsen
>             Fix For: 2.20.0
>
>
> We dont have a default value for endpoints.camelroutes.path so users must configure it
> {code}
> endpoints.camelroutes.path = /camel/routes
> endpoints.camelroutes.enabled = true
> {code}
> We should have a default value as above. And its default enabled anyway, so end users don't have to do anything its just there OOTB. 
> See the file additional-spring-configuration-metadata.json



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)