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 2023/05/25 11:30:49 UTC

[camel] branch regen_bot updated (91812ba9225 -> bdc3c1731a7)

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 91812ba9225 Regen for commit 9a7a922ddf5ab316d2e413ed2c0f2dadce3a900a
     add be5dd92a5f0 CAMEL-19386: Support object property on template bean (#10205)
     add bdc3c1731a7 Regen for commit be5dd92a5f0b223f7e0f143eb46e30b518018632

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   (91812ba9225)
            \
             N -- N -- N   refs/heads/regen_bot (bdc3c1731a7)

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/models/templateBean.json  |  3 +-
 .../camel/catalog/models/templatedRouteBean.json   |  3 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 56 ++++++++++++----------
 .../camel/spring/routebuilder/MyLocalBean.java     | 11 ++++-
 .../SpringRouteTemplateLocalBeanTest.java          |  3 +-
 .../SpringRouteTemplateLocalBeanTest.xml           |  5 +-
 .../java/org/apache/camel/impl/DefaultModel.java   |  5 +-
 .../org/apache/camel/model/templateBean.json       |  3 +-
 .../org/apache/camel/model/templatedRouteBean.json |  3 +-
 .../apache/camel/model/BeanFactoryDefinition.java  | 44 ++++++++++++-----
 .../camel/model/app/BeanPropertiesAdapter.java     |  6 +++
 .../java/org/apache/camel/xml/in/ModelParser.java  | 23 ++++-----
 .../java/org/apache/camel/xml/out/ModelWriter.java |  3 +-
 .../BeanFactoryDefinitionDeserializer.java         |  9 +---
 .../RouteTemplateDefinitionDeserializer.java       |  2 +-
 .../TemplatedRouteDefinitionDeserializer.java      |  2 +-
 .../generated/resources/schema/camel-yaml-dsl.json |  4 +-
 .../generated/resources/schema/camelYamlDsl.json   |  4 +-
 .../apache/camel/dsl/yaml/KameletLoaderTest.groovy | 16 ++++++-
 19 files changed, 134 insertions(+), 71 deletions(-)