Hi, I'm wondering if it makes sense to add a dedicated conflict handler for the jcr:lastModified property to the default JcrConflictHandler class.
This is a date property and it represents the last modification date. Won't it make sense to merge concurrent updates by picking the newer date of the 2 options? The patch is not complicated (I already wrote it based on the existing ChildOrderConflictHandler) but before creating an issue, I was curious about what others think of this. thanks, alex
