@JacksonXmlRootElement does not enforce the local name during deserialization #247
Labels
has-failing-test
Indicates that there exists a test case (under `failing/`) to reproduce the issue
most-wanted
Tag to indicate that there is heavy user +1'ing action
I was redirected here from the google group, so I'll just repeat what I said there : the localName attribute of
@JacksonXmlRootElement
is not enforced during deserialization. In other words, if I want the input to beAnd I get
inner will still be deserialized properly. This seems weird to me. Here is a fully reproductible test.
The text was updated successfully, but these errors were encountered: