This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 75e77a7 java.lang.UnsatisfiedLinkError: no awt in java.library.path in native tests discard c25ecbf Exclude geronimo-jms from corda discard 32f3325 ⬆️ Upgrade Quarkus to 2.7.0.CR1 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 add 5de53f0 Updated CHANGELOG.md add 44943f0 update to docs local build v2 add d803805 Updated CHANGELOG.md add 6d95db3 RI info add 55fd4ac Explicit that the cron extension should be used in conjunction with another extension offering an implementation add 0919aad Bump Optaplanner version to 8.14.0.Final add d6d5aa5 Updated CHANGELOG.md new b03ae0b ⬆️ Upgrade Quarkus to 2.7.0.CR1 new 5eeeb23 Exclude geronimo-jms from corda new 2e6c7ef java.lang.UnsatisfiedLinkError: no awt in java.library.path in native 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 (75e77a7) \ N -- N -- N refs/heads/quarkus-main (2e6c7ef) 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 | 9 + catalog/pom.xml | 13 + docs/.pnp.js | 16485 ------------------- docs/.yarnrc.yml | 1 - docs/README.adoc | 50 - docs/README_local_build.adoc | 22 + docs/bs-config.json | 3 - docs/local-build.sh | 15 +- .../ROOT/examples/components/json-patch.yml | 13 + docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/index.adoc | 14 + .../ROOT/pages/reference/extensions/cron.adoc | 7 + .../extensions/{asterisk.adoc => json-patch.adoc} | 16 +- docs/package.json | 25 - docs/source-watch.yml | 11 - docs/util/jsonpath-util.js | 103 - docs/yarn.lock | 5168 ------ .../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 + .../cron/runtime/src/main/doc/configuration.adoc | 3 + .../{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 | 15 + 30 files changed, 166 insertions(+), 21923 deletions(-) delete mode 100755 docs/.pnp.js delete mode 100644 docs/.yarnrc.yml delete mode 100644 docs/README.adoc create mode 100644 docs/README_local_build.adoc delete mode 100644 docs/bs-config.json create mode 100644 docs/modules/ROOT/examples/components/json-patch.yml copy docs/modules/ROOT/pages/reference/extensions/{asterisk.adoc => json-patch.adoc} (57%) delete mode 100644 docs/package.json delete mode 100644 docs/util/jsonpath-util.js delete mode 100644 docs/yarn.lock 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%) create mode 100644 extensions/cron/runtime/src/main/doc/configuration.adoc 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%)