This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    omit 44929d9  Adapt to 
io.quarkus.kafka.client.runtime.KafkaRuntimeConfigProducer.createKafkaRuntimeConfig()
 switching from @Named to @Identifier
    omit 96a7486  Upgrade to Quarkus 2.0.0.Final
     add f014674  Remove redundant apt dependency from camel-quarkus-bom
     add 52a2c91  Upgrade to Cassandra Quarkus 1.1.0-rc2, fix #2801
     add 5c969ca  Expand HTTP extension test coverage
     add 43960d8  Initialize NTLMEngineImpl at runtime
     add 9b4232d  Reformat via mvn process-resources -Pformat -N
     add f9d04db  Reduce Splunk minimum free disk space requirement
     add c1c2b1d  Upgrade to azure-bom 1.0.3 and fix #2207 Upgrading to Jackson 
2.12.1 via Quarkus BOM 1.12 breaks Azure SDK v12 extensions
     add 15fe399  Remove camel-quarkus-main #2391
     add 37fa7ac  Updated CHANGELOG.md
     add 5cfcffb  Updated CHANGELOG.md
     add d151836  Use --fail-at-end for nightly sync jobs integration tests
     new 04c5745  Upgrade to Quarkus 2.0.0.Final
     new b809765  Adapt to 
io.quarkus.kafka.client.runtime.KafkaRuntimeConfigProducer.createKafkaRuntimeConfig()
 switching from @Named to @Identifier
     new 5273d4b  Fix #2727 to use embeddedActiveMQ for messageing and jta 
