You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dmitry Volodin (JIRA)" <ji...@apache.org> on 2018/12/19 19:49:00 UTC

[jira] [Updated] (CAMEL-13018) Swagger does not work if JMX is disabled

     [ https://issues.apache.org/jira/browse/CAMEL-13018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Volodin updated CAMEL-13018:
-----------------------------------
    Summary: Swagger does not work if JMX is disabled  (was: Swagger does not work if JMX is dissabled)

> Swagger does not work if JMX is disabled
> ----------------------------------------
>
>                 Key: CAMEL-13018
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13018
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-swagger
>    Affects Versions: 2.22.2
>            Reporter: Marat Gubaidullin
>            Priority: Minor
>
> Swagger returns 402 No Content if jmx is disabled.
> How to reproduce:
> Add following code to main method of [Application|https://github.com/apache/camel/blob/master/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/Application.java] class
> {{System.setProperty("org.apache.camel.jmx.disabled", "true");}}
>  



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