Camel Qute Extension
Since Camel Quarkus 1.0.0-M6
The Camel Qute component provides to use the Quarkus Qute as the templating engine.
Maven users will need to add the following dependency to their pom.xml
for this extension.
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-qute</artifactId>
</dependency>
Usage
Please refer to the Quarkus Qute.