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-whiteboard.git.
from d4f99c1 Remove packageinit and feature-content-extension as they have
been moved into separate repositories.
new 06ff543 Initial refactoring of Whitlist Service Implementation
new 77f5e11 Initial refactoring of the Features Service Bundle.
The 2 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-service/pom.xml | 9 +-
.../org/apache/sling/feature/service/Bundles.java | 35 -------
.../org/apache/sling/feature/service/Features.java | 22 +----
.../service/impl/FeaturesInventoryPrinter.java | 72 ++++++++++++++
.../feature/service/impl/FeaturesServiceImpl.java | 38 +++++---
featuremodel/feature-whitelist/pom.xml | 34 ++++++-
.../sling/feature/whitelist/WhitelistService.java | 18 ++--
.../feature/whitelist/impl/ResolverHookImpl.java | 22 ++++-
.../impl/WhitelistServiceFactoryImpl.java | 2 +-
.../whitelist/impl/WhitelistServiceImpl.java | 105 +++++++++++++++++++++
.../whitelist/impl/ResolverHookImplTest.java | 17 +---
.../whitelist/impl/WhitelistServiceImplTest.java | 17 +---
12 files changed, 281 insertions(+), 110 deletions(-)
delete mode 100644
featuremodel/feature-service/src/main/java/org/apache/sling/feature/service/Bundles.java
create mode 100644
featuremodel/feature-service/src/main/java/org/apache/sling/feature/service/impl/FeaturesInventoryPrinter.java