You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/10/08 13:21:00 UTC

[jira] [Created] (CAMEL-15660) component json - Default value for boolean type should not be in quotes

Claus Ibsen created CAMEL-15660:
-----------------------------------

             Summary: component json - Default value for boolean type should not be in quotes
                 Key: CAMEL-15660
                 URL: https://issues.apache.org/jira/browse/CAMEL-15660
             Project: Camel
          Issue Type: Task
            Reporter: Claus Ibsen
             Fix For: 3.6.0


Noticed that in seda.json we have some boolean type with default values as "true" and others as true

"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": "false"

vs

 "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": false,



--
This message was sent by Atlassian Jira
(v8.3.4#803005)