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

Support setMode in JsonDataFormat

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.14.1
    • 2.14.2, 2.15.0
    • camel-xstream
    • None
    • Unknown

    Description

      CAMEL-7592 introduced the ability to customise the XStream mode, however org.apache.camel.dataformat.xstream.JsonDataFormat#createXStream still sets the mode explicitly to NO_REFERENCES.

      I think someone just has to update the method to do the following instead:

                      if (getMode() != null) {
                          xs.setMode(getModeFromString(getMode()));
                      }
      

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              westerg Gareth Western
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: