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 b96d2d0  camel-yaml-dsl - Remove double semi colon in generated code.
     new 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.
     new 42834b3  CAMEL-17304: camel-yaml-dsl - from should not be inlined as 
it requires steps
     new e1a6d32  CAMEL-17304: camel-yaml-dsl - from should not be inlined as 
it requires steps

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:
 .../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(-)

Reply via email to