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 2022/01/14 07:29:54 UTC

[camel] branch regen_bot_3.14.x updated (02c1f80 -> 7008ce8)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 02c1f80  CAMEL-17457: remove duplicate path in generated tag (#6743)
     add 0fc6c3e  CAMEL-17486: camel-core - ThrottlePermit compareTo cast to int causes issues. Thanks to Marc Boulanger for the patch and unit test.
     add 7008ce8  CAMEL-17486: camel-core - ThrottlePermit compareTo cast to int causes issues. Thanks to Marc Boulanger for the patch and unit test.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/processor/Throttler.java |  2 +-
 .../camel/processor/ThrottlerPermitTest.java       | 69 ++++++++++++++++++++++
 2 files changed, 70 insertions(+), 1 deletion(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerPermitTest.java