[
https://issues.apache.org/jira/browse/CAMEL-13783?focusedWorklogId=280993&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-280993
]
ASF GitHub Bot logged work on CAMEL-13783:
------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/19 12:28
Start Date: 23/Jul/19 12:28
Worklog Time Spent: 10m
Work Description: omarsmak commented on pull request #3059: CAMEL-13783:
Fix the camel-archetype-component to inherit from DefaultConsumer instead of
ScheduledPollConsumer
URL: https://github.com/apache/camel/pull/3059
Per the title, this will fix the generated `camel-archetype-component`
project to inherit from `DefaultConsumer` instead of `ScheduledPollConsumer`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 280993)
Time Spent: 10m
Remaining Estimate: 0h
> Fix the camel-archetype-component to inherit from DefaultConsumer instead of
> ScheduledPollConsumer
> --------------------------------------------------------------------------------------------------
>
> Key: CAMEL-13783
> URL: https://issues.apache.org/jira/browse/CAMEL-13783
> Project: Camel
> Issue Type: Bug
> Components: camel-archetypes
> Reporter: Omar Al-Safi
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the
> {{[camel-archetype-component|https://github.com/apache/camel/blob/master/archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/java/__name__Consumer.java#L28]}}
> inherits from {{ScheduledPollConsumer}}, since this consumer is less used,
> it will make sense to change the consumer to {{DefaultConsumer}} instead.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)