Spring Projects Issues
Spring Projects Issues
**[HZ](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50611)** commented any update on this one? upgrading from spring-data-rest-webmvc:2.3.0.RELEASE to the latest causes this issue
Mongo Auditing: @CreatedDate field gets set to null on updates with Spring Data Rest [DATAREST-1204]
**[Benjamin Cody](https://jira.spring.io/secure/[email protected])** commented Note: instead of removing the public getter/setter of the `@CreatedDate` field, adding the `@JsonIgnore` annotation also prevents it from being set to null on updates. That's what...
Mongo Auditing: @CreatedDate field gets set to null on updates with Spring Data Rest [DATAREST-1204]
**[Keats](https://jira.spring.io/secure/ViewProfile.jspa?name=keats)** commented Note : `@ReadOnlyProperty` doesn't help (it works on JPA entities though) It appears there is no way to make it work while exposing the values to the client....
Mongo Auditing: @CreatedDate field gets set to null on updates with Spring Data Rest [DATAREST-1204]
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented tl;dr: `@JsonIgnoreProperties(value={ … }, allowGetters=true)` should do the trick and whether a value gets serialized or deserialized for a simple property is purely a matter of your...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Hey [Michael Gmeiner](https://jira.spring.io/secure/ViewProfile.jspa?name=gmeiner.m), we currently don't have plans to support reactive Redis repositories. There's a rationale in [DATAREDIS-796](https://jira.spring.io/browse/DATAREDIS-796). Unless we get a significant number of users asking...
**[Michael Gmeiner](https://jira.spring.io/secure/ViewProfile.jspa?name=gmeiner.m)** commented Thanks for the quick reply. That's a real pity. In my company we take a lot of use of redis hashes and the RedisRepository are a great...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented We're using Jira for that. Keeping the current state of affairs and reasons for our decisions in the docs would make the docs a magnet for change...
**[Michael Gmeiner](https://jira.spring.io/secure/ViewProfile.jspa?name=gmeiner.m)** commented Yes i understand you and i also understand the effort behind it but the documentation confuses here. It seems that it is supported because you can use...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented In the meantime, you can use [`ObjectHashMapper`](https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/hash/ObjectHashMapper.html) to map between objects and hashes without being bound to a particular execution method
**[Anoop Gopalakrishnan](https://jira.spring.io/secure/ViewProfile.jspa?name=anoop2811)** commented Can the severity of this be bumped up if possible?