Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.14.1
-
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
- is related to
-
CAMEL-7592 Support setMode in XStreamDataFormat
- Resolved