Spring Boot 3: XML lists containing children with same name produce Jackson InvalidDefinitionException
I have a problem with an XML DTO. I was trying to assemble it in Spring Boot 3.3.5 and jackson-dataformat-xml v2.18.2. The issue here is that I have two lists that contain children with the same name in a DTO.
The DTO looks like this: