Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @JsonIgnoreProperties.Value to support merging of settings #87

Closed
cowtowncoder opened this issue Apr 25, 2016 · 0 comments
Closed
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: related to #82, pre-requisite)

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.

@cowtowncoder cowtowncoder added this to the 2.8.0 milestone May 1, 2016
@cowtowncoder cowtowncoder changed the title (2.8) Add @JsonIgnoreProperties.Value to support merging of settings Add @JsonIgnoreProperties.Value to support merging of settings May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant