[
https://issues.apache.org/jira/browse/CAMEL-16490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luca Burgazzoli updated CAMEL-16490:
------------------------------------
Fix Version/s: 3.10.0
> YAML DSL tod is no longer recognized (requires to-d)
> ----------------------------------------------------
>
> Key: CAMEL-16490
> URL: https://issues.apache.org/jira/browse/CAMEL-16490
> Project: Camel
> Issue Type: Bug
> Components: camel-yaml-dsl
> Affects Versions: 3.9.0
> Reporter: Nicola Ferraro
> Assignee: Luca Burgazzoli
> Priority: Major
> Fix For: 3.10.0
>
>
> It was "tod" prior to 3.9, while not it's only recognized as "to-d". We may
> set an alias.
>
> Was working:
> {code:java}
> # camel-k: language=yaml dependency=camel-log
> - from:
> uri: "timer:yaml"
> parameters:
> period: "1000"
> steps:
> - tod: "log:info"
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)