-
-
Notifications
You must be signed in to change notification settings - Fork 798
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.Reference
(demote from JsonMappingException
/DatabindException
)
#668
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
Comments
cowtowncoder
changed the title
Add
Add Jun 11, 2024
JacksonException.Reference
(demote from JsonMappingException
)JacksonException.Reference
(demote from JsonMappingException
/DatabindException
)
cowtowncoder
added a commit
that referenced
this issue
Jun 11, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 11, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 11, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 11, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 11, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 11, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 12, 2024
cowtowncoder
added a commit
that referenced
this issue
Jun 12, 2024
Was completed, marked as done, but forgot to close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to add better (optional) logical location information for all Jackson, it is necessary to move
Reference
helper type down fromjackson-databind
intojackson-core
. While it could be added as a main-level class, it probably makes more sense as a static inner class forJacksonException
, the new uber-base class for exceptions.It will then also make sense to move related functionality down the inheritance chain.
The text was updated successfully, but these errors were encountered: