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 14:34:41 UTC

[camel] branch regen_bot updated (3aac095 -> a224cfa)

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 3aac095  Regen for commit 73a7c5e843aee06e1b88f188082273c5380f9bf1 (#6547)
     add 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
     add a224cfa  Polished

No new revisions were added by this update.

Summary of changes:
 .../management/mbean/ManagedBacklogDebugger.java   | 13 ++--
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc    | 29 +++++++++
 .../apache/camel/dsl/yaml/common/YamlSupport.java  |  8 ++-
 .../dsl/yaml/deserializers/ModelDeserializers.java | 72 +++++++++++-----------
 .../deserializers/FromDefinitionDeserializer.java  | 18 ++++--
 .../deserializers/RouteDefinitionDeserializer.java |  8 +--
 .../RouteFromDefinitionDeserializer.java           |  1 +
 .../dsl/yaml/GenerateYamlDeserializersMojo.java    |  2 +-
 .../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 ++++++++--
 12 files changed, 149 insertions(+), 87 deletions(-)