Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Kirill Voronin](https://jira.spring.io/secure/ViewProfile.jspa?name=yoursdearboy)** commented > the repository wanting to customize the defaults > Actually I'm talking about a use case when all repos want to apply the same customization. > Probably...

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...

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented I'm not quite sure what you're trying to do with this construct. If your data is not too complex, what about storing stuff inside a `Map` instead...

**[Rasheed Amir](https://jira.spring.io/secure/ViewProfile.jspa?name=rasheed)** commented Thanks for quick response `@Christoph`. We are building a REST API; and we allow our end users to store any sort of custom data on some selected...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented There are currently no plans to support Jackson types natively. Usually using types like these in a domain model feels rather weird in the first place as...

**[Rasheed Amir](https://jira.spring.io/secure/ViewProfile.jspa?name=rasheed)** commented Thanks Olivier for your input. How should the Map look like? e.g. Map? or what? I found a way that I can use Jackson codec provider. But...

**[Rasheed Amir](https://jira.spring.io/secure/ViewProfile.jspa?name=rasheed)** commented Quick update using following custom converters I was able to make it work: ```java public class ObjectNodeReadConverter implements Converter { private final ObjectMapper objectMapper; public ObjectNodeReadConverter(ObjectMapper objectMapper)...

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.

**[Stefan Reichert](https://jira.spring.io/secure/ViewProfile.jspa?name=stefanreichert)** commented Hey guys, since we face the same issue I'd really appreciate an answer to both questions mentioned above :). The current implementation for `DomainObjectReader.mergeForPut()` assumes all members...