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
567 stars 221 forks source link

Add NumberDeserWithXMLTests to show num len check works #562

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

Check that the XmlFactory streamReadConstraints are used properly

cowtowncoder commented 1 year ago

Sounds good. I'll change implementation slightly in 2.15 but the basic idea is the same.

cowtowncoder commented 1 year ago

I think we may have similar issue with textual format backends too (CSV and Properties; YAML should be fine).

pjfanning commented 1 year ago

I think we may have similar issue with textual format backends too (CSV and Properties; YAML should be fine).

I have a PR that adds more tests to dataformats-text