This is an automated email from the ASF dual-hosted git repository.
angela pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git
from e85033f [maven-release-plugin] prepare for next development iteration
add c27e41c SLING-10011 : Use JackrabbitSession.getParentOrNull when
resolving parent JCR node in JcrResourceProvider#getParent
add 15330da SLING-10011 : Use JackrabbitSession.getParentOrNull when
resolving parent JCR node in JcrResourceProvider#getParent. improve log output
finding as reported by joerg.
add e4fbe0a clean up unused imports
add ce77298 add missing test for JcrResourceProvider.getParent
add b8fe618 more tests
new f144e98 Merge pull request #23 from apache/SLING-10011
The 1 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:
pom.xml | 8 +-
.../helper/jcr/JcrItemResourceFactory.java | 19 +++++
.../internal/helper/jcr/JcrResourceProvider.java | 32 +++-----
.../helper/jcr/JcrItemResourceFactoryTest.java | 77 +++++++++++++++---
.../helper/jcr/JcrResourceProviderTest.java | 90 ++++++++++++++++++----
5 files changed, 180 insertions(+), 46 deletions(-)