Registry / dependency-injection / org-apache-felix-framework

org-apache-felix-framework

JSON →
library7.0.5javamavenunverified

Apache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>7.0.5</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-FELIX-F
O
org-apache-felix-framework
dependency-injectionjavav7.0.5
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

Implements a simple OSGi bundle activator using the Felix framework.

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) { System.out.println("Bundle stopped"); } }
Debug
Known issues
gotchaOSGi framework requires specific classloading and packaging; common mistakes include missing manifest headers.
fix
Ensure your JAR has proper OSGi manifest entries (e.g., Bundle-SymbolicName, Import-Package).
affects: *
Upgrade
Version history
7.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
Resources
org-apache-felix-framework — mvn dependency:get org-apache-felix-framework · libregistry