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 c07d0dd Merge pull request #3 from mkrokosinski/master
new 5b02279 SLING-7621 - minor tweaks and add missing license headers
new d7e772f SLING-7621 - set package versions explicitly
new cddb34b SLING-7621 - add missing tests
The 3 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:
pom.xml | 2 +-
.../apache/sling/dynamicinclude/Configuration.java | 4 ++--
.../{IncludeGenerator.java => package-info.java} | 13 +++--------
.../package-info.java} | 15 ++++--------
.../IncludeGenerator.java => package-info.java} | 15 ++++--------
.../dynamicinclude/pathmatcher/PathMatcher.java | 18 +++++++++++++++
.../pathmatcher/PrefixPathMatcher.java | 18 +++++++++++++++
.../pathmatcher/RegexPathMatcher.java | 18 +++++++++++++++
.../package-info.java} | 15 ++++--------
.../sling/dynamicinclude/ConfigurationTest.java | 20 +++++++++++++++-
.../ConfigurationWhiteboardTest.java | 19 ++++++++++++++-
.../pathmatcher/PrefixPathMatcherTest.java} | 27 ++++++++++++++++------
.../pathmatcher/RegexPathMatcherTest.java} | 26 +++++++++++++++------
13 files changed, 148 insertions(+), 62 deletions(-)
copy
src/main/java/org/apache/sling/dynamicinclude/generator/{IncludeGenerator.java
=> package-info.java} (85%)
mode change 100755 => 100644
copy
src/main/java/org/apache/sling/dynamicinclude/generator/{IncludeGenerator.java
=> types/package-info.java} (80%)
mode change 100755 => 100644
copy
src/main/java/org/apache/sling/dynamicinclude/{generator/IncludeGenerator.java
=> package-info.java} (80%)
mode change 100755 => 100644
copy
src/main/java/org/apache/sling/dynamicinclude/{generator/IncludeGenerator.java
=> pathmatcher/package-info.java} (80%)
mode change 100755 => 100644
copy
src/{main/java/org/apache/sling/dynamicinclude/generator/IncludeGenerator.java
=>
test/java/org/apache/sling/dynamicinclude/pathmatcher/PrefixPathMatcherTest.java}
(57%)
mode change 100755 => 100644
copy
src/{main/java/org/apache/sling/dynamicinclude/generator/IncludeGenerator.java
=>
test/java/org/apache/sling/dynamicinclude/pathmatcher/RegexPathMatcherTest.java}
(59%)
mode change 100755 => 100644
--
To stop receiving notification emails like this one, please contact
[email protected].