You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/19 15:12:45 UTC

[camel] branch regen_bot updated (6258982 -> 55a17ec)

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 6258982  CAMEL-15697: camel-joor - Camel expression langauge using jOOR runtime java compiled.
     add 55a17ec  CAMEL-15690: camel-core - Optimize direct produce (#4458)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/direct/DirectComponent.java    | 65 ++++++++++++++++++++--
 .../camel/component/direct/DirectConsumer.java     | 17 +++---
 .../camel/component/direct/DirectEndpoint.java     | 53 +++---------------
 .../camel/component/direct/DirectProducer.java     | 23 +++++++-
 .../direct/DirectProducerBlockingTest.java         |  2 +
 .../camel/itest/jmh/DirectConcurrentTest.java      | 15 +++--
 6 files changed, 105 insertions(+), 70 deletions(-)