Registry / testing / camel-test-blueprint

camel-test-blueprint

JSON →
library3.1.0javamavenunverified

Unit testing support for Apache Camel routes using OSGi Blueprint.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-blueprint</artifactId> <version>3.1.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-TEST-BLUEPRI
C
camel-test-blueprint
testingjavav3.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.

CamelBlueprintTestSupport
org.apache.camel.test.blueprint.CamelBlueprintTestSupport

Test Camel routes defined in Blueprint XML.

import org.apache.camel.test.blueprint.CamelBlueprintTestSupport; import org.junit.Test; public class MyBlueprintTest extends CamelBlueprintTestSupport { @Override protected String getBlueprintDescriptor() { return "OSGI-INF/blueprint/blueprint.xml"; } @Test public void testRoute() throws Exception { template.sendBody("direct:start", "Hello"); // assertions } }
Debug
Known issues
breakingCamel 3.1.0 is outdated; consider upgrading to Camel 4.x for latest features.
fix
Use org.apache.camel:camel-test-blueprint with version 4.x.
affects: <4.0.0
Upgrade
Version history
3.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
camel-test-blueprint — mvn dependency:get camel-test-blueprint · libregistry