Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17152

camel-core - Model json should output enum values in their ordinal order

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.13.0
    • camel-core, tooling
    • None
    • Unknown

    Description

      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"

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: