zhfeng commented on code in PR #16214:
URL: https://github.com/apache/camel/pull/16214#discussion_r1836782239
##########
core/camel-core-model/src/main/java/org/apache/camel/model/MarshalDefinition.java:
##########
@@ -88,6 +89,7 @@ public class MarshalDefinition extends
NoOutputDefinition<MarshalDefinition> imp
@XmlElement(name = "custom", type = CustomDataFormat.class),
@XmlElement(name = "fhirJson", type = FhirJsonDataFormat.class),
@XmlElement(name = "fhirXml", type = FhirXmlDataFormat.class),
+ @XmlElement(name = "fury", type = FuryDataFormat.class),
Review Comment:
Thanks @davsclaus for pointing out. Just wonder if there is any docs for
develop a new `DataFormat`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]