You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/05/29 21:17:00 UTC

[sling-whiteboard] branch master updated (473fb2e -> b10b5d3)

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

dklco pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 473fb2e  Adding Brendan Robert's Sling JCR Persist
     new c0013fa  refactoring
     new 690781a  use proper logger
     new b10b5d3  Merge pull request #31 from joerghoh/master

The 792 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:
 SlingJCRPersist/pom.xml                            |   6 +
 .../apache/sling/models/persist/JcrPersist.java    |   9 +-
 .../sling/models/persist/impl/JcrPersistImpl.java  | 277 ++++++++++++++++++--
 .../sling/models/persist/impl/JcrWriter.java       | 280 ---------------------
 4 files changed, 272 insertions(+), 300 deletions(-)
 delete mode 100755 SlingJCRPersist/src/main/java/org/apache/sling/models/persist/impl/JcrWriter.java