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

DATAREST-742: Fix embeddeds not working with require setters for getters configuration #204

Closed
wants to merge 1 commit into from
Closed

DATAREST-742: Fix embeddeds not working with require setters for getters configuration #204

wants to merge 1 commit into from

Conversation

MichaReiser
Copy link

The embeddeds are not emitted for PersistedEntityResources when MapperFeature.REQUIRE_SETTERS_FOR_GETTERS is used. Add an explicit JsonProperty annotation to enforce JSON output for getEmbedded in the PersistentEntityResourceSerializer

…ation

The embeddeds are not emitted when
MapperFeature.REQUIRE_SETTERS_FOR_GETTERS is used. Add an explicit
JSON Property annotation to enforce JSON output for getEmbedded.
@odrotbohm
Copy link
Member

Would you mind opening a ticket in our JIRA for that? Also, please add a test case that shows what's now working and wasn't before. Thanks!

@odrotbohm odrotbohm self-assigned this Jan 6, 2016
@MichaReiser MichaReiser changed the title Fix embeddeds not working with require setters for getters configuration DATAREST-742: Fix embeddeds not working with require setters for getters configuration Jan 7, 2016
@MichaReiser
Copy link
Author

Is fixed with Jackson 2.6.4 FasterXML/jackson-databind#1013

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.

2 participants