[
https://issues.apache.org/jira/browse/CAMEL-16490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicola Ferraro updated CAMEL-16490:
-----------------------------------
Description:
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}
was:It was "tod" prior to 3.9, while not it's only recognized as "to-d". We
may set an alias.
> 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
> Priority: Major
>
> 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)