-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
Comments
cowtowncoder
added a commit
that referenced
this issue
Jan 12, 2021
cowtowncoder
added a commit
that referenced
this issue
Jan 12, 2021
cowtowncoder
added a commit
that referenced
this issue
Jan 12, 2021
This was referenced Jan 16, 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`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 uncheckedRuntimeException
instead of checkedIOException
. This is a major backwards-incompatible change and will need to go in Jackson 3.0.The text was updated successfully, but these errors were encountered: