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 2022/03/02 11:17:31 UTC

[camel] branch regen_bot updated (3bb37d8 -> 46c8d67)

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 3bb37d8  Regen for commit c29cfbbd3a3c2997aec4f601f14274351046de54
     add 99e072a  Add resumable EIP to model
     add e577960  Add resumable EIP to docs
     add 48fc6af  Regen
     add ac404f7  Temporary disable xref link to make website build
     add 46c8d67  Regen for commit ac404f7bec55fcca09f3eb80cced727946e511c0

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   (3bb37d8)
            \
             N -- N -- N   refs/heads/regen_bot (46c8d67)

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/models.properties     |  1 +
 .../models/{otherwise.json => resumable.json}      |  9 ++--
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 42 ++++++++++++++++-
 .../main/docs/google-secret-manager-component.adoc |  2 +-
 .../docs/modules/eips/examples/json/resumable.json |  1 +
 .../pages/enterprise-integration-patterns.adoc     |  4 ++
 .../docs/modules/eips/pages/resume-strategies.adoc | 55 ++++++++++++----------
 .../services/org/apache/camel/model.properties     |  1 +
 .../resources/org/apache/camel/model/jaxb.index    |  1 +
 .../org/apache/camel/model/resumable.json          |  9 ++--
 .../apache/camel/model/ResumableDefinition.java    | 44 ++++++++++++-----
 .../camel/processor/resume/ResumableProcessor.java | 10 ++--
 .../org/apache/camel/reifier/ResumableReifier.java | 16 +++----
 .../java/org/apache/camel/xml/in/ModelParser.java  | 10 ++++
 docs/user-manual/modules/ROOT/pages/security.adoc  |  3 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java | 54 +++++++++++++++++++++
 .../deserializers/ModelDeserializersResolver.java  |  2 +
 .../src/generated/resources/camel-yaml-dsl.json    | 21 +++++++++
 .../src/generated/resources/camelYamlDsl.json      | 21 +++++++++
 19 files changed, 246 insertions(+), 60 deletions(-)
 copy catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/{otherwise.json => resumable.json} (59%)
 create mode 120000 core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json
 copy catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/otherwise.json => core/camel-core-model/src/generated/resources/org/apache/camel/model/resumable.json (59%)