[
https://issues.apache.org/jira/browse/CAMEL-9224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14997881#comment-14997881
]
ASF GitHub Bot commented on CAMEL-9224:
---------------------------------------
GitHub user evmin opened a pull request:
https://github.com/apache/camel/pull/672
CAMEL-9224 : FIX1 - Command syntax exceptions. Endpoint stats filter.
* Removed @Required CRaSH annotation to minimise unnecessary exceptions on
parameter validation.
Replaced it with a default option (where possible) - the first camel
context.
Otherwise validating required params/options with a custom method isNull()
* Replaced the default option for the endpoint-stats filter - it is working
now
I understand the idea behind minimising the exceptions. All for it, but
wanted to mention that it seems that CRaSH shell is generating one on logout.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/evmin/camel CAMEL-9224-FIX1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/672.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 #672
----
commit 9cac2aab3dd915fb8c461fe977dbf3c56b52638d
Author: Evgeny Minkevich <[email protected]>
Date: 2015-11-10T02:14:05Z
CAMEL-9224 : FIX1 - Removed command syntax exceptions. Fixed the default
option for endpoint stats filter.
----
> Camel specific commands for spring boot shell
> ---------------------------------------------
>
> Key: CAMEL-9224
> URL: https://issues.apache.org/jira/browse/CAMEL-9224
> Project: Camel
> Issue Type: New Feature
> Components: camel-spring-boot, tooling
> Reporter: Evgeny Minkevich
> Assignee: Claus Ibsen
> Fix For: 2.17.0
>
>
> As an integration administrator who has to monitor/troubleshoot running PROD
> environments I would like to have camel specific commands in spring boot
> shell:
> camel:context-info
> camel:context-list
> camel:context-start
> camel:context-stop
> camel:endpoint-list
> camel:route-info
> camel:route-list
> camel:route-profile
> camel:route-reset-stats
> camel:route-resume
> camel:route-show
> camel:route-start
> camel:route-stop
> camel:route-suspend
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)