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/01/25 13:19:57 UTC

[camel] branch regen_bot updated (a8ae278 -> 6e629d2)

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.


    from a8ae278  CAMEL-17280: camel-jbang - Run from github using wildcards
     add cd110d6  CAMEL-17283: camel-yaml-dsl - Fix route template model to not be inlined.
     add 1b357c8  CAMEL-17283: camel-yaml-dsl - The xxxRef should allow to be inlined
     add 6e629d2  CAMEL-17283: camel-yaml-dsl - The xxxRef should allow to be inlined

No new revisions were added by this update.

Summary of changes:
 .../camel/model/RestContextRefDefinition.java      |  4 +
 .../RouteConfigurationContextRefDefinition.java    |  4 +
 .../camel/model/RouteContextRefDefinition.java     |  4 +
 .../camel/model/RouteTemplateBeanDefinition.java   |  9 +--
 .../model/RouteTemplateContextRefDefinition.java   |  4 +
 .../camel/model/RouteTemplateDefinition.java       |  3 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java | 18 +++++
 .../RouteTemplateBeanDefinitionDeserializer.java   |  6 +-
 .../src/generated/resources/camel-yaml-dsl.json    | 88 ++++++++++++----------
 .../src/generated/resources/camelYamlDsl.json      | 88 ++++++++++++----------
 10 files changed, 137 insertions(+), 91 deletions(-)