[ 
https://issues.apache.org/jira/browse/CAMEL-20618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-20618.
---------------------------------
    Resolution: Not A Bug

See the upgrade guide docs

> 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
>            Priority: Major
>
> 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)

Reply via email to