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 c46d142  Fix #1664 KuduIT fails with Camel 3.5.0
    omit a9d9260  Fixup af1b12df Fix JAXB dependency alignment issues
    omit d6975be  Add route template integration test
    omit 9ee0932  Fix route template in camel-quarkus (#1621)
    omit a1ea9a3  CAMEL-15413: RouteBuilderConfigurer - Rename to 
LambdaRouteBuilder
    omit 0d2dd6c  Remove remaining camel UriParams reflective class 
registrations
    omit 1474881  CAMEL-14297: Introduce RouteBuilderConfigurer.
    omit f786db6  Add Camel AS2 Modules as Quarkus Extension #1471
    omit 1636a82  Add ArangoDB component extension #1533
    omit a0bd928  Extension for camel-threadpoolfactory-vertx #1430
    omit cad86ae  Upgrade to Camel 3.5.0-SNAPSHOT
     add 23950a1  Register missing Camel quartz job classes for reflection
     add 29b2694  Add some logging to debug #1632
     add a68c4a3  Upgrade to Camel 3.5.0
     add 077bc80  Extension for camel-threadpoolfactory-vertx #1430
     add 09cc882  Add ArangoDB component extension #1533
     add 60f9b50  Add Camel AS2 Modules as Quarkus Extension #1471
     add 49b58c6  CAMEL-14297: Introduce RouteBuilderConfigurer.
     add 77324cd  Remove remaining camel UriParams reflective class 
registrations
     add de3f7e5  CAMEL-15413: RouteBuilderConfigurer - Rename to 
LambdaRouteBuilder
     add df18e9e  Fix route template in camel-quarkus (#1621)
     add 882a0e5  Add route template integration test
     add 1435c52  Fixup af1b12df Fix JAXB dependency alignment issues
     add ddc1d19  Fix #1664 KuduIT fails with Camel 3.5.0
     add d043ed7  Add Camel 3.5.0 staging repo temporarily
     add f9ea1b7  Reduce the amount of RAM spent by the AS2 itest
     add 3d70a48  Fix Google gmail itest to wait for deletion of mail
     add 8a276a1  Add vertx-http component extension
     add f1b5c46  Upgrade to Quarkus 1.8.0.CR1
     add 2e75e4d  Remove UnbannedReflectiveBuildItem
     add 78e2052  Added nats native support fixes #1578
     add 6146df8  Add integration tests for the camel-quarkus-kotlin extension
     add dd414f6  Fixed the build (arangodb itests)
     add 8159851  Align dependencies with latest camel & quarkus releases
     add 8554bd6  Update first-steps.adoc
     add a5ee3fa  Update native-mode.adoc
     add ce8e1d5  Move FastUuidGenerator to Camel #1470
     add 5e311a5  Add vertx-websocket component extension
     add 338fb30  Remove camel 3.5.0 staging repositories (#1690)
     add d69b717  Properly indent examples/file-split-log-xml/pom.xml
     add 4adc22d  Update 
extensions/nats/runtime/src/main/resources/META-INF/quarkus-extension.yaml
     add e48bc52  Upgrade to cq-maven-plugin 0.18.0
     add d6020d6  Allow version literals for virtual dependencies
     add ec6a26a  Replace mvnd.builder.rules with virtual dependencies via mvn 
process-resources -Pformat -N
     add e60c735  Speedup the initial CI mvn install by adding -T1C
     add 4e55679  Order native tests before other kinds of tests on the CI 
because they take longest
     new ccab6f2  Upgrade to Camel 3.6.0

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   (c46d142)
            \
             N -- N -- N   refs/heads/camel-master (ccab6f2)

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:
 .github/workflows/ci-build.yaml                    |  140 +-
 catalog/pom.xml                                    | 3642 ++++++++++++++++++--
 docs/modules/ROOT/nav.adoc                         |    2 +
 docs/modules/ROOT/pages/reference/components.adoc  |   12 +-
 .../reference/extensions/azure-storage-blob.adoc   |    2 +-
 .../reference/extensions/azure-storage-queue.adoc  |    2 +-
 .../ROOT/pages/reference/extensions/nats.adoc      |    2 +-
 .../extensions/{arangodb.adoc => vertx-http.adoc}  |   12 +-
 .../{arangodb.adoc => vertx-websocket.adoc}        |   12 +-
 docs/modules/ROOT/pages/reference/index.adoc       |   12 +-
 .../modules/ROOT/pages/user-guide/first-steps.adoc |    6 +-
 .../modules/ROOT/pages/user-guide/native-mode.adoc |    4 +-
 examples/file-split-log-xml/pom.xml                |   94 +-
 examples/health/pom.xml                            |   90 +-
 examples/http-log/pom.xml                          |   77 +-
 examples/observability/pom.xml                     |   90 +-
 examples/rest-json/pom.xml                         |   51 +-
 examples/timer-log-cdi/pom.xml                     |   38 +-
 examples/timer-log-kotlin/pom.xml                  |   61 +-
 examples/timer-log-main/pom.xml                    |   51 +-
 examples/timer-log-spring/pom.xml                  |   51 +-
 examples/timer-log-xml/pom.xml                     |   64 +-
 examples/timer-log/pom.xml                         |   51 +-
 .../spi/UnbannedReflectiveBuildItem.java           |   47 -
 .../camel/quarkus/core/FastCamelContext.java       |  105 +-
 .../camel/quarkus/core/FastUuidGenerator.java      |   47 -
 .../component/nats/deployment/NatsProcessor.java   |   46 -
 extensions-jvm/nats/integration-test/pom.xml       |   95 -
 .../camel/quarkus/component/nats/it/NatsTest.java  |   34 -
 extensions-jvm/pom.xml                             |    1 -
 .../component/jpa/deployment/JpaProcessor.java     |   24 +-
 .../nats/deployment/pom.xml                        |    0
 .../component/nats/deployment/NatsProcessor.java}  |   12 +-
 {extensions-jvm => extensions}/nats/pom.xml        |    1 -
 .../nats/runtime/pom.xml                           |    0
 .../main/resources/META-INF/quarkus-extension.yaml |    3 +-
 extensions/pom.xml                                 |    3 +
 .../quartz/deployment/QuartzProcessor.java         |    7 +-
 .../org/apache/camel/component/qute/qute.json      |    2 +
 .../vertx-http}/deployment/pom.xml                 |   16 +-
 .../vertx/http/deployment/VertxHttpProcessor.java} |   17 +-
 extensions/{flatpack => vertx-http}/pom.xml        |    4 +-
 extensions/{git => vertx-http}/runtime/pom.xml     |   18 +-
 .../vertx/http/CamelVertxHttpRecorder.java         |   53 +
 .../main/resources/META-INF/quarkus-extension.yaml |    6 +-
 .../{git => vertx-websocket}/deployment/pom.xml    |   16 +-
 .../deployment/VertxWebsocketProcessor.java}       |   20 +-
 extensions/{flatpack => vertx-websocket}/pom.xml   |    4 +-
 .../{git => vertx-websocket}/runtime/pom.xml       |   18 +-
 .../vertx/websocket/VertxWebsocketRecorder.java    |   75 +
 .../main/resources/META-INF/quarkus-extension.yaml |    6 +-
 integration-tests/activemq/pom.xml                 |   38 +-
 integration-tests/amqp/pom.xml                     |   25 +-
 integration-tests/arangodb/pom.xml                 |   25 +-
 .../arangodb/it/ArangodbTestResource.java          |    2 +-
 integration-tests/as2/pom.xml                      |   31 +-
 integration-tests/avro/pom.xml                     |   38 +-
 integration-tests/aws/pom.xml                      |  220 +-
 integration-tests/aws2/pom.xml                     |  233 +-
 integration-tests/azure/pom.xml                    |   25 +-
 integration-tests/base64/pom.xml                   |   38 +-
 integration-tests/bean-validator/pom.xml           |   51 +-
 integration-tests/bean/pom.xml                     |   51 +-
 integration-tests/bindy/pom.xml                    |   38 +-
 integration-tests/box/pom.xml                      |   51 +-
 integration-tests/braintree/pom.xml                |   38 +-
 integration-tests/compression/pom.xml              |   64 +-
 integration-tests/consul/pom.xml                   |   25 +-
 integration-tests/controlbus/pom.xml               |   64 +-
 integration-tests/core/pom.xml                     |   51 +-
 integration-tests/couchdb/pom.xml                  |   25 +-
 integration-tests/csv/pom.xml                      |   38 +-
 integration-tests/dataformat/pom.xml               |   64 +-
 integration-tests/dataformats-json/pom.xml         |  142 +-
 integration-tests/debezium/pom.xml                 |   22 +-
 integration-tests/dozer/pom.xml                    |   38 +-
 integration-tests/elasticsearch-rest/pom.xml       |   38 +-
 .../rest/it/ElasticSearchTestResource.java         |    2 +-
 integration-tests/exec/pom.xml                     |   38 +-
 integration-tests/fhir/pom.xml                     |   51 +-
 integration-tests/file/pom.xml                     |   55 +-
 .../quarkus/component/file/it/FileRoutes.java      |    2 +
 .../camel/quarkus/component/file/it/FileTest.java  |   28 +-
 integration-tests/flatpack/pom.xml                 |   51 +-
 integration-tests/ftp/pom.xml                      |   38 +-
 integration-tests/git/pom.xml                      |   25 +-
 integration-tests/github/pom.xml                   |   25 +-
 integration-tests/google/pom.xml                   |   77 +-
 .../component/google/it/GoogleComponentsTest.java  |   17 +-
 integration-tests/graphql/pom.xml                  |   25 +-
 integration-tests/grok/pom.xml                     |   51 +-
 integration-tests/http/pom.xml                     |   94 +-
 .../quarkus/component/http/it/HttpResource.java    |   39 +
 .../camel/quarkus/component/http/it/HttpTest.java  |    5 +-
 integration-tests/hystrix/pom.xml                  |   51 +-
 integration-tests/infinispan/pom.xml               |   64 +-
 integration-tests/influxdb/pom.xml                 |   38 +-
 integration-tests/jaxb/pom.xml                     |   38 +-
 integration-tests/jdbc/pom.xml                     |   51 +-
 integration-tests/jira/pom.xml                     |   38 +-
 integration-tests/jolt/pom.xml                     |   25 +-
 integration-tests/jpa/pom.xml                      |   25 +-
 integration-tests/json-validator/pom.xml           |   38 +-
 integration-tests/jsonpath/pom.xml                 |   51 +-
 integration-tests/jta/pom.xml                      |   38 +-
 integration-tests/kafka/pom.xml                    |   42 +-
 integration-tests/{main => kotlin}/pom.xml         |  135 +-
 .../apache/camel/quarkus/kotlin/KotlinResource.kt} |   40 +-
 .../apache/camel/quarkus/kotlin/KotlinRoutes.kt    |   21 +-
 .../org/apache/camel/quarkus/kotlin/KotlinIT.kt}   |    7 +-
 .../org/apache/camel/quarkus/kotlin/KotlinTest.kt} |   27 +-
 integration-tests/kubernetes/pom.xml               |   25 +-
 integration-tests/kudu/pom.xml                     |   64 +-
 .../component/kudu/it/KuduTestResource.java        |    2 +-
 integration-tests/mail/pom.xml                     |   38 +-
 integration-tests/main-caffeine-lrucache/pom.xml   |   38 +-
 integration-tests/main-collector/pom.xml           |   64 +-
 integration-tests/main-command-mode/pom.xml        |   48 +-
 integration-tests/main-devmode/pom.xml             |   77 +-
 integration-tests/main-xml-io/pom.xml              |   77 +-
 integration-tests/main-xml-jaxb/pom.xml            |   90 +-
 integration-tests/main/pom.xml                     |  116 +-
 integration-tests/master/pom.xml                   |   74 +-
 integration-tests/messaging/pom.xml                |   77 +-
 integration-tests/microprofile/pom.xml             |   90 +-
 integration-tests/mock/pom.xml                     |   51 +-
 integration-tests/mongodb/pom.xml                  |   38 +-
 integration-tests/mustache/pom.xml                 |   25 +-
 integration-tests/{as2 => nats}/pom.xml            |   55 +-
 .../component/nats/it/NatsConfiguration.java       |   60 +
 .../quarkus/component/nats/it/NatsResource.java}   |   57 +-
 .../quarkus/component/nats/it/NatsRoutes.java      |   42 +-
 .../camel/quarkus/component/nats/it/NatsIT.java}   |    4 +-
 .../camel/quarkus/component/nats/it/NatsTest.java  |  120 +
 .../component/nats/it/NatsTestResource.java        |   97 +
 integration-tests/netty/pom.xml                    |   25 +-
 integration-tests/olingo4/pom.xml                  |   25 +-
 integration-tests/openapi-java/pom.xml             |   90 +-
 integration-tests/opentracing/pom.xml              |   51 +-
 integration-tests/pdf/pom.xml                      |   24 +-
 integration-tests/platform-http-engine/pom.xml     |   25 +-
 integration-tests/platform-http/pom.xml            |   77 +-
 integration-tests/pom.xml                          |    3 +
 integration-tests/quartz/pom.xml                   |   51 +-
 integration-tests/qute/pom.xml                     |   37 +-
 integration-tests/rabbitmq/pom.xml                 |   38 +-
 integration-tests/reactive-streams/pom.xml         |   51 +-
 integration-tests/ref/pom.xml                      |   38 +-
 integration-tests/rest-binding-mode-xml/pom.xml    |   51 +-
 integration-tests/rest-openapi/pom.xml             |   51 +-
 integration-tests/rest/pom.xml                     |   25 +-
 integration-tests/salesforce/pom.xml               |   38 +-
 integration-tests/sap-netweaver/pom.xml            |   51 +-
 integration-tests/scheduler/pom.xml                |   38 +-
 integration-tests/seda/pom.xml                     |   25 +-
 integration-tests/send-dynamic-http/pom.xml        |   51 +-
 integration-tests/servicenow/pom.xml               |   38 +-
 integration-tests/servlet/pom.xml                  |   51 +-
 integration-tests/slack/pom.xml                    |   64 +-
 .../smallrye-reactive-messaging/pom.xml            |   51 +-
 .../reactive/messaging/it/PublisherRoute.java      |    6 +
 .../it/SmallRyeReactiveMessagingTest.java          |    4 +
 integration-tests/soap/pom.xml                     |   38 +-
 integration-tests/sql/pom.xml                      |   25 +-
 integration-tests/stream/pom.xml                   |   25 +-
 integration-tests/tarfile/pom.xml                  |   38 +-
 integration-tests/telegram/pom.xml                 |   64 +-
 integration-tests/tika/pom.xml                     |   25 +-
 integration-tests/twitter/pom.xml                  |   38 +-
 integration-tests/validator/pom.xml                |   38 +-
 .../vertx-websocket/pom.xml                        |   37 +-
 .../vertx/websocket/it/VertxWebsocketRoutes.java   |    9 +-
 .../vertx/websocket/it/VertxWebsocketIT.java}      |    4 +-
 .../vertx/websocket/it/VertxWebsocketTest.java}    |   10 +-
 integration-tests/vertx/pom.xml                    |   38 +-
 integration-tests/websocket-jsr356/pom.xml         |   25 +-
 integration-tests/xml/pom.xml                      |   64 +-
 integration-tests/xstream/pom.xml                  |   51 +-
 pom.xml                                            |   24 +-
 poms/bom/pom.xml                                   |   30 +
 tooling/scripts/test-categories.yaml               |    3 +
 tooling/scripts/validate-dependencies.groovy       |    5 +-
 182 files changed, 9136 insertions(+), 2036 deletions(-)
 copy docs/modules/ROOT/pages/reference/extensions/{arangodb.adoc => 
vertx-http.adoc} (66%)
 copy docs/modules/ROOT/pages/reference/extensions/{arangodb.adoc => 
vertx-websocket.adoc} (64%)
 delete mode 100644 
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/spi/UnbannedReflectiveBuildItem.java
 delete mode 100644 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastUuidGenerator.java
 delete mode 100644 
