<Silly xmlns:a="http://www.w3.org/2001/XMLSchema-instance" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:Hey i:nil="true"/>
<a:Ho>to</a:Ho>
</Silly>
.. fails to properly deserialize in Jackson 2.10.x. Both Hey and Ho are null, while in 2.9.9 they were "" and "to".