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

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


    from 2d5f335  Manage Eclipse jgit version and jzlib version Fixes #3414
     new 189af5f  Added Json-Patch Extension
     new 0f82445  Added Json-Patch Extension
     new 6f5b6b7  Added Json-Patch Extension
     new c5dc28b  Added Json-Patch Extension
     new 7e6a9ce  Added Json-Patch Extension
     new 7ce5eba  Added Json-Patch Extension

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 catalog/pom.xml                                    | 13 +++++++++
 .../ROOT/examples/components/json-patch.yml        | 13 +++++++++
 docs/modules/ROOT/nav.adoc                         |  1 +
 .../extensions/{asterisk.adoc => json-patch.adoc}  | 16 +++++------
 .../json-patch/deployment/pom.xml                  | 14 +++++-----
 .../json/patch/deployment/JsonPatchProcessor.java} |  8 +++---
 .../json-patch/pom.xml                             |  8 +++---
 .../json-patch/runtime/pom.xml                     | 32 ++++++++++++----------
 .../main/resources/META-INF/quarkus-extension.yaml |  6 ++--
 extensions-jvm/pom.xml                             |  1 +
 .../{splunk-hec => json-patch}/pom.xml             | 15 +++++-----
 .../json/patch/it/JsonPatchResource.java}          | 20 +++++++-------
 .../component/json/patch/it/JsonPatchTest.java}    |  8 +++---
 integration-tests-jvm/pom.xml                      |  1 +
 poms/bom/pom.xml                                   | 15 ++++++++++
 15 files changed, 109 insertions(+), 62 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/json-patch.yml
 copy docs/modules/ROOT/pages/reference/extensions/{asterisk.adoc => 
json-patch.adoc} (57%)
 copy tooling/create-extension-templates/deployment-pom.xml => 
extensions-jvm/json-patch/deployment/pom.xml (83%)
 copy 
extensions-jvm/{xslt-saxon/deployment/src/main/java/org/apache/camel/quarkus/component/xslt/saxon/deployment/XsltSaxonProcessor.java
 => 
json-patch/deployment/src/main/java/org/apache/camel/quarkus/component/json/patch/deployment/JsonPatchProcessor.java}
 (88%)
 copy tooling/create-extension-templates/parent-pom.xml => 
extensions-jvm/json-patch/pom.xml (86%)
 copy tooling/create-extension-templates/runtime-pom.xml => 
extensions-jvm/json-patch/runtime/pom.xml (81%)
 copy extensions-jvm/{aws-xray => 
json-patch}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (88%)
 copy integration-tests-jvm/{splunk-hec => json-patch}/pom.xml (83%)
 copy 
integration-tests-jvm/{xslt-saxon/src/main/java/org/apache/camel/quarkus/component/xslt/saxon/it/XsltSaxonResource.java
 => 
json-patch/src/main/java/org/apache/camel/quarkus/component/json/patch/it/JsonPatchResource.java}
 (74%)
 copy 
integration-tests-jvm/{splunk-hec/src/test/java/org/apache/camel/quarkus/component/splunk/hec/it/SplunkHecTest.java
 => 
json-patch/src/test/java/org/apache/camel/quarkus/component/json/patch/it/JsonPatchTest.java}
 (84%)

Reply via email to