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/05 07:50:31 UTC

[aries-journaled-events] branch master updated (56efda4 -> bc2769a)

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 56efda4  Test exception in handler
     add 12c21af  ARIES-1880 - Use builder in subscribe
     new bc2769a  Merge pull request #10 from apache/ARIES-1880

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:
 .../org/apache/aries/events/api/Messaging.java     |  3 +-
 .../apache/aries/events/api/SubscribeRequest.java  | 67 ++++++++++++++++++++++
 .../aries/events/memory/InMemoryMessaging.java     | 10 ++--
 .../java/org/apache/aries/events/memory/Topic.java | 11 ++--
 .../apache/aries/events/memory/MessagingTest.java  | 24 +++++---
 pom.xml                                            |  5 ++
 6 files changed, 97 insertions(+), 23 deletions(-)
 create mode 100644 org.apache.aries.events.api/src/main/java/org/apache/aries/events/api/SubscribeRequest.java


[aries-journaled-events] 01/01: Merge pull request #10 from apache/ARIES-1880

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 bc2769ade6b1c5c111e397e3830f6b5d4ebd91c3
Merge: 56efda4 12c21af
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Jan 5 08:50:27 2019 +0100

    Merge pull request #10 from apache/ARIES-1880
    
    ARIES-1880 - Use builder in subscribe

 .../org/apache/aries/events/api/Messaging.java     |  3 +-
 .../apache/aries/events/api/SubscribeRequest.java  | 67 ++++++++++++++++++++++
 .../aries/events/memory/InMemoryMessaging.java     | 10 ++--
 .../java/org/apache/aries/events/memory/Topic.java | 11 ++--
 .../apache/aries/events/memory/MessagingTest.java  | 24 +++++---
 pom.xml                                            |  5 ++
 6 files changed, 97 insertions(+), 23 deletions(-)