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 2021/12/16 11:32:25 UTC

[camel] branch regen_bot updated (b96d2d0 -> e1a6d32)

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 b96d2d0  camel-yaml-dsl - Remove double semi colon in generated code.
     add 0c043cf  CAMEL-17304: camel-yaml-dsl - Make from consistent that it requires steps, so when you define routes in yaml dsl - its the same if you have route/from as top level or not - like in java dsl.
     add 42834b3  CAMEL-17304: camel-yaml-dsl - from should not be inlined as it requires steps
     add e1a6d32  CAMEL-17304: camel-yaml-dsl - from should not be inlined as it requires steps

No new revisions were added by this update.

Summary of changes:
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc    | 29 ++++++++++++++++++
 .../apache/camel/dsl/yaml/common/YamlSupport.java  |  8 ++++-
 .../deserializers/FromDefinitionDeserializer.java  | 18 +++++++++---
 .../deserializers/RouteDefinitionDeserializer.java |  8 ++---
 .../RouteFromDefinitionDeserializer.java           |  1 +
 .../src/generated/resources/camel-yaml-dsl.json    | 34 ++++++++++------------
 .../apache/camel/dsl/yaml/LineNumberTest.groovy    |  4 +--
 .../camel/dsl/yaml/RouteConfigurationTest.groovy   | 16 +++++-----
 .../org/apache/camel/dsl/yaml/RoutesTest.groovy    | 31 +++++++++++++++++---
 9 files changed, 106 insertions(+), 43 deletions(-)