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/10/05 10:21:07 UTC

[camel] branch regen_bot updated (e6aaf078cfa -> cc23fc2dd89)

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 e6aaf078cfa docs: correct DSL examples (#11648)
     add cc23fc2dd89 CAMEL-19953: route templates / kamelets - Add scriptLanguage to specify language instead of type so its more intuitive and similar to the new bean model. (#11650)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/models/templateBean.json  |  4 +-
 .../camel/catalog/models/templatedRouteBean.json   |  4 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10 +--
 .../routebuilder/SpringTemplatedRouteTest.xml      |  3 +-
 .../java/org/apache/camel/impl/DefaultModel.java   | 24 +++---
 .../org/apache/camel/model/templateBean.json       |  4 +-
 .../org/apache/camel/model/templatedRouteBean.json |  4 +-
 .../apache/camel/model/BeanFactoryDefinition.java  | 96 +++++++++-------------
 .../java/org/apache/camel/xml/in/ModelParser.java  |  2 +-
 .../java/org/apache/camel/xml/out/ModelWriter.java |  2 +-
 .../org/apache/camel/yaml/out/ModelWriter.java     |  2 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_1.adoc     | 64 +++++++++++++++
 .../modules/ROOT/pages/route-template.adoc         | 37 ++-------
 .../BeanFactoryDefinitionDeserializer.java         | 12 +--
 .../RouteTemplateBeanDefinitionDeserializer.java   |  6 +-
 .../TemplatedRouteBeanDefinitionDeserializer.java  |  6 +-
 .../generated/resources/schema/camelYamlDsl.json   | 12 +--
 .../apache/camel/dsl/yaml/RouteTemplateTest.groovy | 31 ++-----
 .../camel/dsl/yaml/TemplatedRouteTest.groovy       | 14 ++--
 19 files changed, 171 insertions(+), 166 deletions(-)