extensions-jvm/nats/deployment/src/main/java/org/apache/camel/quarkus/component/nats/deployment/NatsProcessor.java
 delete mode 100644 extensions-jvm/nats/integration-test/pom.xml
 delete mode 100644 
extensions-jvm/nats/integration-test/src/test/java/org/apache/camel/quarkus/component/nats/it/NatsTest.java
 rename {extensions-jvm => extensions}/nats/deployment/pom.xml (100%)
 copy 
extensions/{jolt/deployment/src/main/java/org/apache/camel/quarkus/component/jolt/deployment/JoltProcessor.java
 => 
nats/deployment/src/main/java/org/apache/camel/quarkus/component/nats/deployment/NatsProcessor.java}
 (78%)
 rename {extensions-jvm => extensions}/nats/pom.xml (97%)
 rename {extensions-jvm => extensions}/nats/runtime/pom.xml (100%)
 rename {extensions-jvm => 
extensions}/nats/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(97%)
 copy {extensions-core/threadpoolfactory-vertx => 
extensions/vertx-http}/deployment/pom.xml (88%)
 copy 
extensions/{vertx/deployment/src/main/java/org/apache/camel/quarkus/component/vertx/deployment/VertxProcessor.java
 => 
vertx-http/deployment/src/main/java/org/apache/camel/quarkus/component/vertx/http/deployment/VertxHttpProcessor.java}
 (69%)
 copy extensions/{flatpack => vertx-http}/pom.xml (92%)
 copy extensions/{git => vertx-http}/runtime/pom.xml (90%)
 create mode 100644 