integration tests
     new ca31209  introduce integration-tests-support-activemq

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   (44929d9)
            \
             N -- N -- N   refs/heads/quarkus-main (ca31209)

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:
 .github/workflows/camel-master-cron.yaml           |   3 +-
 .github/workflows/quarkus-master-cron.yaml         |   1 +
 CHANGELOG.md                                       |  17 ++
 catalog/pom.xml                                    |  13 --
 docs/modules/ROOT/nav.adoc                         |   1 -
 docs/modules/ROOT/pages/migration-guide/2.0.0.adoc |  16 +-
 .../ROOT/pages/reference/extensions/main.adoc      |  34 ----
 .../ROOT/pages/user-guide/configuration.adoc       |   6 -
 .../modules/ROOT/pages/user-guide/first-steps.adoc |   4 -
 extensions-core/main/deployment/pom.xml            |  57 ------
 .../quarkus/main/deployment/CamelMainFeature.java  |  35 ----
 extensions-core/main/pom.xml                       |  39 ----
 extensions-core/main/runtime/pom.xml               | 105 -----------
 .../main/resources/META-INF/quarkus-extension.yaml |  32 ----
 extensions-core/pom.xml                            |   1 -
 extensions-jvm/azure-cosmosdb/deployment/pom.xml   |   4 +
 extensions-jvm/azure-cosmosdb/runtime/pom.xml      |   4 +
 .../integration-test/pom.xml                       |   7 -
 extensions-jvm/groovy-dsl/integration-test/pom.xml |  17 --
 .../java-joor-dsl/integration-test/pom.xml         |  17 --
 extensions-jvm/kotlin-dsl/integration-test/pom.xml |  17 --
 .../deployment/AzureCoreSupportProcessor.java      |  25 ++-
 .../httpclient/deployment/HttpClientProcessor.java |   6 +
 .../deployment/ReactorNettySupportProcessor.java   |  14 +-
 .../component/ahc/deployment/AhcProcessor.java     |   7 +
 .../blob/deployment/AzureStorageBlobProcessor.java |  17 --
 .../deployment/AzureStorageQueueProcessor.java     |  14 --
 .../main/resources/META-INF/quarkus-extension.yaml |   3 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   3 +-
 .../azure/azure-eventhubs/pom.xml                  |   7 -
 .../azure/eventhubs/it/AzureEventhubsTest.java     |   2 +-
 .../azure/azure-storage-blob/pom.xml               |   7 -
 .../azure/azure-storage-queue/pom.xml              |   7 -
 .../{kafka => activemq}/pom.xml                    |  42 ++++-
 .../support/activemq/ActiveMQTestResource.java     | 113 +++++++++++
 .../activemq/src/main/resources/broker.xml         |  12 ++
 .../support/azure/AzureStorageTestResource.java    |   2 +-
 integration-tests-support/pom.xml                  |   1 +
 integration-tests/amqp/pom.xml                     |   4 +-
 .../component/amqp/it/ActiveMQTestResource.java    |  75 --------
 .../camel/quarkus/component/amqp/it/AmqpTest.java  |   6 +-
 integration-tests/azure-grouped/pom.xml            |   7 -
 integration-tests/cassandraql/pom.xml              |   4 -
 integration-tests/http/pom.xml                     |  12 ++
 .../quarkus/component/http/it/HttpProducers.java   |  61 ++++++
 .../quarkus/component/http/it/HttpResource.java    | 210 ++++++++++++++++++++-
 .../camel/quarkus/component/http/it/HttpRoute.java |   3 +
 .../it/ProxyCapableClientInitializerFactory.java   |  55 ++++++
 .../http/src/main/resources/application.properties |   8 +
 .../camel/quarkus/component/http/it/HttpTest.java  |  92 ++++++++-
 .../component/http/it/HttpTestResource.java        |  32 +++-
 integration-tests/js-dsl/pom.xml                   |  17 --
 integration-tests/jsonpath/pom.xml                 |  13 ++
 integration-tests/jta/pom.xml                      |   4 +-
 .../component/jta/it/ActiveMQXATestResource.java   |  76 --------
 .../camel/quarkus/component/jta/it/JtaTest.java    |   6 +-
 integration-tests/main-unknown-args-fail/pom.xml   |  17 --
 integration-tests/main-unknown-args-ignore/pom.xml |  17 --
 integration-tests/main-xml-jaxb/pom.xml            |  13 ++
 integration-tests/main-yaml/pom.xml                |  17 --
 integration-tests/messaging/pom.xml                |   4 +-
 .../messaging/it/ActiveMQTestResource.java         |  80 --------
 .../quarkus/component/messaging/it/JmsTest.java    |   6 +-
 integration-tests/microprofile/pom.xml             |  13 --
 .../component/splunk/it/SplunkTestResource.java    |   2 +
 pom.xml                                            |   4 +-
 poms/bom-test/pom.xml                              |   5 +
 poms/bom/pom.xml                                   |  15 --
 68 files changed, 771 insertions(+), 819 deletions(-)
 delete mode 100644 docs/modules/ROOT/pages/reference/extensions/main.adoc
 delete mode 100644 extensions-core/main/deployment/pom.xml
 delete mode 100644 
extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainFeature.java
 delete mode 100644 extensions-core/main/pom.xml
 delete mode 100644 extensions-core/main/runtime/pom.xml
 delete mode 100644 
extensions-core/main/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 copy integration-tests-support/{kafka => activemq}/pom.xml (63%)
 create mode 100644 
integration-tests-support/activemq/src/main/java/org/apache/camel/quarkus/test/support/activemq/ActiveMQTestResource.java
 create mode 100644 
integration-tests-support/activemq/src/main/resources/broker.xml
 delete mode 100644 
integration-tests/amqp/src/test/java/org/apache/camel/quarkus/component/amqp/it/ActiveMQTestResource.java
 create mode 100644 
integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/HttpProducers.java
 create mode 100644 
integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/ProxyCapableClientInitializerFactory.java
 delete mode 100644 
integration-tests/jta/src/test/java/org/apache/camel/quarkus/component/jta/it/ActiveMQXATestResource.java
 delete mode 100644 
integration-tests/messaging/src/test/java/org/apache/camel/quarkus/component/messaging/it/ActiveMQTestResource.java

Reply via email to