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 7703407  Upgrade Quarkus to 2.5.0.CR1
     add e3b4e6f  Could not find io.netty:netty-tcnative-boringssl-static #3115
     add 2ed3887  Import quarkus-bom before camel-quarkus-bom in tests #3222
     add 0a6f53f  Aws2 tests with localstack don't need to use long timeouts 
#3207
     add 9d8f38a  Check whether/how the clients for Quarkus AWS extension can 
be used in Camel routes #2592
     add c88711b  Updated CHANGELOG.md
     new 25026da  Upgrade Quarkus to 2.5.0.CR1
     new 36fe6b2  Revert "Fix #3206 to produce 
RunTimeConfigurationDefaultBuildItem with camel.component.kafka.brokers 
property"
     new cc90c4d  Fix #3227 to remove the workaround in 
KafkaDevServicesDisabledTest

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   (7703407)
            \
             N -- N -- N   refs/heads/quarkus-main (cc90c4d)

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                                       |  6 ++
 extensions-support/azure-core/runtime/pom.xml      |  6 ++
 .../component/kafka/deployment/KafkaProcessor.java |  6 +-
 .../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java      | 15 +---
 .../aws2/s3/it/Aws2S3TestEnvCustomizer.java        | 14 +---
 .../aws2-quarkus-client/aws2-ses}/pom.xml          | 65 ++++++--------
 .../aws2/ses/it/Aws2SesQuarkusClientInvoker.java   | 14 ++--
 .../src/main/resources/application.properties      |  6 +-
 .../it/Aws2SesQuarkusClientTestEnvCustomizer.java  | 56 +++++++++++++
 ...quarkus.test.support.aws2.Aws2TestEnvCustomizer |  1 +
 .../aws2-quarkus-client/aws2-sqs-sns}/pom.xml      | 58 +++++++------
 .../aws2/sqs/it/Aws2SqsQuarkusClientInvoker.java   | 19 +++--
 .../src/main/resources/application.properties      |  6 +-
 .../it/Aws2SqsQuarkusClientTestEnvCustomizer.java  | 62 ++++++++++++++
 ...quarkus.test.support.aws2.Aws2TestEnvCustomizer |  1 +
 .../component/aws2/sqs/it/Aws2SqsSnsTest.java      |  8 +-
 .../quarkus/test/support/aws2/Aws2LocalStack.java  |  7 +-
 .../test/support/aws2/Aws2TestEnvContext.java      |  9 ++
 .../test/support/aws2/Aws2TestResource.java        | 19 +++--
 .../aws2-quarkus-client-grouped/pom.xml            | 98 ++++++++++++++++++++++
 .../quarkus/component/fop/it/FopResource.java      | 16 ++--
 poms/build-parent-it/pom.xml                       | 13 ++-
 tooling/scripts/copy-tests.groovy                  | 50 +++++++++++
 23 files changed, 415 insertions(+), 140 deletions(-)
 copy {integration-tests/mongodb-grouped => 
integration-test-groups/aws2-quarkus-client/aws2-ses}/pom.xml (78%)
 copy 
integration-tests/opentracing/src/main/java/org/apache/camel/quarkus/component/opentracing/it/TracedBean.java
 => 
integration-test-groups/aws2-quarkus-client/aws2-ses/src/main/java/org/apache/camel/quarkus/component/aws2/ses/it/Aws2SesQuarkusClientInvoker.java
 (77%)
 copy {integration-tests/main-collector => 
integration-test-groups/aws2-quarkus-client/aws2-ses}/src/main/resources/application.properties
 (92%)
 create mode 100644 
integration-test-groups/aws2-quarkus-client/aws2-ses/src/test/java/org/apache/camel/quarkus/component/aws2/ses/it/Aws2SesQuarkusClientTestEnvCustomizer.java
 create mode 100644 
integration-test-groups/aws2-quarkus-client/aws2-ses/src/test/resources/META-INF/services/org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer
 copy {integration-tests/mongodb-grouped => 
integration-test-groups/aws2-quarkus-client/aws2-sqs-sns}/pom.xml (80%)
 copy 
integration-tests/main-discovery-disabled/src/main/java/org/apache/camel/quarkus/main/MainDiscoveryDisabledRoutesCDI.java
 => 
integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsQuarkusClientInvoker.java
 (74%)
 copy {integration-tests/core-discovery-disabled => 
integration-test-groups/aws2-quarkus-client/aws2-sqs-sns}/src/main/resources/application.properties
 (92%)
 create mode 100644 
integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsQuarkusClientTestEnvCustomizer.java
 create mode 100644 
integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/src/test/resources/META-INF/services/org.apache.camel.quarkus.test.support.aws2.Aws2TestEnvCustomizer
 copy 
integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/ExcludeField.java
 => 
integration-tests-support/aws2/src/main/java/org/apache/camel/quarkus/test/support/aws2/Aws2LocalStack.java
 (88%)
 create mode 100644 tooling/scripts/copy-tests.groovy

Reply via email to