embeddeds are not working with Jackson REQUIRE_SETTERS_FOR_GETTERS configuration [DATAREST-742] #1115
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
type: bug
A general bug
Micha Reiser opened DATAREST-742 and commented
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
Fixed with Jackson 2.6.4 #1013 (FasterXML/jackson-databind#1013)
So if someone can close the issue but leave it for documentation purpose...
Affects: 2.4.2 (Gosling SR2)
Reference URL: FasterXML/jackson-databind#1013
Referenced from: pull request #204
The text was updated successfully, but these errors were encountered: