You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Jackson 2.8, an API endpoint was added to attach "request payload" with parser. I think that API does not fit well with the design and needs to be rethought. As such, I'll remove it from 3.0.0-SNAPSHOT (master).
This removes one more aspect of mutability: if source is to be attached, it should be handled through builder-style mechanism (probably via ObjectReadContext somehow; that would allow passing it via ObjectReader).
But it definitely should not be done through setter in JsonParser for 3.0.
The text was updated successfully, but these errors were encountered:
In Jackson 2.8, an API endpoint was added to attach "request payload" with parser. I think that API does not fit well with the design and needs to be rethought. As such, I'll remove it from 3.0.0-SNAPSHOT (
master
).This removes one more aspect of mutability: if source is to be attached, it should be handled through builder-style mechanism (probably via
ObjectReadContext
somehow; that would allow passing it viaObjectReader
).But it definitely should not be done through setter in
JsonParser
for 3.0.The text was updated successfully, but these errors were encountered: