You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/05/03 10:13:55 UTC

[sling-org-apache-sling-dynamic-include] 01/01: Merge pull request #3 from mkrokosinski/master

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-dynamic-include.git

commit c07d0dd88bc95e6047505059d070217be296759f
Merge: c7ce65a 9828138
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu May 3 12:13:52 2018 +0200

    Merge pull request #3 from mkrokosinski/master
    
    SLING-7621 - regex path matching in Sling Dynamic Include

 README.md                                          |   3 +-
 pom.xml                                            |  15 +-
 .../apache/sling/dynamicinclude/Configuration.java | 214 +++++++++++----------
 .../dynamicinclude/ConfigurationWhiteboard.java    |   4 +-
 .../dynamicinclude/pathmatcher/PathMatcher.java    |  11 ++
 .../pathmatcher/PrefixPathMatcher.java             |  17 ++
 .../pathmatcher/RegexPathMatcher.java              |  18 ++
 .../sling/dynamicinclude/ConfigurationTest.java    |  77 ++++++++
 .../ConfigurationWhiteboardTest.java               |  90 +++++++++
 9 files changed, 347 insertions(+), 102 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.