Joscorbe commented on code in PR #295:
URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r967120638
##########
oak-store-document/pom.xml:
##########
@@ -44,8 +44,8 @@
<instructions>
<Import-Package>
<!-- OAK-7182 -->${guava.osgi.import},
- com.mongodb*;version="[3.8, 4)";resolution:=optional,
- org.bson*;version="[3.8, 4)";resolution:=optional,
+ com.mongodb*;version="[3.8, 5)";resolution:=optional,
+ org.bson*;version="[3.8, 5)";resolution:=optional,
Review Comment:
No, they aren't compatible. I have upgraded them in this file. The minimum
MongoDB Driver version is now 4.7. I thought it could be a lower one like 4.0,
but due to some breaking changes introduced in several classes they are not
compatible.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]