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

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


 discard 5cad7d9  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
 discard 416106c  Upgrade to Quarkus 2.8.0.CR1
     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 220128a  Upgrade to Quarkus 2.8.0.CR1
     new 779ab27  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel

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   (5cad7d9)
            \
             N -- N -- N   refs/heads/quarkus-main (779ab27)

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 2 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