Prasanth Ganesh Rao created CAMEL-21471:
-------------------------------------------
Summary: camel-quartz ignores ignoreExpiredNextFireTime when endAt
is expired
Key: CAMEL-21471
URL: https://issues.apache.org/jira/browse/CAMEL-21471
Project: Camel
Issue Type: Bug
Components: camel-quartz
Affects Versions: 4.9.0
Reporter: Prasanth Ganesh Rao
camel-quartz fails to start with error in below cases
{code:java}
quartz://myGroup/myTimerName?cron=0/1 * * * *
?&ignoreExpiredNextFireTime=true&trigger.endAt=<past-date>
{code}
The issue occurs due to the default startAt set by the underlying quartz
library in the TriggerBuilder
--
This message was sent by Atlassian Jira
(v8.20.10#820010)