You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2021/02/16 22:16:56 UTC

[felix-atomos] branch manifestProvider updated (a0adab9 -> 1737e86)

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

tjwatson pushed a change to branch manifestProvider
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git.


    from a0adab9  Javadoc update
     add aef1709  Define the HeaderProvider functional interface
     add 1737e86  Add more tests for HeaderProvider

No new revisions were added by this update.

Summary of changes:
 .../service/test/ClasspathLaunchTest.java          |  86 +++++++++++++++-
 .../tests/index/bundles/IndexLaunchTest.java       |  86 +++++++++++++++-
 .../modulepath/service/ModulepathLaunchTest.java   | 109 +++++++++++++++++++--
 .../main/java/org/apache/felix/atomos/Atomos.java  |  54 ++++++++--
 .../org/apache/felix/atomos/AtomosContent.java     |   2 +
 .../java/org/apache/felix/atomos/AtomosLayer.java  |   3 +
 .../apache/felix/atomos/impl/base/AtomosBase.java  |  54 +++++++---
 .../felix/atomos/impl/base/AtomosClassPath.java    |   4 +-
 .../felix/atomos/impl/modules/AtomosModules.java   |   8 +-
 9 files changed, 361 insertions(+), 45 deletions(-)