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 6104da9adc Temporarily work around Vert.x incompatibilities between 
Camel & Quarkus
 discard cd23299b1c Disable OptaPlanner native profile due to #3899
 discard b024c9abea Upgrade Quarkus to 2.11.0.CR1
     add 88695640e2 Updated CHANGELOG.md
     add 3fd34e3422 Aws SQS: Remove unnecessary headers from the test because 
of CAMEL-18123 #3803
     add 46a52683ca Upgrade Camel to 3.18.0
     add f87d9d6182 Temporarily work around Vert.x incompatibilities between 
Camel & Quarkus
     add 96fc274979 Add support for InfinispanRemoteAggregationRepository
     new 37d89e13fc Upgrade Quarkus to 2.11.0.CR1
     new 27fedf8473 Disable OptaPlanner native profile due to #3899

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   (6104da9adc)
            \
             N -- N -- N   refs/heads/quarkus-main (27fedf8473)

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                                       |    2 +
 docs/antora.yml                                    |    6 +-
 ...ig-maps.yml => openshift-deploymentconfigs.yml} |    6 +-
 .../pages/reference/extensions/infinispan.adoc     |   13 +-
 .../pages/reference/extensions/kubernetes.adoc     |    1 +
 .../ROOT/pages/reference/extensions/yaml-dsl.adoc  |    6 +
 .../camel/quarkus/core/events/ComponentEvent.java  |   10 +-
 .../camel/quarkus/core/events/EndpointEvent.java   |   10 +-
 .../quarkus/core/events/ErrorHandlerEvent.java     |   11 +-
 .../camel/quarkus/core/events/ServiceEvent.java    |   11 +-
 .../camel/quarkus/core/events/ThreadPoolEvent.java |   11 +-
 .../camel/quarkus/main/events/MainEvent.java       |   11 +
 extensions-jvm/asn1/deployment/pom.xml             |    4 +
 extensions-jvm/asn1/runtime/pom.xml                |    4 +
 extensions-support/google-cloud/runtime/pom.xml    |    4 -
 .../blob/deployment/AzureStorageBlobProcessor.java |   16 +-
 extensions/crypto/runtime/pom.xml                  |    4 +
 .../deployment/GoogleBigqueryProcessor.java        |   11 +
 extensions/infinispan/runtime/pom.xml              |    6 -
 .../runtime/src/main/doc/configuration.adoc        |    6 +
 .../runtime/src/main/doc/limitations.adoc          |    3 -
 ...anRemoteAggregationRepositorySubstitutions.java |   31 -
 extensions/jira/runtime/pom.xml                    |    4 +
 extensions/pdf/deployment/pom.xml                  |    4 +
 extensions/pdf/runtime/pom.xml                     |    8 +
 extensions/platform-http/runtime/pom.xml           |    1 +
 .../CamelQuarkusVertxPlatformHttpConsumer.java     |  234 +---
 .../http/graal/PlatformHttpVertxSubstitutions.java |   16 +
 .../component/aws2/sqs/it/Aws2SqsResource.java     |   12 +-
 .../storage/blob/it/AzureStorageBlobRoutes.java    |    2 +-
 integration-tests/google-bigquery/pom.xml          |   10 +
 .../component/infinispan/InfinispanRoutes.java     |   35 +-
 .../src/main/resources/application.properties      |    3 +
 .../component/infinispan/InfinispanTest.java       |    2 -
 .../component/salesforce/generated/Account.java    |   16 +-
 .../test/resources/mappings/bulApi-abortJob.json   |    2 +-
 .../test/resources/mappings/bulkApi-createJob.json |    2 +-
 .../src/test/resources/mappings/getAccount.json    |    2 +-
 .../resources/mappings/getAccountBasicInfo.json    |    4 +-
 .../test/resources/mappings/getAccountById.json    |    2 +-
 .../resources/mappings/getAccountDescription.json  |    4 +-
 .../resources/mappings/getAccountLongQuery.json    |    2 +-
 .../src/test/resources/mappings/getDocument.json   |    2 +-
 .../src/test/resources/mappings/getLimits.json     |    2 +-
 .../test/resources/mappings/getListOfObjects.json  |    4 +-
 .../test/resources/mappings/getRestResources.json  |    4 +-
 .../src/test/resources/mappings/setAccount.json    |    2 +-
 pom.xml                                            |   12 +-
 poms/bom/pom.xml                                   |   46 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 1146 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  780 ++++++-------
 .../generated/flattened-reduced-verbose-pom.xml    |  856 ++++++++-------
 52 files changed, 1681 insertions(+), 1725 deletions(-)
 copy docs/modules/ROOT/examples/components/{kubernetes-config-maps.yml => 
openshift-deploymentconfigs.yml} (58%)
 delete mode 100644 extensions/infinispan/runtime/src/main/doc/limitations.adoc
 delete mode 100644 
extensions/infinispan/runtime/src/main/java/org/apache/camel/quarkus/component/infinispan/graal/InfinispanRemoteAggregationRepositorySubstitutions.java

Reply via email to