String Template
JVM since1.1.0 Native since1.2.0
Transform messages using StringTemplate engine.
What’s inside
-
String Template component, URI syntax:
string-template:resourceUri
Please refer to the above link for usage and configuration details.
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stringtemplate</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
allowContextMapAll option in native mode
The allowContextMapAll
option is not supported in native mode as it requires reflective access to security sensitive camel core classes such as CamelContext
& Exchange
. This is considered a security risk and thus access to the feature is not provided by default.