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 2021/03/02 13:31:33 UTC

[camel] branch regen_bot updated (fd405f9 -> e515343)

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.


 discard fd405f9  Regen for commit a6759e709081b2296930b69968bd9f1717d22e71
     add 31cbef7  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component
     add 8941635  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component
     add 46f2f40  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component
     add 3c31d9d  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component
     add 73b148d  Regen
     add e515343  Regen for commit 73b148d647b19dc84221340e6bdd2489e3cb482e

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   (fd405f9)
            \
             N -- N -- N   refs/heads/regen_bot (e515343)

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-mq.json   |  4 ++
 .../camel/catalog/docs/aws2-mq-component.adoc      |  8 +++-
 .../component/aws2/mq/MQ2ComponentConfigurer.java  | 12 ++++++
 .../component/aws2/mq/MQ2EndpointConfigurer.java   | 12 ++++++
 .../component/aws2/mq/MQ2EndpointUriFactory.java   | 14 ++++---
 .../apache/camel/component/aws2/mq/aws2-mq.json    |  4 ++
 .../src/main/docs/aws2-mq-component.adoc           |  8 +++-
 .../camel/component/aws2/mq/MQ2Configuration.java  | 27 ++++++++++++
 .../camel/component/aws2/mq/MQ2Endpoint.java       |  3 ++
 .../aws2/mq/MQComponentConfigurationTest.java      | 18 ++++++++
 .../dsl/Aws2MqComponentBuilderFactory.java         | 34 +++++++++++++++
 .../endpoint/dsl/MQ2EndpointBuilderFactory.java    | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-mq-component.adoc      |  8 +++-
 .../camel-yaml-dsl/src/main/docs/yaml-dsl.adoc     |  4 +-
 14 files changed, 191 insertions(+), 14 deletions(-)