Tatu Saloranta
Tatu Saloranta
Merged in failing test to make it easier to verify improvements, if any. As per my comments I think error reporting is the thing to improve as usage itself might...
That does seem wrong to me, thank you for reporting. Quick question: which version did you test with?
@zhuhw That is a rather old version (almost 5 years ago) and a lot has changed since then. Does the problem still occur with, say, 2.17.1? I can try it...
For example, #220 was fixed for 2.11.3 and seems like that might be fix for your issue @zhuhw ?
Assuming this was fixed since I have seen no updates; closing. May be re-opened with reproduction against recent version, if this still occurs.
FWTW, `@JsonCreator(mode = DISABLED)` definitely should make constructor ignored (if not a bug). `@JsonIgnore` interesting -- conceptually it should cause ignoral, too, but might not be checked (worth an issue...
Quick note: databind side now has a fix for issue as reported (https://github.com/FasterXML/jackson-databind/issues/5045), for branch `2.x` (2.21.0-SNAPSHOT). That fix does lead to failures of `Github722` (#722) tests FWTW.
Filed #1051 for regression; it's an odd one.
@zhenlin-pay2 Does 2.20.0 make any difference?
Is this supported in `jackson-databind`? I didn't think it was, at least for `Stream`s. That'd be needed before XML support I think (if missing like I think it is).