This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.
from 193a0cb Updated CHANGELOG.md
new 0f96858 yaml dsl: document how to create beans using YAML #487
new ed49299 yaml dsl: fix indentation for test routes
new ce00982 yaml dsl: fix test names
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:
.../k/loader/yaml/RoutesValidationTest.groovy | 2 +-
...ntTest.groovy => RoutesWithEndpointTest.groovy} | 2 +-
.../test/resources/routes/RoutesTest_beans.yaml | 30 +++++++-------
..._from.yaml => RoutesWithEndpointTest_from.yaml} | 0
...oute.yaml => RoutesWithEndpointTest_route.yaml} | 0
docs/modules/languages/pages/yaml.adoc | 47 +++++++++++++++++++++-
6 files changed, 63 insertions(+), 18 deletions(-)
rename
camel-k-loader-yaml/camel-k-loader-yaml/src/test/groovy/org/apache/camel/k/loader/yaml/{RouteWithEndpointTest.groovy
=> RoutesWithEndpointTest.groovy} (98%)
rename
camel-k-loader-yaml/camel-k-loader-yaml/src/test/resources/routes/{RouteWithEndpointTest_from.yaml
=> RoutesWithEndpointTest_from.yaml} (100%)
rename
camel-k-loader-yaml/camel-k-loader-yaml/src/test/resources/routes/{RouteWithEndpointTest_route.yaml
=> RoutesWithEndpointTest_route.yaml} (100%)