[
https://issues.apache.org/jira/browse/CAMEL-17152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436432#comment-17436432
]
Claus Ibsen commented on CAMEL-17152:
-------------------------------------
Its forced to be this ordering but the tooling must not use it
@Metadata(javaType = "org.apache.camel.LoggingLevel", defaultValue =
"INFO", enums = "TRACE,DEBUG,INFO,WARN,ERROR,OFF")
private String loggingLevel;
> camel-core - Model json should output enum values in their ordinal order
> ------------------------------------------------------------------------
>
> Key: CAMEL-17152
> URL: https://issues.apache.org/jira/browse/CAMEL-17152
> Project: Camel
> Issue Type: Improvement
> Components: camel-core, tooling
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 3.13.0
>
>
> LoggingLevel is defined as
> TRACE,
> DEBUG,
> INFO,
> WARN,
> ERROR,
> OFF;
> But its enum is generated in the json as A..Z
> "DEBUG", "ERROR", "INFO", "OFF", "TRACE", "WARN"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)