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/10/01 16:31:44 UTC

[sling-whiteboard] branch master updated (b2cd046 -> edb1c20)

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 b2cd046  Temporarily break a unit test to validate Jenkins notifications
     new 65da7c8  Corrected POM issues that caused bundle activation failures
     new 985aa32  Added additional granularity to the Ignore annotation.  Now you can ignore attributes on either create, update, or both.
     new 6935f25  Fix bug where collection nodes are not cleaned up once the collection is empty
     new 0d8e227  Fix packaging issue that caused nothing to be exported
     new c0dd899  Fixed bugs related to collections of primitives
     new f05737e  Added additional granularity to the Ignore annotation.  Now you can ignore attributes on either create, update, or both.
     new 999c63f  Fix bug where collection nodes are not cleaned up once the collection is empty
     new f129a55  Fix packaging issue that caused nothing to be exported
     new e8003a1  Fixed bugs related to collections of primitives
     new d503ec8  Merge branch 'apache-master'
     new edb1c20  Merge pull request #46 from badvision/master

The 1016 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:
 SlingModelPersist/pom.xml                          | 11 ++++
 .../sling/models/persistor/annotations/Ignore.java |  3 +-
 .../models/persistor/impl/ModelPersistorImpl.java  | 59 +++++++++++++---------
 .../persistor/impl/util/ReflectionUtils.java       | 45 +++++++++++++++--
 .../sling/models/persist/ModelPersistTest.java     | 54 ++++++++++++++++++--
 .../sling/models/persist/bean/ComplexBean.java     |  7 ++-
 6 files changed, 145 insertions(+), 34 deletions(-)