Skip to content

Replace checked JsonProcessingException with unchecked JacksonException #661

@cowtowncoder

Description

@cowtowncoder

As described in more detail under JSTEP-4, it'd be good to change existing Jackson exception hierarchy (now based on JacksonException, added in 2.12) to extend unchecked RuntimeException instead of checked IOException. This is a major backwards-incompatible change and will need to go in Jackson 3.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.xIssues to be only tackled for Jackson 3.x, not 2.x

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions