This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 30d473e Regen for commit ce8f3c664c9393fe533ef047d45fdaf14d6c455e (#6345) add cc61bb8 [CAMEL-17133] camel-quartz: allow missfire execution for cron triggers (#6344) add 24c36e9 Regen for commit cc61bb8c75231f5b6c3ee115831705f6ee9ed641 No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/components/quartz.json | 3 +- components/camel-quartz/pom.xml | 28 -------- .../component/quartz/QuartzEndpointConfigurer.java | 6 -- .../component/quartz/QuartzEndpointUriFactory.java | 3 +- .../org/apache/camel/component/quartz/quartz.json | 3 +- .../camel/component/quartz/QuartzEndpoint.java | 74 ++++++---------------- ...owTest.java => QuartzCronRouteFireNowTest.java} | 17 ++--- .../quartz/QuartzRouteFireNowOnlyOnceTest.java | 2 +- .../component/quartz/QuartzRouteFireNowTest.java | 2 +- .../endpoint/dsl/QuartzEndpointBuilderFactory.java | 39 ++---------- .../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 4 ++ 11 files changed, 42 insertions(+), 139 deletions(-) copy components/camel-quartz/src/test/java/org/apache/camel/component/quartz/{QuartzRouteFireNowTest.java => QuartzCronRouteFireNowTest.java} (77%)