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

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


 discard a12ec83ded Upgrade Camel to 3.20.0
 discard 965c76bfdc Fix #4216 to make xml integration tests working in native 
build (#4217)
     add 218f3b9679 Use Camel hapi-base-version property for hapi-base
     add cb740e2ae9 Fix #3951 to add a test with quarkus-pooled-jms (#4237)
     add e3c810d214 Fix : flakiness of Scheduler integration-tests.
     add ad0292456e Updated CHANGELOG.md
     add c133ba3ca2 Upgrade Qpid JMS to 0.39.0
     add 02a4ce10e9 camel-quarkus-xchange: MissingResourceException: Can't find 
bundle for base name sun.util.resources.CurrencyNames, locale en_US #4242
     add 00654ec223 Upgrade to quarkus-cxf 1.5.6
     add 4089a18384 Fix #4250 to add JmsArtemisXATest (#4251)
     add 37338d3d10 Updated CHANGELOG.md
     add bef1226329 Upgarde quarkus-artemis to 2.0.1 and quarkus-pooled-jms to 
1.0.6 (#4253)
     add 8815fa2896 Updated CHANGELOG.md
     new 44e8e7c629 Fix #4216 to make xml integration tests working in native 
build (#4217)
     new 65f401eb36 Upgrade Camel to 3.20.0

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   (a12ec83ded)
            \
             N -- N -- N   refs/heads/camel-main (65f401eb36)

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:
 CHANGELOG.md                                       |    94 +-
 .../xchange/deployment/XchangeProcessor.java       |     2 +-
 .../component/scheduler/it/SchedulerResource.java  |    17 +
 .../component/scheduler/it/SchedulerRoute.java     |    10 +-
 .../component/scheduler/it/SchedulerTest.java      |   106 +-
 integration-tests/jms-artemis-client/pom.xml       |    12 +
 .../jms/artemis/it/JmsArtemisResource.java         |    39 +
 .../src/main/resources/application.properties      |     3 +
 ...{JmsArtemisIT.java => JmsArtemisPoolingIT.java} |     2 +-
 ...sCustomTest.java => JmsArtemisPoolingTest.java} |    10 +-
 ...rtemisDisable.java => JmsArtemisXAEnabled.java} |     8 +-
 .../it/{JmsArtemisIT.java => JmsArtemisXAIT.java}  |     3 +-
 .../jms/artemis/it/JmsArtemisXATest.java}          |    32 +-
 ...sArtemisDisable.java => JmsPoolingEnabled.java} |     6 +-
 .../quarkus/messaging/jms/DummyXAResource.java     |    81 +
 .../camel/quarkus/messaging/jms/JmsRoutes.java     |    24 +
 pom.xml                                            |     8 +-
 poms/bom/pom.xml                                   |    14 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 12641 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |    51 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   481 +-
 21 files changed, 7048 insertions(+), 6596 deletions(-)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisIT.java
 => JmsArtemisPoolingIT.java} (93%)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisCustomTest.java
 => JmsArtemisPoolingTest.java} (80%)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisDisable.java
 => JmsArtemisXAEnabled.java} (77%)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisIT.java
 => JmsArtemisXAIT.java} (94%)
 copy 
integration-tests/{stax/src/test/java/org/apache/camel/quarkus/component/stax/it/StaxTest.java
 => 
jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXATest.java}
 (64%)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisDisable.java
 => JmsPoolingEnabled.java} (85%)
 create mode 100644 
integration-tests/messaging/jms/src/main/java/org/apache/camel/quarkus/messaging/jms/DummyXAResource.java

Reply via email to