This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from 2c1451a CAMEL-17435: jakarta.xml.bind-api is already defined as a dependency in that module new 5f4df9a Polished new ca24566 CAMEL-17440: camel-quartz - Remove startDelayed option as it does not work properly and causes problems. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../quartz/QuartzComponentConfigurer.java | 6 --- .../org/apache/camel/component/quartz/quartz.json | 3 +- .../camel/component/quartz/QuartzComponent.java | 47 +++------------------ .../quartz/QuartzCronRouteFireNowTest.java | 2 +- .../quartz/QuartzStartDelayedOptionTest.java | 46 --------------------- .../component/quartz/QuartzStartDelayedTest.java | 48 ---------------------- .../QuartzStartDelayedWithReferenceTest.java | 44 -------------------- .../org/apache/camel/support/LoggerHelper.java | 3 ++ 8 files changed, 10 insertions(+), 189 deletions(-) delete mode 100644 components/camel-quartz/src/test/java/org/apache/camel/component/quartz/QuartzStartDelayedOptionTest.java delete mode 100644 components/camel-quartz/src/test/java/org/apache/camel/component/quartz/QuartzStartDelayedTest.java delete mode 100644 components/camel-quartz/src/test/java/org/apache/camel/component/quartz/QuartzStartDelayedWithReferenceTest.java