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

Add JacksonException as parent class of JsonProcessingException (for 3.x compatibility) #640

Closed
cowtowncoder opened this issue Sep 7, 2020 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

Plan for Jackson 3.x includes big changes to exception handling (see https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-4), but one thing that might help future-proofing slightly would be to introduce the ultimate super type now in 2.12.
While JacksonException would still extend java.io.IOException (and this be checked), it could allow some changes to be made earlier, esp. for documentation.

@cowtowncoder cowtowncoder added this to the 2.12.0 milestone Sep 24, 2020
@cowtowncoder cowtowncoder removed the 2.12 label Sep 24, 2020
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