You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2019/03/01 13:42: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 ]

Andrea Cosentino updated CAMEL-13018:
-------------------------------------
    Fix Version/s: 3.0.0-M1

> Swagger does not work if JMX is disabled
> ----------------------------------------
>
>                 Key: CAMEL-13018
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13018
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-swagger
>    Affects Versions: 2.22.2
>            Reporter: Marat Gubaidullin
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.0.0, 3.0.0-M1
>
>
> 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)