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 8576658e6586 Add ContextValue abstraction for ScopedValue support on
JDK 25+
add 81072c98ca5f Add load tests for virtual threads performance comparison
No new revisions were added by this update.
Summary of changes:
.../camel/processor/VirtualThreadsLoadTest.java | 163 +++++++++++++++++++++
.../VirtualThreadsWithThreadsDSLLoadTest.java | 144 ++++++++++++++++++
2 files changed, 307 insertions(+)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/VirtualThreadsLoadTest.java
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/VirtualThreadsWithThreadsDSLLoadTest.java