Registry / messaging / camel-spring-xml

camel-spring-xml

JSON →
library4.20.0javamavenunverified

Integrates Apache Camel with Spring using XML DSL for routing and mediation rules.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-xml</artifactId> <version>4.20.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-SPRING-XML
C
camel-spring-xml
messagingjavav4.20.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.

CamelSpringXml
org.apache.camel.spring.xml.CamelSpringXml

Minimal usage of CamelSpringXml

import org.apache.camel.spring.xml.CamelSpringXml; public class Example { public static void main(String[] args) { CamelSpringXml camel = new CamelSpringXml(); System.out.println("Camel Spring XML ready"); } }
Debug
Known issues
gotchaXML DSL may conflict with Spring Boot auto-configuration if not properly excluded.
fix
Ensure camel-spring-xml is not used alongside camel-spring-boot without proper configuration.
affects: >=4.0.0
Upgrade
Version history
4.20.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
camel-spring-xml — mvn dependency:get camel-spring-xml · libregistry