Hello, I’m trying to use Jackrabbit Oak in a Spring boot-based project, which uses some libraries that are dependent on version 3 of the mongo-java-driver. This, however, causes troubles with the Jackrabbit project, since it’s dependent on the not-compatible version 2 of the same driver. Even the “Getting started” snippet can’t be run, since MongoDocumentStore.java#L132/140/etc uses the ensureIndex, which is not available in the v3 driver. My question is have you come across this scenario, what would be your suggestion to handle it and do you have any plans to switch to the v3 of the driver.
Regards, Milan Milanov