Hi, On 21/03/16 21:23, "Michael Dürig" <[email protected]> wrote: > There is org.apache.jackrabbit.oak.spi.commit.PartialConflictHandler and > a couple of its implementations already. Maybe this could be leveraged > here by somehow connecting it to the mix-ins you propose.
Yes, I think it should be something like a PartialConflictHandler that is either configurable or customizable. On 22/03/16 11:35, "Davide Giannella" <[email protected]> wrote: > I'd go for the mixin, with a default chain/order of conflict resolution > and allow to define such in a multivalue property. So that in case > needed the user can define its own chain of conflict resolution, or even > custom one if needed. Right, sounds like a mixin rather than (just) a property would be more appropriate. Cheers, Stefan
