This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7ce5eba1e6a09d43b0b4e4415131a0e5a4eddfeb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Dec 23 21:29:55 2021 +0100

    Added Json-Patch Extension
---
 .../ROOT/examples/components/json-patch.yml        | 13 ++++++++
 .../pages/reference/extensions/json-patch.adoc     | 35 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/docs/modules/ROOT/examples/components/json-patch.yml 
b/docs/modules/ROOT/examples/components/json-patch.yml
new file mode 100644
index 0000000..603c229
--- /dev/null
+++ b/docs/modules/ROOT/examples/components/json-patch.yml
@@ -0,0 +1,13 @@
+# Do not edit directly!
+# This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
+cqArtifactId: camel-quarkus-json-patch
+cqArtifactIdBase: json-patch
+cqNativeSupported: false
+cqStatus: Preview
+cqDeprecated: false
+cqJvmSince: 2.7.0
+cqNativeSince: n/a
+cqCamelPartName: json-patch
+cqCamelPartTitle: JsonPatch
+cqCamelPartDescription: JsonPatch component which transform JSON using JSON 
patch (RFC 6902).
+cqExtensionPageTitle: JsonPatch
diff --git a/docs/modules/ROOT/pages/reference/extensions/json-patch.adoc 
b/docs/modules/ROOT/pages/reference/extensions/json-patch.adoc
new file mode 100644
index 0000000..8701365
--- /dev/null
+++ b/docs/modules/ROOT/pages/reference/extensions/json-patch.adoc
@@ -0,0 +1,35 @@
+// Do not edit directly!
+// This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
+= JsonPatch
+:linkattrs:
+:cq-artifact-id: camel-quarkus-json-patch
+:cq-native-supported: false
+:cq-status: Preview
+:cq-status-deprecation: Preview
+:cq-description: JsonPatch component which transform JSON using JSON patch 
(RFC 6902).
+:cq-deprecated: false
+:cq-jvm-since: 2.7.0
+:cq-native-since: n/a
+
+[.badges]
+[.badge-key]##JVM since##[.badge-supported]##2.7.0## 
[.badge-key]##Native##[.badge-unsupported]##unsupported##
+
+JsonPatch component which transform JSON using JSON patch (RFC 6902).
+
+== What's inside
+
+* xref:{cq-camel-components}::json-patch-component.adoc[JsonPatch component], 
URI syntax: `json-patch:resourceUri`
+
+Please refer to the above link for usage and configuration details.
+
+== Maven coordinates
+
+[source,xml]
+----
+<dependency>
+    <groupId>org.apache.camel.quarkus</groupId>
+    <artifactId>camel-quarkus-json-patch</artifactId>
+</dependency>
+----
+
+Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.

Reply via email to