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


    omit a1977eddb7 Disable XStream native tests due to #4149
    omit cc5a29ca30 Disable tests for native mode serialization due to #4148
    omit 8231d5c5d5 Disable OptaPlanner tests due to #4116
    omit 158e7f0f0e Disable master-openshift integration tests due to #4095
    omit 7760b17b9a Disable kubernetes integration tests due to #4095
    omit b3de05f1fc Upgrade Quarkus to 2.14.0.CR1
     add 829e4911ff Updated CHANGELOG.md
     add 52d2a71e4e Upgrade Camel to 3.19.0
     add f291d19b1e Temporary revert of antora to Camel 3.18.x to not break 
camel website
     add c3ec46d089 Updated CHANGELOG.md
     new 97a80ea020 Upgrade Quarkus to 2.14.0.CR1
     new 6375740cf9 Disable OptaPlanner tests due to #4116
     new ce37a72fe0 Disable tests for native mode serialization due to #4148
     new 943a796039 Disable XStream native tests due to #4149

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   (a1977eddb7)
            \
             N -- N -- N   refs/heads/quarkus-main (943a796039)

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 4 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/modules/ROOT/examples/components/cmis.yml     |    2 +-
 docs/modules/ROOT/examples/components/dozer.yml    |    2 +-
 docs/modules/ROOT/examples/components/iota.yml     |    2 +-
 docs/modules/ROOT/examples/languages/xtokenize.yml |   10 +-
 .../ROOT/pages/reference/extensions/cmis.adoc      |    6 +-
 .../ROOT/pages/reference/extensions/dozer.adoc     |    6 +-
 .../ROOT/pages/reference/extensions/iota.adoc      |    6 +-
 .../ROOT/pages/reference/extensions/stax.adoc      |    3 +-
 .../ROOT/pages/reference/extensions/xml-jaxp.adoc  |   11 +-
 docs/pom.xml                                       |    3 +-
 .../core/deployment/CamelSourceLocationTest.java   |    2 +-
 extensions-core/xml-jaxp/runtime/pom.xml           |    1 +
 .../main/resources/META-INF/quarkus-extension.yaml |    2 +-
 extensions-jvm/azure-key-vault/runtime/pom.xml     |   12 +
 .../main/resources/META-INF/quarkus-extension.yaml |    1 +
 .../main/resources/META-INF/quarkus-extension.yaml |    1 +
 .../azure/core/http/vertx/DeadlockTests.java       |    2 +
 .../http/vertx/VertxHttpClientBuilderTests.java    |    2 +
 .../http/vertx/VertxHttpClientHttpClientTests.java |    2 +
 .../http/vertx/VertxHttpClientProviderTests.java   |    3 +-
 .../http/vertx/VertxHttpClientRestProxyTests.java  |    2 +
 ...VertxHttpClientRestProxyWithHttpProxyTests.java |    2 +
 .../core/http/vertx/VertxHttpClientTests.java      |    2 +
 .../deployment/AzureCoreSupportProcessor.java      |    3 +-
 extensions-support/azure-core/runtime/pom.xml      |    5 +
 .../main/resources/META-INF/quarkus-extension.yaml |    1 +
 .../svm/SubstituteDirectoryWatcherBuilder.java     |    3 +-
 .../org/apache/camel/component/qute/qute.json      |    2 +-
 extensions/telegram/deployment/pom.xml             |    4 -
 .../telegram/deployment/TelegramProcessor.java     |    6 +
 extensions/telegram/runtime/pom.xml                |    4 -
 .../storage/blob/it/AzureStorageBlobResource.java  |   22 +-
 .../storage/blob/it/AzureStorageBlobTest.java      |    4 +-
 integration-test-groups/foundation/ref/pom.xml     |    2 +-
 .../support/azure/AzureStorageTestResource.java    |    2 +-
 .../src/main/resources/application.properties      |    3 +-
 .../camel/quarkus/component/ftps/it/FtpsTest.java  |    2 +
 integration-tests/kubernetes/pom.xml               |    2 -
 .../component/kubernetes/it/KubernetesIT.java      |    2 -
 .../component/kubernetes/it/KubernetesTest.java    |    2 +-
 integration-tests/master-openshift/pom.xml         |    4 +-
 .../component/master/it/MasterOpenShiftIT.java     |    2 -
 .../component/master/it/MasterOpenShiftTest.java   |    2 -
 .../src/main/resources/application.properties      |    3 +
 .../component/salesforce/SalesforceRoutes.java     |    1 +
 .../component/salesforce/SalesforceTest.java       |    3 +
 .../quarkus/component/splunk/it/SplunkIT.java      |    2 +
 .../quarkus/component/splunk/it/SplunkTest.java    |    2 +
 integration-tests/xml/pom.xml                      |   17 +
 pom.xml                                            |   31 +-
 poms/bom/pom.xml                                   |   10 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 1004 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  749 ++++++++-------
 .../generated/flattened-reduced-verbose-pom.xml    |  805 ++++++++--------
 tooling/perf-regression/pom.xml                    |    8 +-
 56 files changed, 1453 insertions(+), 1346 deletions(-)
 copy {integration-test-groups/aws2-quarkus-client/aws2-ddb => 
integration-tests/file}/src/main/resources/application.properties (88%)

Reply via email to