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 192e628752c Regen for commit e2f29dc7293fd7f490a6f2c4ca5b57a110645e44
     add cc6f3d158f7 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS CloudWatch
     add 33ff8955950 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS CloudWatch
     add cb843f4d0b2 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS CloudWatch
     add 6aac43871a5 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS CloudWatch
     add 3d67c0b681c CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS CloudWatch
     add f6a8dcec4ec CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS CloudWatch
     add c590154cbf9 Regen for commit f6a8dcec4ec1f1d7ac3b2743424e498ab16407cd

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   (192e628752c)
            \
             N -- N -- N   refs/heads/regen_bot (c590154cbf9)

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-cw.json   | 56 ++++++++++++----------
 .../component/aws2/cw/Cw2ComponentConfigurer.java  | 12 +++++
 .../component/aws2/cw/Cw2EndpointConfigurer.java   | 12 +++++
 .../component/aws2/cw/Cw2EndpointUriFactory.java   |  4 +-
 .../apache/camel/component/aws2/cw/aws2-cw.json    | 56 ++++++++++++----------
 .../src/main/docs/aws2-cw-component.adoc           |  8 +++-
 .../camel/component/aws2/cw/Cw2Component.java      |  6 ++-
 .../camel/component/aws2/cw/Cw2Configuration.java  | 26 ++++++++++
 .../component/aws2/cw/client/Cw2ClientFactory.java | 10 +++-
 ....java => Cw2ClientIAMProfileOptimizedImpl.java} | 11 +++--
 .../dsl/Aws2CwComponentBuilderFactory.java         | 35 ++++++++++++++
 .../endpoint/dsl/Cw2EndpointBuilderFactory.java    | 51 ++++++++++++++++++++
 12 files changed, 226 insertions(+), 61 deletions(-)
 copy 
components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/impl/{Cw2ClientIAMOptimizedImpl.java
 => Cw2ClientIAMProfileOptimizedImpl.java} (88%)

Reply via email to