John Yin created CAMEL-20618:
--------------------------------
Summary: The Timer-component CamelTimerFiredTime related
properties and headers are missing in 4.4.0
Key: CAMEL-20618
URL: https://issues.apache.org/jira/browse/CAMEL-20618
Project: Camel
Issue Type: Bug
Affects Versions: 4.4.0
Reporter: John Yin
In 4.4.0, in a timer route, the exchange no longer carries properties/headers
related to the fired time. The two assertions in the Groovy sample below will
fail.
from("timer://testRoute?repeatCount=1").process({
assert it.in.getHeader('firedTime') != null
assert it.getProperty('CamelTimerFiredTime') != null
})
In fact, the exchange has no properties and headers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)