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

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


 discard 0510af48b6 Disable OptaPlanner tests due to #4116
 discard 0512cf4fda Fix handling of quartz autowired scheduler
 discard 300046e35f Upgrade Quarkus to 2.14.0.CR1
     add 8644a955a2 Fallback to mocked responses if XChange APIs are not 
available
     add d72e4fb41b Improve test coverage for scheduler component.
     add cf06053dd9 Updated CHANGELOG.md
     add cce47f1e38 Upgrade Quarkus Amazon services to 1.3.0
     add 7ea2e1fb2f Fix assertion invocation in core extension tests
     add 386af9f7a2 Upgrade Quarkus to 2.13.2.Final
     add 4289d6b4aa Revert "Disable tests for native mode serialization due to 
#4148"
     add c7769244aa Revert "Disable XStream native tests due to #4149"
     new 2f6af46b38 Upgrade Quarkus to 2.14.0.CR1
     new f3b6cf5400 Fix handling of quartz autowired scheduler
     new 37e8798854 Disable OptaPlanner tests due to #4116

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   (0510af48b6)
            \
             N -- N -- N   refs/heads/quarkus-main (37e8798854)

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 3 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                                       |    3 +
 .../deployment/CamelContextCustomizerTest.java     |    2 +-
 .../CamelContextDefaultStrategyTest.java           |    2 +-
 .../src/main/resources/application.properties      |    1 +
 .../src/main/resources/application.properties      |    1 +
 .../src/main/resources/application.properties      |    1 +
 .../src/main/resources/application.properties      |    1 +
 .../src/main/resources/application.properties      |    1 +
 .../component/scheduler/it/SchedulerResource.java  |   72 +-
 .../component/scheduler/it/SchedulerRoute.java     |   29 +-
 .../component/scheduler/it/SchedulerTest.java      |   40 +-
 .../camel/quarkus/component/http/it/HttpTest.java  |    2 -
 .../messaging/jms/AbstractJmsMessagingTest.java    |    2 -
 .../xchange/it/XchangeBinanceTestResource.java     |   30 +-
 .../xchange/it/XchangeKrakenTestResource.java      |   30 +-
 .../xchange/it/XchangeTestResourceBase.java        |  105 +
 .../quarkus/component/xstream/it/XstreamTest.java  |    2 -
 pom.xml                                            |    4 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 2029 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |   84 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  252 +--
 21 files changed, 1477 insertions(+), 1216 deletions(-)
 create mode 100644 
integration-tests/xchange/src/test/java/org/apache/camel/quarkus/component/xchange/it/XchangeTestResourceBase.java

Reply via email to