Description
Currently only a single ConflictHandler can be injected through Jcr.with(ConflictHandler), which makes it difficult to compose multiple, application specific conflict handlers. I propose to improve the setup by introducing a CompositeConflictHandler, which can be used to compose multiple ConflictHandler implementations into a single one used by Oak.