You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2019/12/16 14:53:31 UTC

[sling-whiteboard] branch master updated (2757d98 -> a1bdbba)

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 2757d98  Start of a Feature Reader Service and test
     add a1bdbba  Add feature model reading tests

No new revisions were added by this update.

Summary of changes:
 osgi-featuremodel/pom.xml                          | 13 ++++-
 .../src/main/java/org/osgi/feature/ArtifactID.java | 19 ++++++
 .../src/main/java/org/osgi/feature/Bundle.java     | 39 ++++++++++---
 .../main/java/org/osgi/feature/Configuration.java  |  2 +-
 .../src/main/java/org/osgi/feature/Extension.java  |  2 +-
 .../src/main/java/org/osgi/feature/Feature.java    |  8 ++-
 .../org/osgi/feature/impl/FeatureServiceImpl.java  | 68 +++++++++++++++++++++-
 .../sling/feature/osgi/FeatureServiceImplTest.java | 20 +++++++
 8 files changed, 158 insertions(+), 13 deletions(-)