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

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


    from b2351549df OAK-11441 : removed usage of Guava Iterables.addAll (#2037)
     new 2502f4c343 OAK-11397 Map Oak to expanded JCR name in NameMapper
     new 8ce6c4edd2 OAK-11397 Expose methods to get the expanded name/path from 
Item in JackrabbitSession

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:
 .../apache/jackrabbit/oak/namepath/NameMapper.java | 23 +++++++++++--
 .../jackrabbit/oak/namepath/NamePathMapper.java    | 12 +++++++
 .../apache/jackrabbit/oak/namepath/PathMapper.java | 16 +++++++++
 .../jackrabbit/oak/namepath/package-info.java      |  2 +-
 .../oak/namepath/impl/GlobalNameMapper.java        | 38 ++++++++++++++++++++--
 .../oak/namepath/impl/NamePathMapperImpl.java      | 23 +++++++++++--
 .../oak/namepath/impl/GlobalNameMapperTest.java    | 31 ++++++++++++++----
 .../oak/namepath/impl/NamePathMapperImplTest.java  | 20 ++++++++++++
 .../apache/jackrabbit/api/JackrabbitSession.java   | 20 ++++++++++++
 .../org/apache/jackrabbit/api/package-info.java    |  2 +-
 .../jackrabbit/oak/jcr/session/SessionContext.java | 12 +++++++
 .../jackrabbit/oak/jcr/session/SessionImpl.java    | 12 +++++++
 12 files changed, 194 insertions(+), 17 deletions(-)

Reply via email to