You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/08 14:34:17 UTC

[camel] branch yaml4 updated (67361bd2a3d -> 7b12e8b2645)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch yaml4
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 67361bd2a3d CAMEL-19307: camel-yaml-io - dumping routes to yaml
     add 3678a490b48 CAMEL-19307: camel-yaml-io - dumping routes to yaml
     add 7b12e8b2645 CAMEL-19307: camel-yaml-io - dumping routes to yaml

No new revisions were added by this update.

Summary of changes:
 ...java => DumpModelAsYamlSourceLocationTest.java} | 33 +++++++++--------
 ...mpModelAsYamlSplitNestedChoiceEndRouteTest.java |  9 +----
 .../camel/util/DumpModelAsYamlTestSupport.java     | 25 +++++++++----
 .../util/DumpModelAsYamlTransformRouteTest.java    |  5 +--
 .../org/apache/camel/util/split-choice.yaml        | 41 ++++++++++++++++++++++
 .../resources/org/apache/camel/util/transform.yaml |  9 +++--
 6 files changed, 83 insertions(+), 39 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/util/{DumpModelAsXmlSourceLocationTest.java => DumpModelAsYamlSourceLocationTest.java} (61%)
 copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/processor/aggregator/SpringAggregationStrategyBeanAdapterRefTest.java => core/camel-core/src/test/java/org/apache/camel/util/DumpModelAsYamlTestSupport.java (61%)
 create mode 100644 core/camel-core/src/test/resources/org/apache/camel/util/split-choice.yaml