Registry / messaging / camel-core-osgi

camel-core-osgi

JSON →
library3.1.0javamavenunverified

Camel Core OSGi support provides integration with OSGi environments for Apache Camel.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core-osgi</artifactId> <version>3.1.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-CORE-OSGI
C
camel-core-osgi
messagingjavav3.1.0
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.

CamelContextFactory
org.apache.camel.core.osgi.CamelContextFactory

Creates and starts a Camel context using OSGi support.

import org.apache.camel.core.osgi.CamelContextFactory; import org.apache.camel.CamelContext; public class Quickstart { public static void main(String[] args) throws Exception { CamelContext context = CamelContextFactory.createCamelContext(); context.start(); Thread.sleep(1000); context.stop(); } }
Debug
Known issues
breakingVersion 3.1.0 may have compatibility issues with newer Camel versions.
fix
Upgrade to a newer version of camel-core-osgi if using Camel 3.2+.
affects: <=3.1.0
Upgrade
Version history
3.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
camel-core-osgi — mvn dependency:get camel-core-osgi · libregistry