Hi,
I need to implement some kind of auditing. I am using Spring Data Neo4j. I see it supports auditing, but it seems rather limited to me. Is it possible to keep old data with the auditing, like e.g. Envers does it? So I don't have to save old data manually..
Best,
Ivan