Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Dec 20, 2019 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

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.

@cowtowncoder cowtowncoder added this to the 2.10.2 milestone Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant