Registry / messaging / camel-core-starter

camel-core-starter

JSON →
library4.18.0javamavenunverified

Spring-Boot Starter for Apache Camel core, enabling Camel Java DSL based routing in Spring Boot applications.

<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-core-starter</artifactId> <version>4.18.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-CORE-STARTER
C
camel-core-starter
messagingjavav4.18.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.

RouteBuilder
org.apache.camel.builder.RouteBuilder

Creates a simple Camel route in a Spring Boot application.

import org.apache.camel.builder.RouteBuilder; import org.apache.camel.spring.boot.CamelSpringBootApplicationController; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class MyApp extends RouteBuilder { @Override public void configure() { from("timer:foo").to("log:bar"); } public static void main(String[] args) { SpringApplication.run(MyApp.class, args); } }
Debug
Known issues
breakingCamel 4.x uses a different package structure than 3.x; check for breaking changes.
fix
Update imports and configuration for Camel 4.x.
affects: >=4.0.0
Upgrade
Version history
4.18.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
camel-core-starter — mvn dependency:get camel-core-starter · libregistry