This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch context-value-scoped-value-support
in repository https://gitbox.apache.org/repos/asf/camel.git
from 268f3a78f319 Refactor SedaConsumer to use template method pattern for
extensibility
add 1cc11eaaa71c Add virtualThreadPerTask option to SEDA endpoint
No new revisions were added by this update.
Summary of changes:
.../component/seda/SedaEndpointConfigurer.java | 6 ++
.../component/seda/SedaEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/seda/seda.json | 21 +++---
.../apache/camel/component/seda/SedaEndpoint.java | 24 +++++++
.../component/stub/StubEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/stub/stub.json | 21 +++---
.../seda/ThreadPerTaskSedaConsumerTest.java | 82 ++++++++++++++++++++++
.../camel/processor/VirtualThreadsLoadTest.java | 22 +++++-
8 files changed, 158 insertions(+), 24 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/component/seda/ThreadPerTaskSedaConsumerTest.java