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 b27de19  Regen for commit f97b926b26b040a7446e69db7c0b1ce5b13c0aac
     add 89efe5c  CAMEL-16600: kamelet local bean - Better DSL for YAML DSL
     add 06c2877  CAMEL-16601: Upgrade to kotlin 1.5.0
     add c5437ae  Regen
     add 9e7938e  CAMEL-16600: kamelet local bean - Better DSL for YAML DSL
     add 6035a1c  Regen for commit 9e7938ed812226f6e15eb44828568d6635ec3955

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   (b27de19)
            \
             N -- N -- N   refs/heads/regen_bot (6035a1c)

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 +-
 .../apache/camel/catalog/models/templateBean.json  |   4 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  41 +----
 .../java/org/apache/camel/impl/DefaultModel.java   |  13 +-
 .../resources/org/apache/camel/model/jaxb.index    |   1 -
 .../org/apache/camel/model/templateBean.json       |   4 +-
 .../camel/model/RouteTemplateBeanDefinition.java   | 152 +++++++++++++++---
 .../model/RouteTemplateBeanFactoryDefinition.java  | 175 ---------------------
 .../camel/model/RouteTemplateDefinition.java       |  15 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  |  17 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java |  52 +-----
 .../deserializers/ModelDeserializersResolver.java  |   2 -
 .../src/generated/resources/camel-yaml-dsl.json    |  20 +--
 parent/pom.xml                                     |   2 +-
 14 files changed, 163 insertions(+), 337 deletions(-)
 delete mode 100644 
core/camel-core-model/src/main/java/org/apache/camel/model/RouteTemplateBeanFactoryDefinition.java

Reply via email to