Registry / messaging / camel-velocity

camel-velocity

JSON →
library4.8.1javamavenunverified

Apache Camel component for integrating Velocity templating engine into Camel routes.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-velocity</artifactId> <version>4.8.1</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-VELOCITY
C
camel-velocity
messagingjavav4.8.1
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.

VelocityComponent
org.apache.camel.component.velocity.VelocityComponent

Add Velocity component to Camel context.

import org.apache.camel.component.velocity.VelocityComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); context.addComponent("velocity", new VelocityComponent()); // add routes } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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