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 1e3a7cb Adapt to latest Camel API changes
discard d8b8cd4 Remove redundant reflective class registration for
SunJaxb21NamespacePrefixMapper
discard 6e93eb4 Sync minio version with quarkiverse version due to
incompatible okhttp version between quarkus and recent minio version
discard fe4e742 Camel 3.12 : Dataformat fix attributes names
discard f8bbf2a Upgrade spark and hadoop versions
discard 5bf7e17 Upgrade Camel to 3.12.0
add dbb286a Updated CHANGELOG.md
add 2556689 Reinstate binance in xchange tests
add 8190b71 Improve native support for
org.apache.http.impl.client.BasicAuthCache
add 6403eed Revert back to taking the azure-sdk-bom version from Camel
add cdb4663 Fix lambda tests on localstack #2595
add 53838b2 Fixed format
add be90881 Upgrade aws localstack version #2749
add 68c66d2 use Antora 3.0.0-alpha.9 and fail build on warn to check xrefs
new 657f0f7 Upgrade Camel to 3.12.0
new 76756f2 Upgrade spark and hadoop versions
new 76a9441 Camel 3.12 : Dataformat fix attributes names
new c85bac4 Sync minio version with quarkiverse version due to
incompatible okhttp version between quarkus and recent minio version
new 248e6f1 Remove redundant reflective class registration for
SunJaxb21NamespacePrefixMapper
new d7600ed Adapt to latest Camel API changes
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 (1e3a7cb)
\
N -- N -- N refs/heads/camel-main (d7600ed)
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 6 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 | 4 +
docs/.pnp.js | 1208 +++++++++-----------
docs/antora-playbook.yml | 18 +
docs/package.json | 15 +-
docs/pom.xml | 2 +-
docs/yarn.lock | 1208 +++++++++-----------
extensions-support/httpclient/runtime/pom.xml | 5 +
.../httpclient/graalvm}/BasicAuthCacheAlias.java | 2 +-
extensions/couchdb/runtime/pom.xml | 5 -
.../aws2/lambda/it/Aws2LambdaResource.java | 3 +-
.../component/aws2/lambda/it/Aws2LambdaIT.java | 3 -
.../component/aws2/lambda/it/Aws2LambdaTest.java | 22 +-
.../test/support/aws2/Aws2TestResource.java | 10 +-
.../quarkus/component/http/it/HttpProducers.java | 28 +
.../quarkus/component/http/it/HttpResource.java | 17 +
.../camel/quarkus/component/http/it/HttpTest.java | 12 +
integration-tests/rest/pom.xml | 13 -
.../component/xchange/it/XchangeResource.java | 21 +-
.../quarkus/component/xchange/it/XchangeTest.java | 6 +-
pom.xml | 2 +-
20 files changed, 1244 insertions(+), 1360 deletions(-)
rename
{extensions/couchdb/runtime/src/main/java/org/apache/camel/quarkus/couchdb =>
extensions-support/httpclient/runtime/src/main/java/org/apache/camel/quarkus/support/httpclient/graalvm}/BasicAuthCacheAlias.java
(97%)