This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from a8ae278 CAMEL-17280: camel-jbang - Run from github using wildcards new cd110d6 CAMEL-17283: camel-yaml-dsl - Fix route template model to not be inlined. new 1b357c8 CAMEL-17283: camel-yaml-dsl - The xxxRef should allow to be inlined new 6e629d2 CAMEL-17283: camel-yaml-dsl - The xxxRef should allow to be inlined The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. 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(-)