This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 56c40ea0035b CAMEL-24926: camel-core - Concurrent requests throttler
should not let more exchanges in than allowed after its state is cleaned
new cc6102541d92 CAMEL-24923: camel-core - Validate the distribution
ratios of the weighted load balancer
new 116bdd8fc7c1 CAMEL-24923: camel-core - Signal completion like the
other exits of QueueLoadBalancer.process
new 88a7e13e9f74 CAMEL-24923: camel-core - Validate the distribution
ratios in the weighted load balancer constructor
The 3 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:
.../catalog/docs/weightedLoadBalancer-eip.adoc | 4 +
.../eips/pages/weightedLoadBalancer-eip.adoc | 4 +
.../processor/loadbalancer/QueueLoadBalancer.java | 9 +-
.../loadbalancer/WeightedLoadBalancer.java | 25 ++++-
.../WeightedLoadBalanceInvalidRatioTest.java | 107 +++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 7 ++
6 files changed, 153 insertions(+), 3 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/WeightedLoadBalanceInvalidRatioTest.java