This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 63ad5d69d4 OAK-11970 : updated MongoDocker Rule to use Mongo 8 (#2565) 
(#2754)
63ad5d69d4 is described below

commit 63ad5d69d4517b46092bcce83ec6fe5d0f6a600c
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Feb 19 16:21:19 2026 +0100

    OAK-11970 : updated MongoDocker Rule to use Mongo 8 (#2565) (#2754)
    
    Co-authored-by: Rishabh Kumar <[email protected]>
---
 .../apache/jackrabbit/oak/plugins/document/mongo/MongoDockerRule.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDockerRule.java
 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDockerRule.java
index 95b86550d0..efae76e21d 100644
--- 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDockerRule.java
+++ 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDockerRule.java
@@ -43,7 +43,7 @@ public class MongoDockerRule extends ExternalResource {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(MongoDockerRule.class);
 
-    private static final String VERSION = System.getProperty("mongo.version", 
"5.0");
+    private static final String VERSION = System.getProperty("mongo.version", 
"8.0");
     private static final String MONGO_IMAGE = "mongo:" + VERSION;
     private static final AtomicReference<Exception> STARTUP_EXCEPTION = new 
AtomicReference<>();
     private static final int DEFAULT_MONGO_PORT = 27017;

Reply via email to