extensions/vertx-http/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/http/CamelVertxHttpRecorder.java
 copy extensions/{attachments => 
vertx-http}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (90%)
 copy extensions/{git => vertx-websocket}/deployment/pom.xml (87%)
 copy 
extensions/{vertx/deployment/src/main/java/org/apache/camel/quarkus/component/vertx/deployment/VertxProcessor.java
 => 
vertx-websocket/deployment/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/deployment/VertxWebsocketProcessor.java}
 (63%)
 copy extensions/{flatpack => vertx-websocket}/pom.xml (92%)
 copy extensions/{git => vertx-websocket}/runtime/pom.xml (90%)
 create mode 100644 
extensions/vertx-websocket/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/VertxWebsocketRecorder.java
 copy extensions/{attachments => 
vertx-websocket}/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(90%)
 copy integration-tests/{main => kotlin}/pom.xml (56%)
 copy 
integration-tests/{main-devmode/src/test/java/org/apache/camel/quarkus/main/CamelSupportResource.java
 => kotlin/src/main/kotlin/org/apache/camel/quarkus/kotlin/KotlinResource.kt} 
(57%)
 copy examples/timer-log-kotlin/src/main/kotlin/org/acme/timer/routes.kt => 
integration-tests/kotlin/src/main/kotlin/org/apache/camel/quarkus/kotlin/KotlinRoutes.kt
 (71%)
 copy 
