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

Regression test for databind#4595 #659

Closed SimonCockx closed 1 week ago

cowtowncoder commented 1 week ago

@SimonCockx Test failed because of trying to register module after using mapper :-)

Fixing.

cowtowncoder commented 1 week ago

Ok, so test passes against 2.17.2-SNAPSHOT, fails against 2.17.1. So I think that fix in databind works as expected.

cowtowncoder commented 1 week ago

@SimonCockx thank you for contributing this: merged with some changes, and ended up writing separate test in jackson-databind for merging as well.

This is a good fix to get since it will affect quite a few other introspection methods as well.