davsclaus commented on code in PR #16214:
URL: https://github.com/apache/camel/pull/16214#discussion_r1837029094
##########
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:
No specific docs - the best is looking at any of the others and see how they
are done.
--
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]