You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/06/13 08:44:50 UTC

[camel] branch camel-13636 updated (2d6b9bb -> 3f8c5bf)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-13636
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 2d6b9bb  CAMEL-13636: camel3 - SPI for ReactiveHelper so we can plugin different reactive engines
     add 3f8c5bf  CAMEL-13636: camel3 - SPI for ReactiveHelper so we can plugin different reactive engines

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/spi/ReactiveExecutor.java     |  2 +-
 .../engine/DefaultAsyncProcessorAwaitManager.java  |  1 -
 .../camel/impl/engine/DefaultReactiveExecutor.java |  9 +++++++
 .../processor/SharedCamelInternalProcessor.java    |  8 +++----
 .../reactive/vertx/VertXReactiveExecutor.java      | 28 +++++++++++++++++++---
 5 files changed, 39 insertions(+), 9 deletions(-)