HI,
I've been trying to implement a Validator that has for sole purpose to log information about the revision that gets
validated. One of the information that I need is the list of key that changed :
List<String> keys = validationContext.getChangedKeys();
And when I called this at line 3 of getChangedKeys() (ValidationContextImpl.java) :
Map<String, Object> cur = getCurrentRevision().getProperties();