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

Allow Inheritance for @JsonIgnoreProperties #384

Merged
merged 2 commits into from
Jun 28, 2020

Conversation

tkalmar
Copy link

@tkalmar tkalmar commented Jun 28, 2020

Fixes #374

  • Added Tests (Inheritance worked already if the getters/setters are not overriden but i think this is expected.
  • Enhance IgnoreResolver for Inherited @JsonIgnoreProperties

Copy link
Member

@phillip-kruger phillip-kruger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

Copy link
Member

@MikeEdgar MikeEdgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you @tkalmar.

@MikeEdgar MikeEdgar merged commit 405594b into smallrye:master Jun 28, 2020
@MikeEdgar MikeEdgar added this to the 2.0.3 milestone Jul 15, 2020
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

Successfully merging this pull request may close these issues.

@JsonIgnoreProperties ignored on superclass
3 participants