@JacksonXmlRootElement
malfunction when using it with multiple XmlMapper
s and disabling annotations
#282
Milestone
@JacksonXmlRootElement
malfunction when using it with multiple XmlMapper
s and disabling annotations
#282
Found this in version 2.9.4 running some tests that go back and forth serializing with an XML mapper that uses annotations, and another one that ignores them. May be related to issue #171 and the cache of class annotations.
When running this code, the second print statement should use the annotation's localName but it instead uses the class name.
Output:
The text was updated successfully, but these errors were encountered: