You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/07/02 09:10:30 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated (66a745b -> b44c7c4)

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

cziegeler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git.


    from 66a745b  SLING-10575: fill empty bundle to feature mappings
     new 93b518d  Add new enforce-on and since attributes for osgi configurations
     new 2a66a15  Move enforce-on and since printer to the setResult function
     new b44c7c4  Merge pull request #16 from angulito/SLING-10577-include-enforce-on-and-since-infor-for-config-validations

The 219 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:
 docs/api-regions.md                                |   4 +-
 .../apiregions/api/config/DescribableEntity.java   |  51 +++++
 .../apiregions/api/config/InternalConstants.java   |   4 +
 .../apiregions/api/config/package-info.java        |   2 +-
 .../config/validation/ConfigurationValidator.java  |  36 ++--
 .../api/config/validation/FeatureValidator.java    |  19 +-
 .../api/config/validation/PropertyValidator.java   | 219 +++++++++++----------
 .../api/config/DescribableEntityTest.java          |  17 +-
 .../validation/ConfigurationValidatorTest.java     |  20 ++
 .../config/validation/PropertyValidatorTest.java   |  13 ++
 10 files changed, 256 insertions(+), 129 deletions(-)