Registry / messaging / camel-quarkus-bom-deployment

camel-quarkus-bom-deployment

JSON →
library0.4.0javamavenunverified

Camel Quarkus BOM Deployment provides a bill of materials for Apache Camel extensions tailored for Quarkus, ensuring consistent dependency versions.

<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-bom-deployment</artifactId> <version>0.4.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-QUARKUS-BOM-
C
camel-quarkus-bom-deployment
messagingjavav0.4.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.

CamelRuntime
org.apache.camel.quarkus.core.CamelRuntime

Add a simple Camel route in a Quarkus application.

import org.apache.camel.quarkus.core.CamelRuntime; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; @ApplicationScoped public class MyRouteBuilder { @Inject CamelRuntime runtime; public void configure() { runtime.addRoutes(builder -> builder.from("timer:foo").to("log:bar")); } }
Debug
Known issues
breakingVersion 0.4.0 is very early; many Camel components may not be fully supported.
fix
Check the Camel Quarkus documentation for supported components and consider using a newer version.
affects: <=0.4.0
Upgrade
Version history
0.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
camel-quarkus-bom-deployment — mvn dependency:get camel-quarkus-bom-deployment · libregistry