This is an automated email from the ASF dual-hosted git repository. onders pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 41be489 CAMEL-12567: camel-stream - Add support for configuring timeout for HTTP urls new a7a4588 CAMEL-6840 make it possible grouped throttling new 53ca1fb CAMEL-6840 - fix for java docs and review comments 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: camel-core/src/main/docs/eips/throttle-eip.adoc | 3 +- .../apache/camel/model/AggregateDefinition.java | 2 +- .../apache/camel/model/ProcessorDefinition.java | 42 ++++++++ .../org/apache/camel/model/ThrottleDefinition.java | 37 ++++++- .../java/org/apache/camel/processor/Throttler.java | 107 +++++++++++++++++++-- ...llEvalTest.java => ThrottlingGroupingTest.java} | 58 ++++++----- 6 files changed, 206 insertions(+), 43 deletions(-) copy camel-core/src/test/java/org/apache/camel/processor/{ThrottlerNullEvalTest.java => ThrottlingGroupingTest.java} (60%) -- To stop receiving notification emails like this one, please contact ond...@apache.org.