Registry / dependency-injection / org-eclipse-osgi

org-eclipse-osgi

JSON →
library3.24.100javamavenunverified

Core OSGi framework implementation for Eclipse Equinox, providing the system bundle and service registry.

<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.osgi</artifactId> <version>3.24.100</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-OSGI
O
org-eclipse-osgi
dependency-injectionjavav3.24.100
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BundleContext
org.osgi.framework.BundleContext

Implement a basic OSGi bundle activator

import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class Activator implements BundleActivator { public void start(BundleContext context) { System.out.println("Bundle started"); } public void stop(BundleContext context) {} }
Debug
Known issues
breakingOSGi R7+ has breaking changes in service properties handling.
fix
Use Map<String, Object> for service properties instead of Dictionary.
affects: >=3.13.0
Upgrade
Version history
3.24.100latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
Resources
org-eclipse-osgi — mvn dependency:get org-eclipse-osgi · libregistry