integration-tests/{ref/src/test/java/org/apache/camel/quarkus/component/ref/it/RefIT.java
 => kotlin/src/test/kotlin/org/apache/camel/quarkus/kotlin/KotlinIT.kt} (86%)
 copy 
integration-tests/{exec/src/test/java/org/apache/camel/quarkus/component/exec/it/ExecTest.java
 => kotlin/src/test/kotlin/org/apache/camel/quarkus/kotlin/KotlinTest.kt} (60%)
 copy integration-tests/{as2 => nats}/pom.xml (71%)
 create mode 100644 
integration-tests/nats/src/main/java/org/apache/camel/quarkus/component/nats/it/NatsConfiguration.java
 copy 
integration-tests/{ftp/src/main/java/org/apache/camel/quarkus/component/sftp/it/SftpResource.java
 => 
nats/src/main/java/org/apache/camel/quarkus/component/nats/it/NatsResource.java}
 (50%)
 rename 
extensions-jvm/nats/integration-test/src/main/java/org/apache/camel/quarkus/component/nats/it/NatsResource.java
 => 
integration-tests/nats/src/main/java/org/apache/camel/quarkus/component/nats/it/NatsRoutes.java
 (50%)
 copy 
integration-tests/{as2/src/test/java/org/apache/camel/quarkus/component/as2/it/As2IT.java
 => nats/src/test/java/org/apache/camel/quarkus/component/nats/it/NatsIT.java} 
(91%)
 create mode 100644 
integration-tests/nats/src/test/java/org/apache/camel/quarkus/component/nats/it/NatsTest.java
 create mode 100644 
integration-tests/nats/src/test/java/org/apache/camel/quarkus/component/nats/it/NatsTestResource.java
 copy tooling/create-extension-templates/integration-test-pom.xml => 
integration-tests/vertx-websocket/pom.xml (74%)
 copy examples/timer-log/src/main/java/org/acme/timer/TimerRoute.java => 
integration-tests/vertx-websocket/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/it/VertxWebsocketRoutes.java
 (77%)
 copy 
integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQIT.java
 => 
vertx-websocket/src/test/java/org/apache/camel/quarkus/component/vertx/websocket/it/VertxWebsocketIT.java}
 (88%)
 copy 
integration-tests/{websocket-jsr356/src/test/java/org/apache/camel/quarkus/component/websocket/jsr356/it/WebSocketJSR356Test.java
 => 
vertx-websocket/src/test/java/org/apache/camel/quarkus/component/vertx/websocket/it/VertxWebsocketTest.java}
 (89%)

Reply via email to