This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from e7133e6 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
add 7c95875 CAMEL-16294: PollingConsumer - Add copy option to make copy
of exchange and handover uow like seda would do.
No new revisions were added by this update.
Summary of changes:
.../impl/EventDrivenPollingConsumerCopyTest.java | 101 +++++++++++++++++++++
.../org/apache/camel/support/DefaultEndpoint.java | 49 +++++-----
.../camel/support/EventDrivenPollingConsumer.java | 33 +++++++
3 files changed, 158 insertions(+), 25 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/impl/EventDrivenPollingConsumerCopyTest.java