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/13 08:22:00 UTC

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

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

Claus Ibsen reassigned CAMEL-15660:
-----------------------------------

    Assignee: Claus Ibsen

> 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
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             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)