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 4049ea0f61 Upgrade Quarkus to 3.5.0.CR1
     add 6de0b819d2 Fix #5212 to add XA test for IBMMQ client (#5223)
     add 5144a43974 Javax replaced with jakarta in adoc files #5293
     add d2ae5cc1b0 Revert "Fix #5180 to skip quarkus build on jms-ibmmq-client 
integration tests (#5183)"
     add d20d1f86e0 Add Generated SBOM to release as artifacts (#5296)
     add a4968d6bc1 Telegram integration tests: add the possibility to disable 
running webhook test Fixes #5298
     new 7338aeed75 Upgrade Quarkus to 3.5.0.CR1

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   (4049ea0f61)
            \
             N -- N -- N   refs/heads/quarkus-main (7338aeed75)

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:
 .../ROOT/pages/reference/extensions/activemq.adoc  |  8 ++--
 .../ROOT/pages/reference/extensions/amqp.adoc      |  8 ++--
 .../ROOT/pages/reference/extensions/jms.adoc       |  8 ++--
 .../ROOT/pages/reference/extensions/sjms.adoc      |  8 ++--
 .../ROOT/pages/reference/extensions/sjms2.adoc     |  8 ++--
 .../activemq/runtime/src/main/doc/usage.adoc       |  6 +--
 extensions/amqp/runtime/src/main/doc/usage.adoc    |  6 +--
 extensions/jms/runtime/src/main/doc/usage.adoc     |  6 +--
 extensions/sjms/runtime/src/main/doc/usage.adoc    |  6 +--
 extensions/sjms2/runtime/src/main/doc/usage.adoc   |  6 +--
 integration-tests/jms-ibmmq-client/pom.xml         |  7 ++-
 .../jms/ibmmq/it/IBMMQConnectionFactory.java       | 19 +++++++-
 .../component/jms/ibmmq/it/IBMMQResource.java      | 50 ++++++++++++++++++++++
 .../src/main/resources/application.properties      |  1 +
 .../ibmmq/it/{IBMMQTest.java => IBMMQXATest.java}  | 46 ++++++++++----------
 .../component/jms/ibmmq/it/JmsXAEnabled.java}      |  6 +--
 .../camel/quarkus/messaging/jms/JmsRoutes.java     | 12 +++++-
 integration-tests/telegram/README.adoc             |  9 +++-
 .../quarkus/component/telegram/it/Routes.java      | 13 ++++--
 .../src/main/resources/application.properties      |  3 +-
 .../telegram/it/CustomWebhookCondition.java}       | 22 ++++++----
 .../component/telegram/it/TelegramTest.java        |  2 +
 .../telegram/it/TelegramTestResource.java          |  5 +--
 pom.xml                                            | 17 ++++++++
 24 files changed, 202 insertions(+), 80 deletions(-)
 copy 
integration-tests/jms-ibmmq-client/src/test/java/org/apache/camel/quarkus/component/jms/ibmmq/it/{IBMMQTest.java
 => IBMMQXATest.java} (70%)
 copy 
integration-tests/{jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXAEnabled.java
 => 
jms-ibmmq-client/src/test/java/org/apache/camel/quarkus/component/jms/ibmmq/it/JmsXAEnabled.java}
 (91%)
 copy 
integration-tests/telegram/src/{main/java/org/apache/camel/quarkus/component/telegram/it/Routes.java
 => 
test/java/org/apache/camel/quarkus/component/telegram/it/CustomWebhookCondition.java}
 (52%)

Reply via email to