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 11:26:15 UTC

[jackrabbit-oak] branch 1.22 updated (3a1b993d6c -> 8b27419661)

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

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


    from 3a1b993d6c Merge pull request #733 from jsedding/backport/1.22/OAK-9785-tar-segmentstore-can-be-corrupted-during-compaction
     new 08ca1fba9c OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 (#748)
     new 8b27419661 OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 - fix file mode for pom.xml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 oak-jcr/pom.xml    | 2 ++
 oak-parent/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)


[jackrabbit-oak] 02/02: OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 - fix file mode for pom.xml

Posted by re...@apache.org.
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

commit 8b27419661f6fc189be4d2f1ab4591deb623fdd9
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Fri Nov 11 11:46:07 2022 +0100

    OAK-9990: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.7 - fix file mode for pom.xml
---
 oak-jcr/pom.xml | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
old mode 100755
new mode 100644


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

Posted by re...@apache.org.
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

commit 08ca1fba9cfce776926483b667bad0988178de37
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 40b33dbe25..e33b855809
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -39,6 +39,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 2ab99d0dd9..ae594d93b6 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -44,7 +44,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>