Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 988 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 988 Bytes

Papoose Test OSGi Bundles

Test OSGi bundles for project testing.

org.papoose.test.bundles.test-bundle

<groupId>org.papoose.test.bundles</groupId>
<artifactId>test-share</artifactId>
<version>1.0-SNAPSHOT</version>

org.papoose.test.bundles.test-share

A bundle whose bundle activator registers an instance of the Share service.
The service can be used to share key value pairs between bundles. This can be useful for test bundles that need to share their internal state when testing.

<groupId>org.papoose.test.bundles</groupId>
<artifactId>test-share</artifactId>
<version>1.0-SNAPSHOT</version>

More Resources