[
https://issues.apache.org/jira/browse/CAMEL-15274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320071#comment-17320071
]
Christoph Giera commented on CAMEL-15274:
-----------------------------------------
I think this is needed in the 3.4 version(LTS) too. 3.4 is the last version
with java 8 support. So 3.5 forces all to use java 11(which is not possible for
all) and going back to 3.3 means that you don't use a LTS version.
> camel-spring-boot - Add back http endpoint for route information
> ----------------------------------------------------------------
>
> Key: CAMEL-15274
> URL: https://issues.apache.org/jira/browse/CAMEL-15274
> Project: Camel
> Issue Type: New Feature
> Components: camel-spring-boot
> Reporter: Claus Ibsen
> Assignee: Ramu
> Priority: Major
> Fix For: 3.5.0
>
>
> In Camel 2.x we had spring boot actuator that could output route details, eg
> a list of the routes and their state, and some metrics.
> It was also possible to stop/start routes etc.
> However the latter was a concern for security.
> But having a basic http endpoint service to dump route details would be good.
> It should be disabled by default and only be a read-only service if enabled.
> The old code in 2.x can be of inspiration.
> And the old code is not compatible with newer spring boot so it needs to be
> migrated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)