Change wording of UnrecognizedPropertyException
to refer to "property" not "field"
#2713
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
As of Jackson 2.x,
UnrecognizedPropertyException
has message like: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.
The text was updated successfully, but these errors were encountered: