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 30728a7340 Upgrade Camel to 3.20.0
add 64d31353a4 Fix Salesforce endpoint URIs for CDC eventing
add 42fdd74fd1 rest-openapi: Minor update to usage doc (#4117)
add a6ecac1d95 Updated CHANGELOG.md
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"
add 69818d7100 Updated CHANGELOG.md
new ca559bae7f 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 (30728a7340)
\
N -- N -- N refs/heads/camel-main (ca559bae7f)
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:
CHANGELOG.md | 11 +
docs/antora.yml | 2 +-
.../pages/reference/extensions/rest-openapi.adoc | 2 +
.../deployment/CamelContextCustomizerTest.java | 2 +-
.../CamelContextDefaultStrategyTest.java | 2 +-
.../rest-openapi/runtime/src/main/doc/usage.adoc | 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 -
.../component/salesforce/SalesforceResource.java | 2 +-
.../component/salesforce/SalesforceRoutes.java | 6 +-
.../xchange/it/XchangeBinanceTestResource.java | 30 +-
.../xchange/it/XchangeKrakenTestResource.java | 30 +-
.../xchange/it/XchangeTestResourceBase.java | 105 +
.../quarkus/component/xstream/it/XstreamTest.java | 2 -
pom.xml | 8 +-
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 +--
26 files changed, 1496 insertions(+), 1223 deletions(-)
create mode 100644
integration-tests/xchange/src/test/java/org/apache/camel/quarkus/component/xchange/it/XchangeTestResourceBase.java