FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
561 stars 221 forks source link

Fix #509: Do not throw when parsing mixed content arrays #651

Closed wickstopher closed 1 month ago

wickstopher commented 1 month ago

Fixes #509.

cowtowncoder commented 1 month ago

For some reason needed to create new PR instead of pushing changes to this one; so #652 is this fix plus release notes. Closing this.

cowtowncoder commented 1 month ago

Thank you @wickstopher !