(Please forgive about doubling posting in the mailing list and github issues; I'm not sure about the etiquette and preferred channels, when reporting issues.)
As per raised issue
#308 [1], when serializing to XML:
> One class has a List field annotated with @XmlElements. I expected that the object would be serialized into a parent element, and the contents of the list field would be direct children of that element. Instead, Jackson introduces an unwanted intermediary element, so that the contents of the list become grand children.
Note: I see different outputs when using Glassfish Jaxb and Jackson.
Can you advise? Is there some config I can apply to Jackson to change the output generation? Or is it a bug?
Leonel