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 648434b050c0 CAMEL-24978: camel-core - Internal processor advices: fix 
bugs found in a deep review (#26811)
     new 3e05fa644910 CAMEL-24960: camel-core - Fail a parallel multicast when 
the thread pool rejects a sub-exchange task
     new 1d40a5e7e6ca CAMEL-24960: camel-core - Make the new test class 
package-private
     new 48eb7c074a74 CAMEL-24960: camel-core - Do not fail a multicast 
exchange that has already been completed
     new be26e5930bc3 CAMEL-24960: camel-core - Log an exception that occurs 
after the multicast exchange was completed

The 4 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:
 .../apache/camel/processor/MulticastProcessor.java |  77 ++++++++----
 ...ticastParallelSubTaskRejectedAfterDoneTest.java | 131 +++++++++++++++++++++
 .../MulticastParallelSubTaskRejectedTest.java      | 103 ++++++++++++++++
 3 files changed, 289 insertions(+), 22 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelSubTaskRejectedAfterDoneTest.java
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelSubTaskRejectedTest.java

Reply via email to