SLING-7788: restructured MockServiceRegistration

To add the services in the osgi metadata to the properties of the
service registration as well, the osgi metadata are nowread before
the properties map is assembled. This will add any passed service
classes and those in the metadata to the objectClass service property
 and so will make them available to ServiceListeners which the
ServiceTracker is using to track services.
2 files changed
tree: e8b5cb4e9c760efa9b6458965ed5d33e0fa75fc2
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Build Status Test Status Maven Central JavaDocs License testing

Apache Sling Testing OSGi Mock

This module is part of the Apache Sling project.

Mock implementation of selected OSGi APIs.

Documentation: http://sling.apache.org/documentation/development/osgi-mock.html