You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2021/06/11 07:51:43 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated (ee6458b -> 11a07bb)

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

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


    from ee6458b  Fix typo
     new 7faa396  SLING-10482 Make it possible to validate values with property placeholders
     new 85c0f2d  Added @since annotations on new methods
     new 11a07bb  Merge pull request #15 from bosschaert/placeholder-regex2

The 196 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:
 .../apiregions/api/config/InternalConstants.java   |  2 ++
 .../apiregions/api/config/PropertyDescription.java | 40 ++++++++++++++++++++++
 .../apiregions/api/config/package-info.java        |  2 +-
 .../api/config/validation/PropertyValidator.java   | 17 +++++----
 .../api/config/PropertyDescriptionTest.java        | 14 +++++---
 .../config/validation/PropertyValidatorTest.java   | 19 +++++++++-
 6 files changed, 80 insertions(+), 14 deletions(-)