Skip to content

papoose/papoose-test-bundles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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