Hello,
I would like to bring up an issue that was raised in a forum. Here is the link: https://github.com/FasterXML/jackson/discussions/259
I am reaching out to you to gather more information on the subject.
Thank you for your help.
After migration from spring boot 3.2.2 to 3.3.5 ,
I'm facing an issue with the jackson-dataformat-xml library when transforming JSON to XML . The generated XML output has changed unexpectedly, causing errors in my results.
Here's the JSON input:
With jackson-dataformat-xml:2.15.3, the XML output is correct:
However, after upgrading jackson-dataformat-xml:2.17.2, an additional tag <item> wrapper element appears:
this is my instrcutions
After searching it' seem The issue is reproducible starting from version 2.16.0-rc1 ( the last one which was OK is 2.15.4)