You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/09/05 12:14:36 UTC

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

mreutegg commented on code in PR #295:
URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r962842807


##########
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:
   I think the lower bound needs adjustment as well, or does oak-store-document with the changes in this PR still work with version 3.8 of the MongoDB Java driver?



-- 
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: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org