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 DeserializationContext as an argument for SettableBeanProperty.set(...) #3561

Closed
cowtowncoder opened this issue Aug 2, 2022 · 1 comment
Labels
3.0 Issue planned for initial 3.0 release

Comments

@cowtowncoder
Copy link
Member

One omission in Jackson 2.x is that while deserialization-related methods of SettableBeanProperty take DeserializationContext argument, set() and setAndReturn() do not. This is problematic for things like error reporting, access to configuration and so on.
It'd be good to rectify this problem.

@cowtowncoder cowtowncoder added to-evaluate Issue that has been received but not yet evaluated 3.x Issues to be only tackled for Jackson 3.x, not 2.x and removed to-evaluate Issue that has been received but not yet evaluated labels Aug 2, 2022
@cowtowncoder cowtowncoder added 3.0 Issue planned for initial 3.0 release and removed 3.x Issues to be only tackled for Jackson 3.x, not 2.x labels Dec 1, 2024
cowtowncoder added a commit that referenced this issue Dec 4, 2024
cowtowncoder added a commit that referenced this issue Dec 4, 2024
@cowtowncoder
Copy link
Member Author

Initial pass complete with all downstream dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 Issue planned for initial 3.0 release
Projects
None yet
Development

No branches or pull requests

1 participant