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 1fd7a667913a CAMEL-24901: camel-aws2-s3 - restrict Simple expression
evaluation of key/bucket to configured values (#26746)
new 69c06886d5be CAMEL-24958: camel-core - Release the producers of
recipients the Recipient List did not send to
new ce84a7632898 CAMEL-24958: camel-core - Make the new test class
package-private
new 805e314dde29 CAMEL-24958: camel-core - Emit no exchange events for a
recipient the Recipient List skipped
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:
.../camel/processor/RecipientListProcessor.java | 86 +++++-
.../RecipientListReleaseUnsentProducerTest.java | 299 +++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 11 +
3 files changed, 390 insertions(+), 6 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/RecipientListReleaseUnsentProducerTest.java