You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/10/03 15:11:18 UTC

[openwhisk] branch master updated (6139b00 -> cd7a639)

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

rabbah pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.


    from 6139b00  Make package object as simple object (#4661)
     add cd7a639  Refactor the ActiveAck implemenation to simplify testing (#4658)

No new revisions were added by this update.

Summary of changes:
 .../openwhisk/core/invoker/InvokerReactive.scala   | 38 +----------
 .../core/invoker/MessagingActiveAck.scala          | 77 ++++++++++++++++++++++
 2 files changed, 80 insertions(+), 35 deletions(-)
 create mode 100644 core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/MessagingActiveAck.scala