Skip to content

Deserialization from blank (not empty) String fails for Collections #460

@cowtowncoder

Description

@cowtowncoder

(note: follow-up to #458

Looks like deserialization of List<POJO> (wrapped) succeeds from empty String (zero-length), but not from blank (all white-space). Since latter case is a common occurrence for indented XML content, it should behave the same.
Handling is actually implemented in jackson-databind but since it only affects XML backend (with default coercion settings, that is), I'll file issue here, and add unit test. Fix itself will be in databind however.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions