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/11/02 07:20:33 UTC

[camel] branch regen_bot updated (02a318d -> 0dd0169)

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 02a318d  Regen for commit d79dc1de1c2c3a1afacd07ff8ceeaa7c5bba8749
     add ccc5108  CAMEL-17151: Eliminated double slash in api-doc path. (#6360)
     add 5fb8ae9  Regen for commit d79dc1de1c2c3a1afacd07ff8ceeaa7c5bba8749 (#6361)
     add b33bea6  CAMEL-17009: MDCUnitOfWork should clear when done/stopping and also after process to not leak state to other threads. CAMEL-17153: UnitOfWork afterProcess should be invoked via reactive executor to ensure ordering.
     add 4b7c988  CAMEL-16861: Cleanup docs
     add 7766253  CAMEL-16861: Cleanup docs
     add c9841ce  CAMEL-16861: Cleanup docs
     add 2cda3d6  fix formatting typo in hl7-dataformat.adoc
     add e2340e0  fix formatting in table of hl7-dataformat.adoc
     add e00692f  CAMEL-16861: Cleanup docs
     add 22b0d0e  CAMEL-16861: Cleanup docs
     add 79b6540  CAMEL-16861: Cleanup docs
     add 7103503  CAMEL-16861: Cleanup docs
     add ff14762  Escape due to antora is weird.
     add 25fba7f  Upgrade AWS SDK v2 to version 2.17.72
     add 3cb172f  Sync deps and regen
     add 0dd0169  Regen for commit 3cb172f9ec44b7243e90077f31a8c15ee9a330b8

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   (02a318d)
            \
             N -- N -- N   refs/heads/regen_bot (0dd0169)

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:
 camel-dependencies/pom.xml                         |   2 +-
 .../camel-hl7/src/main/docs/hl7-dataformat.adoc    |   4 +-
 .../openapi/DefaultRestDefinitionsResolver.java    |   2 +-
 .../org/apache/camel/openapi/OpenApiHelper.java    |   2 +-
 .../camel/openapi/OpenApiRestProducerFactory.java  |  15 +--
 .../apache/camel/openapi/RestModelConverters.java  |   2 +-
 .../apache/camel/openapi/RestOpenApiReader.java    |   2 +-
 .../apache/camel/openapi/RestOpenApiSupport.java   |  23 ++--
 .../camel/impl/engine/CamelInternalProcessor.java  |  10 +-
 .../apache/camel/impl/engine/MDCUnitOfWork.java    |  17 ++-
 .../main/docs/modules/eips/pages/marshal-eip.adoc  |   2 +
 .../docs/modules/eips/pages/unmarshal-eip.adoc     |   2 +
 .../apache/camel/processor/MDCClearingTest.java    |   3 -
 ...a => MDCResetMidRouteProducerTemplateTest.java} |   4 +-
 .../org/apache/camel/processor/MDCResetTest.java   |  11 +-
 .../org/apache/camel/support/UnitOfWorkHelper.java |   6 +
 .../ROOT/assets/images/camel-components.png        | Bin 229901 -> 0 bytes
 .../assets/images/images}/MessageTranslator.gif    | Bin
 .../assets/images/images/camel-architecture.png    | Bin 0 -> 96105 bytes
 .../ROOT/assets/images/{ => images}/debug.png      | Bin
 .../images/{ => images}/service_lifecycle.png      | Bin
 .../ROOT/assets/images/message_flow_in_route.png   | Bin 13415 -> 0 bytes
 docs/user-manual/modules/ROOT/nav.adoc             |   1 -
 .../modules/ROOT/pages/architecture.adoc           |  74 +++++------
 .../modules/ROOT/pages/backlog-debugger.adoc       |  77 ++++-------
 .../modules/ROOT/pages/bean-binding.adoc           |   2 +-
 .../user-manual/modules/ROOT/pages/camel-boot.adoc |  32 -----
 .../modules/ROOT/pages/camel-catalog.adoc          |  31 +++--
 .../ROOT/pages/camel-component-maven-plugin.adoc   |  10 +-
 .../ROOT/pages/camel-configuration-utilities.adoc  | 141 ++++++++++++---------
 .../modules/ROOT/pages/camel-jbang.adoc            |  18 +--
 .../modules/ROOT/pages/camel-maven-archetypes.adoc |   4 +-
 .../ROOT/pages/camel-report-maven-plugin.adoc      |  45 ++++---
 .../user-manual/modules/ROOT/pages/clustering.adoc |   3 +-
 .../ROOT/pages/commercial-camel-offerings.adoc     |  55 ++------
 .../modules/ROOT/pages/component-dsl.adoc          |  32 ++---
 ...ing-route-startup-ordering-and-autostartup.adoc | 135 +++++++++++---------
 .../ROOT/pages/cronscheduledroutepolicy.adoc       |  40 +++---
 .../modules/ROOT/pages/data-format.adoc            |  99 ++-------------
 docs/user-manual/modules/ROOT/pages/debugger.adoc  |  28 ++--
 docs/user-manual/modules/ROOT/pages/index.adoc     |   1 -
 docs/user-manual/modules/ROOT/pages/lifecycle.adoc |   2 +-
 parent/pom.xml                                     |   2 +-
 43 files changed, 408 insertions(+), 531 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{MDCResetTest.java => MDCResetMidRouteProducerTemplateTest.java} (96%)
 delete mode 100644 docs/user-manual/modules/ROOT/assets/images/camel-components.png
 copy {core/camel-core-engine/src/main/docs/modules/eips/images/eip => docs/user-manual/modules/ROOT/assets/images/images}/MessageTranslator.gif (100%)
 create mode 100644 docs/user-manual/modules/ROOT/assets/images/images/camel-architecture.png
 rename docs/user-manual/modules/ROOT/assets/images/{ => images}/debug.png (100%)
 rename docs/user-manual/modules/ROOT/assets/images/{ => images}/service_lifecycle.png (100%)
 delete mode 100644 docs/user-manual/modules/ROOT/assets/images/message_flow_in_route.png
 delete mode 100644 docs/user-manual/modules/ROOT/pages/camel-boot.adoc