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

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


 discard 2f512b2  Upgrade Camel to 3.13.0
     add ea1ad4e  Updated CHANGELOG.md
     add 3083d86  AWS Aws2DdbQuarkusClientTest fails with real AWS #3174
     add ee27b64  Fix path to spring boot docs
     add abd2673  Fix #3169 to add S3 KMS encryption test (#3176)
     add b29df61  Update declaring Bean Capability (#3178)
     add 2db1afe  Updated CHANGELOG.md
     new c3f8b86  Upgrade Camel to 3.13.0

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   (2f512b2)
            \
             N -- N -- N   refs/heads/camel-main (c3f8b86)

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:
 CHANGELOG.md                                       |   8 ++
 .../component/bean/deployment/BeanProcessor.java   |   7 --
 extensions/bean/runtime/pom.xml                    |   5 +
 .../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java      |  10 +-
 .../aws2-quarkus-client/aws2-s3/pom.xml            |  17 +++
 .../component/aws2/s3/it/Aws2S3Resource.java       |  53 +++++++--
 .../aws2/s3/it/Aws2S3QuarkusClientTest.java        | 128 +++++++++++++--------
 .../aws2/s3/it/Aws2S3TestEnvCustomizer.java        |  22 +++-
 integration-test-groups/aws2/aws2-s3/pom.xml       |  17 +++
 .../quarkus/component/aws2/Aws2S3Resource.java     |  17 ++-
 .../camel/quarkus/component/aws2/Aws2S3Test.java   |  25 ++++
 .../component/aws2/Aws2S3TestEnvCustomizer.java    |  11 +-
 .../test/support/aws2/Aws2TestEnvContext.java      |   4 +
 .../test/support/aws2/Aws2TestResource.java        |  10 +-
 integration-tests/aws2-grouped/pom.xml             |  17 +++
 .../aws2-quarkus-client-grouped/pom.xml            |  17 +++
 16 files changed, 288 insertions(+), 80 deletions(-)

Reply via email to