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 e3395647a842 CAMEL-24948: camel-seda - Insert the upgrade guide
section in alphabetical order
new 4700e7f3c7aa CAMEL-24959: camel-core - Do not complete a parallel
streaming split before its parts when the iterator ends with a null
new 3e53ef0f81d3 CAMEL-24959: camel-core - Make the new test class
package-private
new c96a268d7bdf CAMEL-24959: camel-core - Make doDoneNoMorePairs private
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:
.../apache/camel/processor/MulticastProcessor.java | 51 +++++++--
.../SplitParallelStreamingIteratorNullTest.java | 122 +++++++++++++++++++++
2 files changed, 163 insertions(+), 10 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelStreamingIteratorNullTest.java