Language
JVM since1.1.0 Native since2.2.0
Execute scripts in any of the languages supported by Camel.
What’s inside
-
Language component, URI syntax:
language:languageName: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-language</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.