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:56:07 UTC

[aries-journaled-events] branch master updated (090771c -> e8b4113)

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 090771c  Merge pull request #6 from tmaret/explicit-position-to-string
     add f5cad44  Abstract the offset from the API
     add 7e2f7a0  Merge branch 'master' into comparable-position
     new e8b4113  Merge pull request #5 from tmaret/comparable-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/Position.java  | 12 +-----------
 .../java/org/apache/aries/events/memory/MemoryPosition.java  |  6 +++---
 .../src/main/java/org/apache/aries/events/memory/Topic.java  |  4 ++--
 .../java/org/apache/aries/events/memory/MessagingTest.java   |  5 +++--
 4 files changed, 9 insertions(+), 18 deletions(-)


[aries-journaled-events] 01/01: Merge pull request #5 from tmaret/comparable-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 e8b41131e097f473e0d34ed1429965e00c0a7728
Merge: 090771c 7e2f7a0
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Jan 3 15:56:02 2019 +0100

    Merge pull request #5 from tmaret/comparable-position
    
    Abstract the offset from the API

 .../src/main/java/org/apache/aries/events/api/Position.java  | 12 +-----------
 .../java/org/apache/aries/events/memory/MemoryPosition.java  |  6 +++---
 .../src/main/java/org/apache/aries/events/memory/Topic.java  |  4 ++--
 .../java/org/apache/aries/events/memory/MessagingTest.java   |  5 +++--
 4 files changed, 9 insertions(+), 18 deletions(-)