Spring Projects Issues
Spring Projects Issues
**[arpan2501](https://jira.spring.io/secure/ViewProfile.jspa?name=arpan2501)** commented Team any updates on this, as we are still facing this issue. We are retrieving null values with keys expiry time set to 5 minutes but data retrieved...
**[kubav182](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49703)** commented Can you pls fix this bug?
**[Enoobong Ibanga](https://jira.spring.io/secure/ViewProfile.jspa?name=ienoobong)** commented Hi [Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl) any updates on this please?
**[Eugene Zrazhevsky](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50242)** commented Still being critical
**[Ali Shahbour](https://jira.spring.io/secure/ViewProfile.jspa?name=shahbour)** commented Have you tried changing the Controller ```java @RequestMapping(method = RequestMethod.POST, value = "/appointments") public ResponseEntity post(@RequestBody Resource appointment) { ............ appointment = appointmentRepository.save(appointment); HttpHeaders httpHeaders = new...
**[George T](https://jira.spring.io/secure/ViewProfile.jspa?name=tesseris)** commented Thanks! It works :)
**[Robert Rackl](https://jira.spring.io/secure/ViewProfile.jspa?name=doogie)** commented I am exposing my Repositores with `@RepositoryRestResource` (as spring-data-rest HATEOAS Resources) I do not have any RepositoryRestController. But I get the same error. How can I work...
**[Daniele Renda](https://jira.spring.io/secure/ViewProfile.jspa?name=drenda81)** commented I've the same problem and the workaround suggested doesn't work. If I follow that suggestion the Resource object has _content_ null and empty _links_ What's wrong?
**[Daniele Renda](https://jira.spring.io/secure/ViewProfile.jspa?name=drenda81)** commented Some advice? Thanks
**[Predrag](https://jira.spring.io/secure/ViewProfile.jspa?name=viceic)** commented Hello, This issue is still present in SDR 3.1.4 as well as SDR 3.2.0.M1 .. From the [DATAREST-976](https://jira.spring.io/browse/DATAREST-976) I'm concluding that this still isn't supposed to be fixed...