Replies: 3 comments 3 replies
-
OK, we need reproduction. Please provide your Jackson configuration and and how you declared your POJO. Actually full but minimal reproduction they could fit into this issue would be great. If you're not sure what full reproduction means, please refer to other discussions |
Beta Was this translation helpful? Give feedback.
-
Wrong place, needs to go in XML format module, will move. |
Beta Was this translation helpful? Give feedback.
-
Probably related to fix #148, serialization of Not quite, actually, if
is technically even support. I would try instead
although that might not produce XML you are trying to get. |
Beta Was this translation helpful? Give feedback.
-
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 is2.15.4
)Beta Was this translation helpful? Give feedback.
All reactions