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 285a3e1f30 Disable cxf-soap-grouped tests and native profile due to 
#6179
 discard 31c29dc025 Disable couchdb tests due to #6148
 discard 86ff3bae62 Exclude jline native image configuration from 
org.jetbrains.kotlin:kotlin-compiler-embeddable #6147
 discard 5f4ea035eb Upgrade Quarkus to 3.12.0.CR1
     add 3c637f1814 Add elasticsearch-rest-client native support
     add a5e78f2800 Upgrade Debezium to 2.6.2.Final
     add 0cd8afdb37 Upgrade Quarkus to 3.12.0.CR1
     add 2b3799c5ec Exclude jline native image configuration from 
org.jetbrains.kotlin:kotlin-compiler-embeddable #6147
     add a05275e32d Disable couchdb tests due to #6148
     add fefd6187d2 Upgrade to Quarkus CXF 3.12.0.CR1
     add 714fd3a80a Added aws2-kinesis-firehose test service dependency STS 
(#6183)
     add dbb1c41e46 [Azure] Fix flaky storage queue crud test
     new a6a06a16b0 Upgrade Quarkus to 3.13.0.CR1

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   (285a3e1f30)
            \
             N -- N -- N   refs/heads/quarkus-main (a6a06a16b0)

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:
 docs/antora.yml                                    |   2 +-
 .../components/elasticsearch-rest-client.yml       |   6 +-
 .../extensions/elasticsearch-rest-client.adoc      |  14 +-
 .../ElasticsearchRestClientProcessor.java          |  46 -
 extensions-jvm/pom.xml                             |   1 -
 .../elasticsearch-rest-client/deployment/pom.xml   |   0
 .../ElasticsearchRestClientProcessor.java          |   6 +-
 .../elasticsearch-rest-client/pom.xml              |   2 +-
 .../elasticsearch-rest-client/runtime/pom.xml      |   1 +
 .../main/resources/META-INF/quarkus-extension.yaml |   3 +-
 extensions/pom.xml                                 |   1 +
 .../kinesis/it/Aws2KinesisTestEnvCustomizer.java   |   2 +-
 .../queue/it/AzureStorageQueueResource.java        |   6 +-
 .../storage/queue/it/AzureStorageQueueTest.java    |   8 +-
 .../elasticsearch-rest-client/pom.xml              | 146 ----
 integration-tests-jvm/pom.xml                      |   1 -
 integration-tests/cxf-soap-grouped/pom.xml         |   7 -
 .../common/it/DebeziumMongodbResource.java         |   2 +-
 .../{mail => elasticsearch-rest-client}/pom.xml    |  96 +-
 .../elasticsearch/rest/client/it/Document.java     |   0
 .../client/it/ElasticsearchRestClientResource.java |   0
 .../client/it/ElasticsearchRestClientRoutes.java   |   0
 .../src/main/resources/application.properties      |   0
 .../rest/client/it/ElasticsearchRestClientIT.java} |   4 +-
 .../client/it/ElasticsearchRestClientTest.java     |   0
 .../client/it/ElasticsearchRestTestResource.java   |  16 +
 integration-tests/pom.xml                          |   1 +
 pom.xml                                            |   4 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 971 +++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  88 +-
 .../generated/flattened-reduced-verbose-pom.xml    | 674 +++++++-------
 tooling/scripts/test-categories.yaml               |   1 +
 32 files changed, 963 insertions(+), 1146 deletions(-)
 delete mode 100644 
extensions-jvm/elasticsearch-rest-client/deployment/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/deployment/ElasticsearchRestClientProcessor.java
 rename {extensions-jvm => 
extensions}/elasticsearch-rest-client/deployment/pom.xml (100%)
 copy 
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelFeature.java
 => 
extensions/elasticsearch-rest-client/deployment/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/deployment/ElasticsearchRestClientProcessor.java
 (83%)
 rename {extensions-jvm => extensions}/elasticsearch-rest-client/pom.xml (96%)
 rename {extensions-jvm => 
extensions}/elasticsearch-rest-client/runtime/pom.xml (98%)
 rename {extensions-jvm => 
extensions}/elasticsearch-rest-client/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 (97%)
 delete mode 100644 integration-tests-jvm/elasticsearch-rest-client/pom.xml
 copy integration-tests/{mail => elasticsearch-rest-client}/pom.xml (90%)
 rename {integration-tests-jvm => 
integration-tests}/elasticsearch-rest-client/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/Document.java
 (100%)
 rename {integration-tests-jvm => 
integration-tests}/elasticsearch-rest-client/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestClientResource.java
 (100%)
 rename {integration-tests-jvm => 
integration-tests}/elasticsearch-rest-client/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestClientRoutes.java
 (100%)
 rename {integration-tests-jvm => 
integration-tests}/elasticsearch-rest-client/src/main/resources/application.properties
 (100%)
 copy 
integration-tests/{openstack/src/test/java/org/apache/camel/quarkus/component/openstack/it/OpenstackKeystoneRegionIT.java
 => 
elasticsearch-rest-client/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestClientIT.java}
 (86%)
 rename {integration-tests-jvm => 
integration-tests}/elasticsearch-rest-client/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestClientTest.java
 (100%)
 rename {integration-tests-jvm => 
integration-tests}/elasticsearch-rest-client/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestTestResource.java
 (87%)

Reply via email to