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 5ed94a6 CAMEL-16555: camel-jira - The consumer should re-connect if
JIRA server returns a HTTP error >= 400, such as when OAuth session is expired
or something related to that.
add 954760f CAMEL-16725: camel-jira - New issues consumer should recover
if the JIRA server have deleted the last known issue id since last poll. Also
fix when a poll of new issues returned 2 or more entries then the new last
known id should be the last id, and not the first, to avoid polling in
duplicates on next poll.
add 23462ec Set exclusive start key only once.
No new revisions were added by this update.
Summary of changes:
.../camel/component/aws2/ddb/QueryCommand.java | 11 +--
.../component/jira/consumer/NewIssuesConsumer.java | 79 ++++++++++++++++------
.../jira/consumer/WatchUpdatesConsumer.java | 3 +-
3 files changed, 62 insertions(+), 31 deletions(-)