You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/13 11:31:57 UTC

[camel] branch regen_bot updated (818eec00549 -> 93774f9284f)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 818eec00549 Regen for commit a3eb30c52f39f92bcf72012d89a126b93f320a23
     add 613070fc787 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EC2
     add 8d2d88a805d CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EC2
     add 52f410b6d18 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EC2
     add aeeeb711295 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EC2
     add 8a8279b14bf CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EC2
     add 93774f9284f Regen for commit 8a8279b14bfdb3d0a6dbf00fc5bcb20f04120043

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   (818eec00549)
            \
             N -- N -- N   refs/heads/regen_bot (93774f9284f)

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.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ec2.json  | 40 +++++++++--------
 .../aws2/ec2/AWS2EC2ComponentConfigurer.java       | 12 +++++
 .../aws2/ec2/AWS2EC2EndpointConfigurer.java        | 12 +++++
 .../aws2/ec2/AWS2EC2EndpointUriFactory.java        |  4 +-
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  | 40 +++++++++--------
 .../src/main/docs/aws2-ec2-component.adoc          |  8 +++-
 .../camel/component/aws2/ec2/AWS2EC2Component.java |  6 ++-
 .../component/aws2/ec2/AWS2EC2Configuration.java   | 26 +++++++++++
 .../aws2/ec2/client/AWS2EC2ClientFactory.java      | 10 ++++-
 ...a => AWS2EC2ClientIAMProfileOptimizedImpl.java} | 11 +++--
 .../dsl/Aws2Ec2ComponentBuilderFactory.java        | 35 +++++++++++++++
 .../dsl/AWS2EC2EndpointBuilderFactory.java         | 51 ++++++++++++++++++++++
 12 files changed, 210 insertions(+), 45 deletions(-)
 copy components/camel-aws/camel-aws2-ec2/src/main/java/org/apache/camel/component/aws2/ec2/client/impl/{AWS2EC2ClientIAMOptimizedImpl.java => AWS2EC2ClientIAMProfileOptimizedImpl.java} (88%)