You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2023/03/21 16:02:20 UTC

[GitHub] [camel] christophd opened a new pull request, #9595: CAMEL-19174: camel-jira - Fix duplicate messages created by Jira consumer

christophd opened a new pull request, #9595:
URL: https://github.com/apache/camel/pull/9595

   Backport #9589 to `camel-3.x`
   
   - Issues returned are already ordered descendant - do not revert the order of issues a 2nd time
   - Make sure to exit polling loop early when no further issues are returned (total # of issues returned is lower than query page size)
   - Avoid duplicates in returned issue list
   - Adjust query page size according to given max results limitation
   - Fix ordering of mocked issue return values in unit tests (mocks should return issues in descendant order)
   - Add more unit tests on new issues consumer (testing filter offset, pagination, duplicates)
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #9595: CAMEL-19174: camel-jira - Fix duplicate messages created by Jira consumer

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9595:
URL: https://github.com/apache/camel/pull/9595#issuecomment-1478112156

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] davsclaus merged pull request #9595: CAMEL-19174: camel-jira - Fix duplicate messages created by Jira consumer

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #9595:
URL: https://github.com/apache/camel/pull/9595


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org