BUG: camel-jacksonxml swallows repeated elements in XML list

2021-02-22 Thread Keith Herbert
When parsing an XML string containing repeated nested elements such as 1 2 3 with .unmarshal().jacksonxml() the resulting body only has the last element. This is a known bug in jackson-databind-xml which was fixed in version 2.12.0 However, Camel 3.8.1 still uses 2.11.4 and the

Replacement for camel-xmljson for schema-less xml -> json

2021-02-11 Thread Keith Herbert
Hi all, camel-xmljson is deprecated and even it's documentation has recently been removed from the Camel website. Is there another DataFormatter that can perform xml->json without an xsd file or annotated pojos? The issue https://issues.apache.org/jira/browse/CAMEL-12995 says that it can