You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomohisa Igarashi (JIRA)" <ji...@apache.org> on 2018/04/24 20:50:07 UTC

[jira] [Commented] (CAMEL-12460) Spring Boot 2 - Camel routes actuator trouble

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

Tomohisa Igarashi commented on CAMEL-12460:
-------------------------------------------

I found it works like before if I add these 2 lines into application.properties
{code:none}
management.endpoints.web.path-mapping.camelroutes=/camel/route
management.endpoints.web.exposure.include=info,health,camelroutes
{code}

Now I'm looking for a way to override default value for these from camel-spring-boot component side (specify in additional-spring-configuration-metadata.json), but no luck so far.

> Spring Boot 2 - Camel routes actuator trouble
> ---------------------------------------------
>
>                 Key: CAMEL-12460
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12460
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-spring-boot
>            Reporter: Claus Ibsen
>            Assignee: Tomohisa Igarashi
>            Priority: Major
>             Fix For: 2.22.0
>
>
> It seems there is a bit of problem getting those to work in the examples. We need to get the context-path and have it working in the camel-example-spring-boot.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)