this is a general question about the great EntityLog feature. Oftentimes I would be interested in seeing the old values alongside to the new values of a change, so that i can determine “what” has changed a little better.
I’m just curious if this is something that is very hard to do (or not at all), or could be done by myself etc.
I know that the old value can be extracted by getting the information about the last changes of an entity instance, but this is pretty hard to find sometimes…
Just an idea - perhaps you have already thought about that as well.
This should be quite easy to implement since we switched to EclipseLink ORM. It enables getting old values of changed attributes, see PersistenceTools#getOldValue.
So we’ll do it for one of the future releases, see the linked issue.