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

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


 discard 276c357  Azure extension native build fails with Quarkus 1.13 #2299
 discard 89d8111  Temporarily disable SQL itest due to #2296
 discard 70d9c09  Fix #1918 to add a integration test with camel-jdbc and 
camel-jms
 discard 6f0761d  Remove support for Webocket JSR 356
 discard 56f206d  Upgrade to Quarkus 1.13.0.Final
     add 8aca58c  bindy: added native support for methods registered with 
@DataField
     add 95a4736  Review usage of quarkus.ssl.native in integration tests
     add 99932f9  Move HTTP send-dynamic test to HTTP itest module
     add 7de43f6  Stitch JVM support
     add eeff7e9  Huawei Cloud SMN JVM support
     new 91b64fe  Upgrade to Quarkus 1.13.0.Final
     new 835e3ce  Remove support for Webocket JSR 356
     new d2fb0ac  Fix #1918 to add a integration test with camel-jdbc and 
camel-jms
     new 2ea64f1  Temporarily disable SQL itest due to #2296
     new 0b375ad  Azure extension native build fails with Quarkus 1.13 #2299

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   (276c357)
            \
             N -- N -- N   refs/heads/quarkus-master (0b375ad)

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 5 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:
 ...-storage-datalake.adoc => huaweicloud-smn.adoc} |  12 +-
 .../pages/reference/extensions/salesforce.adoc     |   6 +
 .../{azure-storage-datalake.adoc => stitch.adoc}   |  12 +-
 .../ROOT/pages/reference/extensions/twitter.adoc   |   6 +
 .../partials/reference/components/hwcloud-smn.adoc |  14 +-
 .../ROOT/partials/reference/components/stitch.adoc |  14 +-
 .../huaweicloud-smn}/deployment/pom.xml            |   8 +-
 .../smn/deployment/HuaweicloudSmnProcessor.java}   |   8 +-
 .../integration-test/pom.xml                       |  15 ++-
 .../huaweicloud/smn/it/HuaweicloudSmnResource.java |  20 +--
 .../huaweicloud/smn/it/HuaweicloudSmnTest.java}    |   8 +-
 .../pom.xml                                        |   4 +-
 .../huaweicloud-smn}/runtime/pom.xml               |  14 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   6 +-
 extensions-jvm/pom.xml                             |   2 +
 .../stitch}/deployment/pom.xml                     |   8 +-
 .../stitch/deployment/StitchProcessor.java}        |   8 +-
 .../{jasypt => stitch}/integration-test/pom.xml    |  15 ++-
 .../component/stitch/it/StitchResource.java}       |  20 +--
 .../quarkus/component/stitch/it/StitchTest.java}   |   8 +-
 .../{azure-storage-datalake => stitch}/pom.xml     |   4 +-
 .../stitch}/runtime/pom.xml                        |  14 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   6 +-
 .../component/bindy/deployment/BindyProcessor.java |  19 +++
 .../salesforce/deployment/SalesforceProcessor.java |   6 +
 .../twitter/deployment/TwitterProcessor.java       |   6 +
 .../as2/src/main/resources/application.properties  |   1 +
 .../aws/src/main/resources/application.properties  |   4 -
 .../bean/src/main/resources/application.properties |   4 -
 .../quarkus/component/bindy/it/BindyResource.java  |   6 +-
 .../component/bindy/it/model/CharReplacer.java}    |   9 +-
 .../quarkus/component/bindy/it/model/CsvOrder.java |  23 ++++
 .../src/main/resources/application.properties      |   4 -
 .../fhir/src/main/resources/application.properties |   4 -
 integration-tests/http/pom.xml                     |  21 +++
 .../quarkus/component/http/it/HttpResource.java    |  50 +++++++
 .../camel/quarkus/component/http/it/HttpTest.java  |  17 +++
 .../mail/src/main/resources/application.properties |  21 ---
 .../src/main/resources/application.properties      |   4 -
 .../src/main/resources/application.properties      |   1 -
 integration-tests/pom.xml                          |   1 -
 .../src/main/resources/application.properties      |   5 -
 integration-tests/send-dynamic-http/pom.xml        | 146 ---------------------
 .../component/http/it/SendDynamicResource.java     |  79 -----------
 .../quarkus/component/http/it/SendDynamicIT.java   |  23 ----
 .../quarkus/component/http/it/SendDynamicTest.java |  43 ------
 .../src/main/resources/application.properties      |   5 -
 .../src/main/resources/application.properties      |   4 -
 poms/bom/pom.xml                                   |  30 +++++
 tooling/scripts/test-categories.yaml               |   1 -
 50 files changed, 319 insertions(+), 450 deletions(-)
 copy docs/modules/ROOT/pages/reference/extensions/{azure-storage-datalake.adoc 
=> huaweicloud-smn.adoc} (61%)
 copy docs/modules/ROOT/pages/reference/extensions/{azure-storage-datalake.adoc 
=> stitch.adoc} (58%)
 copy {extensions/nitrite => extensions-jvm/huaweicloud-smn}/deployment/pom.xml 
