This is an automated email from the ASF dual-hosted git repository.
daim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 28e456c811 OAK-11971 : updated MongoProcess to use Mongo 8 (#2566)
28e456c811 is described below
commit 28e456c8111bff9e7de3a2af9c032ba3dfa560f8
Author: Rishabh Kumar <[email protected]>
AuthorDate: Thu Oct 9 15:00:24 2025 +0530
OAK-11971 : updated MongoProcess to use Mongo 8 (#2566)
---
.../org/apache/jackrabbit/oak/plugins/document/mongo/MongodProcess.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/MongodProcess.java
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongodProcess.java
index 61d0f50731..6bb5522489 100644
---
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongodProcess.java
+++
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongodProcess.java
@@ -44,7 +44,7 @@ import de.flapdoodle.embed.process.runtime.IStopable;
*/
public class MongodProcess {
- private static final String VERSION = "4.2.16";
+ private static final String VERSION = "8.0.15";
private static final Directory TMP_DIR = join(new FixedPath("target"), new
FixedPath("tmp"));