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 8f456bc  Temporarilly manually update google-auth-library-credentials 
until gRPC is upgraded to 1.45.x
 discard e129839  Temporarilly disable Aws2KinesisTest.kinesis due to #3638
 discard 7df5826  3579 Improve quartz test coverage
 discard 88cf86d  Fix #3592 add some ReflectiveClassBuildItem for camel-kafka 
(#3594)
 discard 3555acf  Work around Tika version incompatibilities between Quarkus 
Tika & Camel Tika #3599
 discard 7178534  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
 discard 3699da4  Test for Debezium mysql - passing additionalProperties 
results in wrong properties beeing passed #3488
 discard 12a983d  Upgrade Camel to 3.16.0
     add 5bc7d3f  Fix Gradle native builds for Spring backed extensions
     add 5fa53bf  Slack : fix native support for Webhook URL + add test 
coverage Fixes #3541
     add 3687e39  Fix registration of consul client API proxy interface
     add 54125c4  file: Rewrite the charset related test #3627
     add d8a96ba  Tidy geronimo-jms_2.0_spec exclusions
     new c651fcd  Upgrade Camel to 3.16.0
     new 062e51d  Test for Debezium mysql - passing additionalProperties 
results in wrong properties beeing passed #3488
     new 0d93f47  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
     new 8822d9c  Work around Tika version incompatibilities between Quarkus 
Tika & Camel Tika #3599
     new 5903707  Fix #3592 add some ReflectiveClassBuildItem for camel-kafka 
(#3594)
     new 6622d0e  3579 Improve quartz test coverage
     new 89bdc82  Temporarilly disable Aws2KinesisTest.kinesis due to #3638
     new 6221fc7  Temporarilly manually update google-auth-library-credentials 
until gRPC is upgraded to 1.45.x

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   (8f456bc)
            \
             N -- N -- N   refs/heads/camel-main (6221fc7)

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 8 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:
 extensions-jvm/corda/runtime/pom.xml               |  4 --
 .../deployment/ConsulClientSupportProcessor.java   |  5 +-
 .../spring/deployment/SpringKotlinProcessor.java   | 69 +++++++++++-----------
 extensions/activemq/deployment/pom.xml             |  7 ---
 extensions/activemq/runtime/pom.xml                |  7 ---
 extensions/amqp/deployment/pom.xml                 |  2 +-
 extensions/amqp/runtime/pom.xml                    |  2 +-
 extensions/jms/runtime/pom.xml                     |  6 --
 .../component/slack/deployment/SlackProcessor.java |  6 ++
 .../quarkus/component/consul/it/ConsulIT.java      |  2 -
 integration-tests/file/pom.xml                     | 21 ++++---
 .../quarkus/component/file/it/FileResource.java    | 46 +++++++++++++++
 .../quarkus/component/file/it/FileRoutes.java      | 10 ++--
 .../camel/quarkus/component/file/it/FileTest.java  | 33 ++++-------
 integration-tests/jms-artemis-client/pom.xml       |  6 --
 integration-tests/jms-qpid-amqp-client/pom.xml     |  2 +-
 integration-tests/jta/pom.xml                      | 10 ----
 integration-tests/sjms-artemis-client/pom.xml      | 10 ----
 integration-tests/sjms2-artemis-client/pom.xml     | 10 ----
 integration-tests/slack/pom.xml                    |  2 +-
 .../quarkus/component/slack/it/SlackResource.java  | 69 ++++++++++++++++++++--
 .../slack/it/model/SlackMessageResponse.java}      | 20 +++++--
 .../quarkus/component/slack/it/SlackTest.java      | 53 +++++++++++++++--
 .../component/slack/it/SlackTestResource.java      |  2 +-
 ...ge.json => slackChatPostMessageWithBlocks.json} |  2 +-
 ...age.json => slackChatPostMessageWithToken.json} |  2 +-
 ...e.json => slackChatPostMessageWithWebhook.json} |  4 +-
 ... => slackGetConversationHistoryWithBlocks.json} |  4 +-
 ...n => slackGetConversationHistoryWithToken.json} |  2 +-
 ...=> slackGetConversationHistoryWithWebhook.json} |  4 +-
 poms/bom/pom.xml                                   |  8 +++
 31 files changed, 263 insertions(+), 167 deletions(-)
 copy 
integration-tests/{jackson-avro/src/main/java/org/apache/camel/quarkus/component/jackson/avro/it/Pojo.java
 => 
slack/src/main/java/org/apache/camel/quarkus/component/slack/it/model/SlackMessageResponse.java}
 (72%)
 copy 
integration-tests/slack/src/test/resources/mappings/{slackChatPostMessage.json 
=> slackChatPostMessageWithBlocks.json} (80%)
 copy 
integration-tests/slack/src/test/resources/mappings/{slackChatPostMessage.json 
=> slackChatPostMessageWithToken.json} (95%)
 rename 
integration-tests/slack/src/test/resources/mappings/{slackChatPostMessage.json 
=> slackChatPostMessageWithWebhook.json} (92%)
 copy 
integration-tests/slack/src/test/resources/mappings/{slackGetConversationHistory.json
 => slackGetConversationHistoryWithBlocks.json} (56%)
 copy 
integration-tests/slack/src/test/resources/mappings/{slackGetConversationHistory.json
 => slackGetConversationHistoryWithToken.json} (70%)
 rename 
integration-tests/slack/src/test/resources/mappings/{slackGetConversationHistory.json
 => slackGetConversationHistoryWithWebhook.json} (66%)

Reply via email to