This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 086b883 Disable Fhir tests discard 3eccb70 Upgrade Yaml Routes to Yaml 3.15 style discard cba372b ⬆️ Upgrade to Camel 3.15 add caaa116 📝Add released branch to official documentation add 5e674dc Updated CHANGELOG.md add 2d5f335 Manage Eclipse jgit version and jzlib version Fixes #3414 add 189af5f Added Json-Patch Extension add 0f82445 Added Json-Patch Extension add 6f5b6b7 Added Json-Patch Extension add c5dc28b Added Json-Patch Extension add 7e6a9ce Added Json-Patch Extension add 7ce5eba Added Json-Patch Extension new 8c521c3 ⬆️ Upgrade to Camel 3.15 new 4fedef9 Upgrade Yaml Routes to Yaml 3.15 style new e8a1429 Disable Fhir tests This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (086b883) \ N -- N -- N refs/heads/camel-main (e8a1429) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 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: CHANGELOG.md | 2 ++ catalog/pom.xml | 13 ++++++++ .../ROOT/examples/components/json-patch.yml | 13 ++++++++ docs/modules/ROOT/nav.adoc | 1 + .../pages/contributor-guide/release-guide.adoc | 2 +- .../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 + pom.xml | 2 ++ poms/bom/pom.xml | 39 ++++++++++++++++++---- 18 files changed, 131 insertions(+), 70 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%)