Skip to content

Jackson-jr 2.10 accidentally uses UncheckedIOException only available on JDK 8 #71

@cowtowncoder

Description

@cowtowncoder

Looks like #60 implementation added unfortunate JDK 8 dependency via use of UncheckedIOException which while otherwise nice and useful (esp. for this use) can not be used if we are to retain Java 6 compatibility.
So need to remove from 2.10.2, re-add in 3.0.

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