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:54 UTC

[sling-org-apache-sling-dynamic-include] branch master updated (c7ce65a -> c07d0dd)

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

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


    from c7ce65a  SLING-7213 - Add a default .gitignore file to every module
     add fe87926  Changed path matching to regex matching
     add 2a48b63  Added unit tests
     add 3b2bdbb  updated vesion and README.md
     add cc2ee84  Added new line to tests
     add 04da042  SLING-7621 introduced PathMatcher
     add 41abbae  SLIGN-7621 changed static to private
     add 9828138  SLING-7621 Updated docs
     new c07d0dd  Merge pull request #3 from mkrokosinski/master

The 1 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:
 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(-)
 create mode 100644 src/main/java/org/apache/sling/dynamicinclude/pathmatcher/PathMatcher.java
 create mode 100644 src/main/java/org/apache/sling/dynamicinclude/pathmatcher/PrefixPathMatcher.java
 create mode 100644 src/main/java/org/apache/sling/dynamicinclude/pathmatcher/RegexPathMatcher.java
 create mode 100644 src/test/java/org/apache/sling/dynamicinclude/ConfigurationTest.java
 create mode 100644 src/test/java/org/apache/sling/dynamicinclude/ConfigurationWhiteboardTest.java

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

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

Posted by bd...@apache.org.
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.