Claus Ibsen created CAMEL-7323:
----------------------------------
Summary: createRouteStatisticEndpointJson - Returns invalid json
if no routes
Key: CAMEL-7323
URL: https://issues.apache.org/jira/browse/CAMEL-7323
Project: Camel
Issue Type: Bug
Components: camel-core, jmx
Affects Versions: 2.13.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.13.1
If there is no routes, we have an extra } which should not be there
{code}
{
"routes": {
}
}
}
{code}
Parse error on line 5:
... { }}}
-------------------^
Expecting 'EOF'
--
This message was sent by Atlassian JIRA
(v6.2#6252)