This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
omit 03b4c55 Upgrade to Camel 3.5.0-SNAPSHOT add 3bf7e99 Upgrade to Camel 3.4.2 add 9512ba2 Make camel-quarkus-rest depend on camel-quarkus-platform-http #1244 new f63b185 Upgrade to Camel 3.5.0-SNAPSHOT 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 (03b4c55) \ N -- N -- N refs/heads/camel-master (f63b185) 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 1 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: docs/modules/ROOT/pages/extensions/rest.adoc | 5 ++++ .../deployment/DebeziumSupportProcessor.java | 4 +-- extensions/rest/deployment/pom.xml | 4 +++ .../component/rest/deployment/RestProcessor.java | 10 ++++++++ extensions/rest/runtime/pom.xml | 4 +++ .../rest/runtime/src/main/doc/configuration.adoc | 1 + .../camel/quarkus/component/rest/RestRecorder.java | 30 ++++++++++++---------- integration-tests/pom.xml | 1 + integration-tests/rest-binding-mode-xml/pom.xml | 4 --- integration-tests/{seda => rest}/pom.xml | 12 ++++----- .../quarkus/component/rest/it/RestResource.java} | 19 +++++--------- .../camel/quarkus/component/rest/it/RestIT.java} | 2 +- .../camel/quarkus/component/rest/it/RestTest.java} | 12 ++++----- .../quarkus/component/servlet/CamelRoute.java | 5 ++++ tooling/scripts/test-categories.yaml | 1 + 15 files changed, 70 insertions(+), 44 deletions(-) create mode 100644 extensions/rest/runtime/src/main/doc/configuration.adoc copy extensions-core/reactive-executor/runtime/src/main/java/org/apache/camel/quarkus/reactive/executor/ReactiveExecutorRecorder.java => extensions/rest/runtime/src/main/java/org/apache/camel/quarkus/component/rest/RestRecorder.java (52%) copy integration-tests/{seda => rest}/pom.xml (88%) copy integration-tests/{main-collector/src/main/java/org/apache/camel/quarkus/main/CoreMainCollectorResource.java => rest/src/main/java/org/apache/camel/quarkus/component/rest/it/RestResource.java} (76%) copy integration-tests/{rest-binding-mode-xml/src/test/java/org/apache/camel/quarkus/component/rest/it/RestBindingModeXmlIT.java => rest/src/test/java/org/apache/camel/quarkus/component/rest/it/RestIT.java} (93%) copy integration-tests/{rest-binding-mode-xml/src/test/java/org/apache/camel/quarkus/component/rest/it/RestBindingModeXmlTest.java => rest/src/test/java/org/apache/camel/quarkus/component/rest/it/RestTest.java} (78%)