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 2020/11/09 19:13:58 UTC

[camel] branch regen_bot updated (48a69ec -> 0ba1fb7)

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 48a69ec  Regen for commit 64b10f2e396d7dfd960ff421cdd68704dfce490c
     add 265efd2  CAMEL-15837: Added an option to enable connection protocol fine tracing in camel-nats
     add 0ba1fb7  Regen for commit 265efd2fe679502896fa55d3721cab8ef13c1536

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   (48a69ec)
            \
             N -- N -- N   refs/heads/regen_bot (0ba1fb7)

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:
 .../org/apache/camel/catalog/components/nats.json  |  1 +
 .../apache/camel/catalog/docs/nats-component.adoc  |  3 +-
 .../component/nats/NatsEndpointConfigurer.java     |  6 ++
 .../component/nats/NatsEndpointUriFactory.java     |  3 +-
 .../org/apache/camel/component/nats/nats.json      |  1 +
 .../camel-nats/src/main/docs/nats-component.adoc   |  3 +-
 .../camel/component/nats/NatsConfiguration.java    | 17 +++++
 .../endpoint/dsl/NatsEndpointBuilderFactory.java   | 84 ++++++++++++++++++++++
 .../modules/ROOT/pages/nats-component.adoc         |  3 +-
 9 files changed, 117 insertions(+), 4 deletions(-)