You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/03/25 02:04:18 UTC

[7/9] isis git commit: Merge branch 'ISIS-1028-merge' into ISIS-1028

Merge branch 'ISIS-1028-merge' into ISIS-1028


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d8d882d9
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d8d882d9
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d8d882d9

Branch: refs/heads/master
Commit: d8d882d92fd2cadb5f3c104e7c95ea775d5abb48
Parents: 737c0a2 e95494f
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Mar 24 23:59:56 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Mar 24 23:59:56 2015 +0000

----------------------------------------------------------------------
 .../eventbus/EventBusImplementation.java        |  33 +++++
 .../services/eventbus/EventBusService.java      |  36 +++---
 core/runtime/pom.xml                            |   7 ++
 .../EventBusImplementationAbstract.java         |  81 +++++++++++++
 .../eventbus/EventBusServiceDefault.java        | 121 ++++++++-----------
 .../EventBusImplementationForAxonSimple.java    |  92 ++++++++++++++
 .../adapter/EventBusImplementationForGuava.java |  61 ++++++++++
 .../jdo/datanucleus/JDOStateManagerForIsis.java |   4 +-
 .../service/eventbus/EventBusServiceJdo.java    |   6 +-
 9 files changed, 351 insertions(+), 90 deletions(-)
----------------------------------------------------------------------