You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/07/01 13:10:32 UTC

[camel] branch regen_bot updated (5886ec5 -> eba3deb)

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.


    omit 5886ec5  Regen for commit 5ea2a8521d8c47bbd11ba5f66e7081b07538963d
     add d02b0bb  CAMEL-16773: camel-quartz - ScheduledPollConsumer should support quartz trigger and job parameters
     add eba3deb  Regen for commit d02b0bb4c0db68ba2158971868f844c8f77a20be

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5886ec5)
            \
             N -- N -- N   refs/heads/regen_bot (eba3deb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 components/camel-quartz/pom.xml                    |  42 ++++++++
 ...tzScheduledPollConsumerSchedulerConfigurer.java | 108 +++++++++++++++++++++
 ...mer.quartz.QuartzScheduledPollConsumerScheduler |   2 +
 .../QuartzScheduledPollConsumerScheduler.java      |  36 +++++++
 .../quartz/FromFileQuartzSchedulerTest.java        |  33 ++++---
 .../camel/support/ScheduledPollConsumer.java       |   7 ++
 6 files changed, 212 insertions(+), 16 deletions(-)
 create mode 100644 components/camel-quartz/src/generated/java/org/apache/camel/pollconsumer/quartz/QuartzScheduledPollConsumerSchedulerConfigurer.java
 create mode 100644 components/camel-quartz/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.pollconsumer.quartz.QuartzScheduledPollConsumerScheduler
 copy core/camel-core/src/test/java/org/apache/camel/processor/TransformViaDSLTest.java => components/camel-quartz/src/test/java/org/apache/camel/component/quartz/FromFileQuartzSchedulerTest.java (70%)