Root-level null
handling (via xsi:nil
) leaves trailing token in JsonParser
-exposed token stream
#714
Labels
2.19
has-failing-test
Indicates that there exists a test case (under `failing/`) to reproduce the issue
(note: issue uncovered due to FasterXML/jackson-databind#3406 change to default of
DeserializationFeature.FAIL_ON_TRAILING_TOKENS
totrue
).So: it looks like conversion of root XML object into virtual
null
(usingxsi:nil
at least) produces unwantedJsonToken.END_OBJECT
token, caught by validation.Ideally this would not occur.
The text was updated successfully, but these errors were encountered: