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 a2a7d80  Work around cassandraql depending on Quarkus Vert.x 
extensions that no longer exist
 discard e350e3d  Upgrade Quarkus to 2.3.0.CR1
     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
     add b5e2bf5  Updated CHANGELOG.md
     new 17717b5  Upgrade Quarkus to 2.3.0.CR1
     new 365fcb4  Work around cassandraql depending on Quarkus Vert.x 
extensions that no longer exist
     new 942a260  Temporarily add netty-tcnative-boringssl-static to the BOM to 
work around netty-bom issues

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   (a2a7d80)
            \
             N -- N -- N   refs/heads/quarkus-main (942a260)

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                                       |   14 +
 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                                            |    4 +-
 poms/bom/pom.xml                                   |    6 +
 21 files changed, 1262 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%)

Reply via email to