You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2019/01/03 14:50:30 UTC

[aries-journaled-events] branch master updated (ad3b813 -> 498af42)

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

cschneider pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-journaled-events.git.


    from ad3b813  Merge pull request #3 from tmaret/in-memory-implementation
     add 01b1ff9  Do not return a Postition from send signature in the API
     new 498af42  Merge pull request #8 from tmaret/send-without-returning-position

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/aries/events/api/Messaging.java      | 2 +-
 .../java/org/apache/aries/events/memory/InMemoryMessaging.java    | 4 ++--
 .../test/java/org/apache/aries/events/memory/MessagingTest.java   | 8 +++-----
 3 files changed, 6 insertions(+), 8 deletions(-)


[aries-journaled-events] 01/01: Merge pull request #8 from tmaret/send-without-returning-position

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-journaled-events.git

commit 498af42e528ebe61bd2cff8d0c961456d527ea4f
Merge: ad3b813 01b1ff9
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Jan 3 15:50:25 2019 +0100

    Merge pull request #8 from tmaret/send-without-returning-position
    
    Do not return a Postition from send signature in the API

 .../src/main/java/org/apache/aries/events/api/Messaging.java      | 2 +-
 .../java/org/apache/aries/events/memory/InMemoryMessaging.java    | 4 ++--
 .../test/java/org/apache/aries/events/memory/MessagingTest.java   | 8 +++-----
 3 files changed, 6 insertions(+), 8 deletions(-)