Unlisted
The icon of the project
Camel JsonPatch
JsonPatch component which transform JSON using JSON patch (RFC 6902)

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add org.apache.camel.quarkus:camel-quarkus-json-patch

Maven

./mvnw quarkus:add-extension -Dextensions="org.apache.camel.quarkus:camel-quarkus-json-patch"

Gradle

./gradlew addExtension --extensions="org.apache.camel.quarkus:camel-quarkus-json-patch"