You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/11/11 10:40:20 UTC

[jackrabbit-oak] branch trunk updated: OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 (#748)

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

reschke 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 a89e9773f4 OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 (#748)
a89e9773f4 is described below

commit a89e9773f47d6f0dc2c75c951f6273d7dff0a78c
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Nov 11 11:40:14 2022 +0100

    OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 (#748)
---
 oak-jcr/pom.xml    | 2 ++
 oak-parent/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
old mode 100644
new mode 100755
index 249fd5bd6e..bc1ebf3b8a
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -40,6 +40,8 @@
       org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionSrc               <!-- OAK-132 -->
       org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionDest              <!-- OAK-132 -->
       org.apache.jackrabbit.test.api.SessionTest#testMoveLockException
+      org.apache.jackrabbit.test.api.NameTest#testExpandedNameNodeUnmappedNamespace                    <!-- OAK-9956 -->
+      org.apache.jackrabbit.test.api.NodeTest#testAddNodeLackingMandatoryChildNode                     <!-- OAK-9621 -->
       org.apache.jackrabbit.test.api.NodeTest#testRemoveNodeParentLocked
       org.apache.jackrabbit.test.api.NodeSetPrimaryTypeTest#testLocked
       org.apache.jackrabbit.test.api.WorkspaceCopyVersionableTest#testCopyNodesVersionableAndCheckedIn <!-- OAK-118 -->
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index ed9780a886..07f4a6cae3 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -46,7 +46,7 @@
     <project.reporting.outputEncoding>
       ${project.build.sourceEncoding}
     </project.reporting.outputEncoding>
-    <jackrabbit.version>2.20.6</jackrabbit.version>
+    <jackrabbit.version>2.20.7</jackrabbit.version>
     <mongo.host>127.0.0.1</mongo.host>
     <mongo.port>27017</mongo.port>
     <mongo.db>MongoMKDB</mongo.db>