Groovy XML

JVM since3.29.0 Native since3.29.0

Transform between XML and Groovy Node (Map structure) objects.

What’s inside

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-groovy-xml</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Camel Quarkus limitations

Native mode limitations

Due to an issue in GraalVM / Mandrel 23.1.x, you must build your native application with the --report-unsupported-elements-at-runtime option. You can do this by adding the following configuration to application.properties.