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
As of Jackson 2.x, UnrecognizedPropertyException has message like:
Unrecognized field \"%s\" (class %s), not marked as ignorable
but term "field" should really be "property" to be consistent with other parts of Jackson (we could also consider referring to "unknown" instead of "unrecognized" but for now leave that be).
Since message may be considered part of API (it is likely that some logging, error handling, by external monitoring matches some messages like this), let's only change for 3.0, not 2.x.