Spring Projects Issues
Spring Projects Issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Robson Farias](https://jira.spring.io/secure/ViewProfile.jspa?name=robsonfar)** commented Hi, just a small correction, the Jackson annotation is `@JsonIgnoreProperties`("field"). `@JsonIgnore` works ok. Thanks for raising this issue!
**[Phil Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=pwebb)** commented [Robson Farias](https://jira.spring.io/secure/ViewProfile.jspa?name=robsonfar) Thanks, I've edited the description
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Hm, I'm not sure the serializer is the place to fix this. TBCH, I wouldn't even have expected the serializer to be triggered for a property that's...
**[Brian Strom](https://jira.spring.io/secure/[email protected])** commented This one has been out for a while and seems to be understood pretty well. Any chance of getting some attention to it? JsonIgnoreProperties is a particularly...
**[deftdawg](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50303)** commented I've spent a couple of days trying to figure out why fields marked as JsonIgnoreProperties like this: ```java @ManyToOne @JsonIgnoreProperties(value = "myclass", allowSetters = true) private Company customer; ...