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
574 stars 222 forks source link

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

Closed wickstopher closed 6 months ago

wickstopher commented 6 months ago

Fixes #509.

cowtowncoder commented 6 months 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 6 months ago

Thank you @wickstopher !