Spring Projects Issues
Spring Projects Issues
**[Yuriy Yunikov](https://jira.spring.io/secure/[email protected])** commented I've created a workaround for the issue using custom RequestBodyAdviceAdapter which works for me well. Check out my [answer on StackOverflow](http://stackoverflow.com/a/40234338/1889928)
**[Daniele Renda](https://jira.spring.io/secure/ViewProfile.jspa?name=drenda81)** commented Some update on this? I'm experiencing the same problem. I saw the workaround of `@Yuriy` Yunikov. What is the official position of Spring team about this? Thanks
**[Sergei Poznanski](https://jira.spring.io/secure/ViewProfile.jspa?name=cepr0)** commented I agree - this is extremely necessary functionality! It must be implemented. Often we have to implement custom method in RepositoryRestController (and get access to injected PersistentEntityResourceAssembler),...
**[Daniele Renda](https://jira.spring.io/secure/ViewProfile.jspa?name=drenda81)** commented `@Sergei` Poznanski Even using the initBinder anyway, the response I've from the controller in case of error is different from the one returned from SDR repository. Using...
**[Sergei Poznanski](https://jira.spring.io/secure/ViewProfile.jspa?name=cepr0)** commented `@Daniele` I created a custom class for user messages and fill it in ExceptionHandler...
**[Daniele Renda](https://jira.spring.io/secure/ViewProfile.jspa?name=drenda81)** commented Any update about this issue? Thanks
**[Bogdan Samondros](https://jira.spring.io/secure/[email protected])** commented +1. Was faced with this case today. Very sstrange that no customization for SDR. It's realy painful
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...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented You're seeing an effect how Spring Framework works with `@Configuration` classes. Spring Data Redis applies defaulting through `RedisRepositoriesRegistrar` and `RedisRepositoryConfigurationExtension` by checking whether there are bean definitions...
**[James Green](https://jira.spring.io/secure/ViewProfile.jspa?name=jgreen)** commented Mark, I appreciate your time on this so soon. What you suggest fits with what we saw. The ordering of events at boot did appear to change...