Registry / messaging / camel-quarkus-core

camel-quarkus-core

JSON →
library3.33.0javamavenunverified

Core Camel functionality and basic languages for Apache Camel Quarkus integration.

<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-core</artifactId> <version>3.33.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-QUARKUS-CORE
C
camel-quarkus-core
messagingjavav3.33.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.

CamelMain
org.apache.camel.quarkus.core.CamelMain

Starts a Camel Quarkus application using CamelMain.

import org.apache.camel.quarkus.core.CamelMain; public class Example { public static void main(String[] args) throws Exception { CamelMain main = new CamelMain(); main.run(args); } }
Debug
Known issues
breakingCamel Quarkus versions before 3.0.0 used different package structure; migration required.
fix
Update imports from org.apache.camel.quarkus to org.apache.camel.quarkus.core for core classes.
affects: <3.0.0
Upgrade
Version history
3.33.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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