This is an automated email from the ASF dual-hosted git repository.
baedke 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 fe36accf1f OAK-10344: oak-run ITs fail with failsafe >= 3.0.0 (#2709)
fe36accf1f is described below
commit fe36accf1fec2033bc6fb735e4e69aa059608c55
Author: mbaedke <[email protected]>
AuthorDate: Thu Jan 29 14:45:50 2026 +0100
OAK-10344: oak-run ITs fail with failsafe >= 3.0.0 (#2709)
Fixed.
---
oak-parent/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index cb5dc7bdf6..f16ba707a7 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -266,6 +266,7 @@
<configuration>
<argLine>${test.opts}</argLine>
<trimStackTrace>false</trimStackTrace>
+ <useModulePath>false</useModulePath>
<systemPropertyVariables>
<!-- evaluated in
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/util/KnownIssuesIgnoreRule.java
(JUnit4) and
https://github.com/apache/jackrabbit/blob/ed3124e5fe223dada33ce6ddf53bc666063c3f2f/jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/AbstractJCRTest.java#L476
(JUnit3)
@@ -289,6 +290,7 @@
<configuration>
<argLine>${test.opts}</argLine>
<trimStackTrace>false</trimStackTrace>
+ <useModulePath>false</useModulePath>
<systemPropertyVariables>
<!-- evaluated in
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/util/KnownIssuesIgnoreRule.java
(JUnit4) and
https://github.com/apache/jackrabbit/blob/ed3124e5fe223dada33ce6ddf53bc666063c3f2f/jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/AbstractJCRTest.java#L476
(JUnit3)