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 2020/03/05 14:18:31 UTC

[felix-atomos] branch master updated (7576cdb -> df9220d)

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

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


    from 7576cdb  Javadoc tweaks for getConnectContent
     new 6fcb5ce  Unregister AtomosRuntime service on stop
     new 1cf1145  FELIX-6237 - Add META-INF/services for the ModuleConnector impl
     new df9220d  Merge pull request #5 from tjwatson/FELIX-6237

The 186 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:
 atomos.runtime/src/main/java/module-info.java      |   4 +
 .../impl/runtime/base/AtomosModuleConnector.java   |  10 ++
 .../impl/runtime/base/AtomosRuntimeBase.java       |   4 +-
 .../org.osgi.framework.connect.ModuleConnector     |   1 +
 .../felix/atomos/runtime/AtomosRuntimeTest.java    | 107 ++++++++++++++-------
 5 files changed, 91 insertions(+), 35 deletions(-)
 create mode 100644 atomos.runtime/src/main/resources/META-INF/services/org.osgi.framework.connect.ModuleConnector