(89%)
 copy 
extensions-jvm/{asterisk/deployment/src/main/java/org/apache/camel/quarkus/component/asterisk/deployment/AsteriskProcessor.java
 => 
huaweicloud-smn/deployment/src/main/java/org/apache/camel/quarkus/component/huaweicloud/smn/deployment/HuaweicloudSmnProcessor.java}
 (86%)
 copy extensions-jvm/{atomix => huaweicloud-smn}/integration-test/pom.xml (82%)
 copy 
extensions/aws2-lambda/runtime/src/main/org/apache/camel/quarkus/component/aws2/lambda/it/Aws2LambdaResource.java
 => 
extensions-jvm/huaweicloud-smn/integration-test/src/main/java/org/apache/camel/quarkus/component/huaweicloud/smn/it/HuaweicloudSmnResource.java
 (72%)
 copy 
extensions-jvm/{asn1/integration-test/src/test/java/org/apache/camel/quarkus/component/asn1/it/Asn1Test.java
 => 
huaweicloud-smn/integration-test/src/test/java/org/apache/camel/quarkus/component/huaweicloud/smn/it/HuaweicloudSmnTest.java}
 (83%)
 copy extensions-jvm/{azure-storage-datalake => huaweicloud-smn}/pom.xml (91%)
 copy {extensions/nitrite => extensions-jvm/huaweicloud-smn}/runtime/pom.xml 
(90%)
 copy extensions-jvm/{apns => 
huaweicloud-smn}/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(87%)
 copy {extensions/nitrite => extensions-jvm/stitch}/deployment/pom.xml (90%)
 copy 
extensions-jvm/{atomix/deployment/src/main/java/org/apache/camel/quarkus/component/atomix/deployment/AtomixProcessor.java
 => 
stitch/deployment/src/main/java/org/apache/camel/quarkus/component/stitch/deployment/StitchProcessor.java}
 (88%)
 copy extensions-jvm/{jasypt => stitch}/integration-test/pom.xml (84%)
 copy 
extensions-jvm/{bonita/integration-test/src/main/java/org/apache/camel/quarkus/component/bonita/it/BonitaResource.java
 => 
stitch/integration-test/src/main/java/org/apache/camel/quarkus/component/stitch/it/StitchResource.java}
 (75%)
 copy 
extensions-jvm/{asn1/integration-test/src/test/java/org/apache/camel/quarkus/component/asn1/it/Asn1Test.java
 => 
stitch/integration-test/src/test/java/org/apache/camel/quarkus/component/stitch/it/StitchTest.java}
 (86%)
 copy extensions-jvm/{azure-storage-datalake => stitch}/pom.xml (91%)
 copy {extensions/nitrite => extensions-jvm/stitch}/runtime/pom.xml (89%)
 copy extensions-jvm/{apns => 
stitch}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (85%)
 copy 
integration-tests/{sql/src/main/java/org/apache/camel/quarkus/component/sql/it/storedproc/NumberAddStoredProcedure.java
 => 
bindy/src/main/java/org/apache/camel/quarkus/component/bindy/it/model/CharReplacer.java}
 (79%)
 delete mode 100644 
integration-tests/mail/src/main/resources/application.properties
 delete mode 100644 integration-tests/send-dynamic-http/pom.xml
 delete mode 100644 
integration-tests/send-dynamic-http/src/main/java/org/apache/camel/quarkus/component/http/it/SendDynamicResource.java
 delete mode 100644 
integration-tests/send-dynamic-http/src/test/java/org/apache/camel/quarkus/component/http/it/SendDynamicIT.java
 delete mode 100644 
integration-tests/send-dynamic-http/src/test/java/org/apache/camel/quarkus/component/http/it/SendDynamicTest.java

Reply via email to