You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2022/07/19 11:29:42 UTC

[sling-org-apache-sling-jcr-resource] branch master updated (a1f5532 -> 576bede)

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 a1f5532  SLING-11449: Use latest improvements of Oak 1.44.0 (#28)
     add b50f80d  SLING-11461 : Reduce complexity
     new 576bede  Merge pull request #29 from apache/SLING-11461

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:
 .../resource/internal/JcrListenerBaseConfig.java   |  73 +++++-----
 .../sling/jcr/resource/internal/JcrValueMap.java   |  81 +++++------
 .../resource/internal/helper/JcrResourceUtil.java  |  45 ++++---
 .../helper/jcr/JcrItemResourceFactory.java         |  52 ++++---
 .../helper/jcr/JcrNodeResourceMetadata.java        | 127 +++++++++---------
 .../internal/helper/jcr/JcrResourceProvider.java   | 149 ++++++++++++---------
 6 files changed, 272 insertions(+), 255 deletions(-)


[sling-org-apache-sling-jcr-resource] 01/01: Merge pull request #29 from apache/SLING-11461

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

angela pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git

commit 576bedea0802ba50127d91dbf494fc74ada6b247
Merge: a1f5532 b50f80d
Author: anchela <an...@adobe.com>
AuthorDate: Tue Jul 19 13:29:38 2022 +0200

    Merge pull request #29 from apache/SLING-11461
    
    SLING-11461 : Reduce complexity

 .../resource/internal/JcrListenerBaseConfig.java   |  73 +++++-----
 .../sling/jcr/resource/internal/JcrValueMap.java   |  81 +++++------
 .../resource/internal/helper/JcrResourceUtil.java  |  45 ++++---
 .../helper/jcr/JcrItemResourceFactory.java         |  52 ++++---
 .../helper/jcr/JcrNodeResourceMetadata.java        | 127 +++++++++---------
 .../internal/helper/jcr/JcrResourceProvider.java   | 149 ++++++++++++---------
 6 files changed, 272 insertions(+), 255 deletions(-)