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 order to allow merging of settings from multiple sources and/or levels (and for Jackson 2.8, specifically for multiple sources with the new "property config overrides"), it is necessary to introduce separate value object, similar to how JsonInclude.Value and JsonFormat.Value work.
So let's add this in 2.8; future work is likely needed next for @JsonPropertyOrder but one step at a time.