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 d54c8e1313 Enabled infinispan #5232
 discard 122843e737 Enabled flatpak test #5260
 discard 68b742ac04 Kudu dependency conflict fix + generated files
 discard 821e9be9f2 Generated files
 discard a7f5a5abd9 flatpack - disabled test because of CAMEL-19837
 discard bc35b8f2e8 Fixed main-command-mode tests becaise of recent changes of 
Timer
 discard 66d9936bbb Twilio - disabled tests because of #5254
 discard cad1c6e092 Fixed Kamelet because of timer change (CAMEL-19817)
 discard 7cc80608a0 Disabled Fop and Pdf native
 discard 571de2b28d Tika - aded explabation and limitation regarding pdf, see 
#5234
 discard c3a5c34349 Auto-geerated files
 discard 2faf1e81f0 Fixed dependency confilct after upgrade of Snakeyaml engine 
to 2.7 i Camel + generated files
 discard 00eb0b7878 Fixed openapi-java (CAMEL-19764)
 discard bd9c65146b Fixed aws2 because of CAMEL-19737
 discard dee41555a9 Fixed pdf tests
 discard 9fcc8b7c4a Disabled tika tests using pdfbox (see #5234)
 discard 375d84f1f8 Disabled infinispan-quarkus-client tests + native (newer 
Quarkus is required)
 discard f14440efc3 Fixed nats - needs more investigation
 discard faf5fd695f Generated changes
 discard abc557bed6 Fixed compilatin errors in Pdf and Fop because of 
CAMEL-19796
 discard 5113862449 Fixed main-xml-jaxb because of CAMEL-19765
 discard b70cfd6267 fixed foundation/core tests
 discard 404d1a784e Disabled infinispan tests + native (newer Quarkus is 
required)
 discard 404f15db21 Generated files + workaround for kamelets
 discard dc179fad57 Upgrade Camel to 4.1.0
     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)
     new 6e109789fc Upgrade Camel to 4.1.0
     new 9f5f4ccbac Generated files + workaround for kamelets
     new c412bd6ffc Disabled infinispan tests + native (newer Quarkus is 
required)
     new 1a60b3ffc0 fixed foundation/core tests
     new ca4b02659c Fixed main-xml-jaxb because of CAMEL-19765
     new bb943431c8 Fixed compilatin errors in Pdf and Fop because of 
CAMEL-19796
     new d47c2488c9 Generated changes
     new aea318ef0d Fixed nats - needs more investigation
     new 755b243dc5 Disabled infinispan-quarkus-client tests + native (newer 
Quarkus is required)
     new 2fb94bb444 Disabled tika tests using pdfbox (see #5234)
     new a70f1550d1 Fixed pdf tests
     new c3e15b7319 Fixed aws2 because of CAMEL-19737
     new d765bbc883 Fixed openapi-java (CAMEL-19764)
     new 4041715dfd Fixed dependency confilct after upgrade of Snakeyaml engine 
to 2.7 i Camel + generated files
     new 841682556d Auto-geerated files
     new dc2e42a2cf Tika - aded explabation and limitation regarding pdf, see 
#5234
     new 323087cd6f Disabled Fop and Pdf native
     new 2c7f6e9666 Fixed Kamelet because of timer change (CAMEL-19817)
     new 8383c53d25 Twilio - disabled tests because of #5254
     new 3612cdc826 Fixed main-command-mode tests becaise of recent changes of 
Timer
     new e6c09e4d1b flatpack - disabled test because of CAMEL-19837
     new b0be1e5bac Generated files
     new 41d00c333a Kudu dependency conflict fix + generated files
     new a3b758fbc2 Enabled flatpak test #5260
     new 065e4ff57a Enabled infinispan #5232

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   (d54c8e1313)
            \
             N -- N -- N   refs/heads/camel-main (065e4ff57a)

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 25 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 +++++-
 pom.xml                                            | 17 ++++++++
 18 files changed, 165 insertions(+), 63 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%)

Reply via email to