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

Replace checked JsonProcessingException with unchecked JacksonException #661

Closed
cowtowncoder opened this issue Jan 12, 2021 · 0 comments · Fixed by #666
Closed

Replace checked JsonProcessingException with unchecked JacksonException #661

cowtowncoder opened this issue Jan 12, 2021 · 0 comments · Fixed by #666
Labels
3.x Issues to be only tackled for Jackson 3.x, not 2.x

Comments

@cowtowncoder
Copy link
Member

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.

@cowtowncoder cowtowncoder added the 3.x Issues to be only tackled for Jackson 3.x, not 2.x label Jan 12, 2021
cowtowncoder added a commit that referenced this issue Jan 12, 2021
cowtowncoder added a commit that referenced this issue Jan 20, 2021
…nchecked (#666)

Change `JacksonException` to extend `RuntimeException`; make necessary API changes wrt `IOException`.
cowtowncoder added a commit that referenced this issue Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues to be only tackled for Jackson 3.x, not 2.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant