[
https://issues.apache.org/jira/browse/CAMEL-20618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17831162#comment-17831162
]
Claus Ibsen edited comment on CAMEL-20618 at 3/27/24 5:10 AM:
--------------------------------------------------------------
See the upgrade guide docs
https://camel.apache.org/manual/camel-4x-upgrade-guide-4_1.html#_camel_timer
was (Author: davsclaus):
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)