Hi, Am 07.09.2022 um 15:25 schrieb Jesse: > The mongo-java-driver compatibility page ( > https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/ ) > shows that driver version 3.12 only fully supports mongo db 4.2, and not > all of the features of mongodb 4.4. > > Why is mongo db 4.4 specified in the oak docs instead of 4.2?
Oak currently does not use MongoDB 4.4 features. Thus, it works fine with this combination of driver and server version. > Why still specify a very old and vulnerable version of mongo-java-driver in > the JCR-OAK dependencies? Oak does not use field level encryption, but users of Oak can easily use a more recent 3.12.x version if needed. Note, the Java Driver in Oak will soon be updated to 4.7.x (OAK-9447). > Confirming that JCR-OAK-1.44 / MongoDB 4.4 / Mongo-java-driver 3.12 is the > correct combination? Yes, this is valid combination. Regards Marcel
