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 an...@apache.org on 2021/11/05 12:13:12 UTC

[jackrabbit-oak] 01/01: Merge pull request #408 from apache/OAK-9613

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

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

commit ea2b3342a8c5b2e836ccf75b9da5137934206954
Merge: 2c3ce07 c95ec1b
Author: anchela <an...@adobe.com>
AuthorDate: Fri Nov 5 13:13:04 2021 +0100

    Merge pull request #408 from apache/OAK-9613
    
    OAK-9613 : Define API to retrieve parent or null for a given Item

 oak-jackrabbit-api/pom.xml                         | 10 +++
 .../apache/jackrabbit/api/JackrabbitSession.java   | 20 +++++
 .../org/apache/jackrabbit/api/package-info.java    |  2 +-
 .../jackrabbit/api/JackrabbitSessionTest.java      | 51 +++++++++++++
 .../jackrabbit/oak/jcr/session/SessionImpl.java    | 29 ++++++++
 .../oak/jcr/session/JackrabbitSessionTest.java     | 86 ++++++++++++++++++++++
 6 files changed, 197 insertions(+), 1 deletion(-)