This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from c28de73 Regen for commit ae2451c8bb42c9251fd7fe6654be3ad7aaab30a2 new 29612db CAMEL-17486: camel-core - ThrottlePermit compareTo cast to int causes issues. Thanks to Marc Boulanger for the patch and unit test. new 97c8c96 CAMEL-17486: camel-core - ThrottlePermit compareTo cast to int causes issues. Thanks to Marc Boulanger for the patch and unit test. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. 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