This is an automated email from the ASF dual-hosted git repository.
pauls pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from 25c7981 Review README
add fa7a210 SLING-7870 - Proposal for FSRegistry based Content Handler
Extension
add fba3f41 SLING-7870 - adding README
new 0cd8b6b Merge pull request #15 from DominikSuess/issue/SLING-7870
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:
featuremodel/feature-content-extension/README.md | 6 +
featuremodel/feature-content-extension/pom.xml | 159 +++++++++++++++++++++
.../feature/extension/content/ContentHandler.java | 146 +++++++++++++++++++
...eature.launcher.spi.extensions.ExtensionHandler | 1 +
4 files changed, 312 insertions(+)
create mode 100644 featuremodel/feature-content-extension/README.md
create mode 100644 featuremodel/feature-content-extension/pom.xml
create mode 100644
featuremodel/feature-content-extension/src/main/java/org/apache/sling/feature/extension/content/ContentHandler.java
create mode 100644
featuremodel/feature-content-extension/src/main/resources/META-INF/services/org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler