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.Reference (demote from JsonMappingException/DatabindException) #668

Closed
cowtowncoder opened this issue Jan 23, 2021 · 1 comment
Labels
3.x Issues to be only tackled for Jackson 3.x, not 2.x

Comments

@cowtowncoder
Copy link
Member

In order to add better (optional) logical location information for all Jackson, it is necessary to move Reference helper type down from jackson-databind into jackson-core. While it could be added as a main-level class, it probably makes more sense as a static inner class for JacksonException, the new uber-base class for exceptions.

It will then also make sense to move related functionality down the inheritance chain.

@cowtowncoder cowtowncoder added the 3.x Issues to be only tackled for Jackson 3.x, not 2.x label Jan 23, 2021
@cowtowncoder cowtowncoder changed the title Add JacksonException.Reference (demote from JsonMappingException) Add JacksonException.Reference (demote from JsonMappingException/DatabindException) 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
Copy link
Member Author

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
Labels
3.x Issues to be only tackled for Jackson 3.x, not 2.x
Projects
None yet
Development

No branches or pull requests

1 participant