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 2023/06/19 16:31:00 UTC

[jira] [Resolved] (CAMEL-19471) camel-yaml-dsl - JSON library enum consistency

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

Claus Ibsen resolved CAMEL-19471.
---------------------------------
    Resolution: Fixed

> camel-yaml-dsl - JSON library enum consistency
> ----------------------------------------------
>
>                 Key: CAMEL-19471
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19471
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-yaml-dsl
>    Affects Versions: 3.20.5
>            Reporter: Marat Gubaidullin
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.21.0, 4.0-RC1, 4.0.0
>
>
> In catalog/models/json.json library enum is lowercase [ "fastjson", "gson", "jackson", "johnzon", "jsonb" ]
> https://github.com/apache/camel/blob/1d298e18d7fc3c3017e386096abad0095e5dd8af/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/json.json#LL19C6-L19C6
> In camelYamlDsl.json library enum is capitalized [ "Fastjson", "Gson", "Jackson", "Johnzon", "Jsonb" ]
> https://github.com/apache/camel/blob/1d298e18d7fc3c3017e386096abad0095e5dd8af/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json#L5226
> Which one is correct/canonical/recommended and could we sync them?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)