Repository: zest-java Updated Branches: refs/heads/master 74ee70365 -> c81602d89 Updated Tags: refs/tags/2.1-RC1 [created] a6b6c8892
Merge Tibor Mlynarik work on EventSourcing documentation from Github pull-request See https://github.com/apache/zest-qi4j/pull/1 Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/80c28954 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/80c28954 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/80c28954 Branch: refs/heads/master Commit: 80c2895448866a191f3f21e8c92eb5513465b704 Parents: 294aa1d 6c0e59f Author: Paul Merlin <[email protected]> Authored: Sun Jul 19 18:04:41 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sun Jul 19 18:04:41 2015 +0200 ---------------------------------------------------------------------- .../src/docs/eventsourcing-jdbm.txt | 31 --- .../src/docs/eventsourcing-rest.txt | 32 --- .../eventsourcing/src/docs/eventsourcing.txt | 104 +++++++++- .../factory/ApplicationEventFactoryService.java | 6 +- .../MemoryApplicationEventStoreService.java | 132 ++++++++++++ .../bootstrap/EventsourcingAssembler.java | 68 ++++++ .../application/ApplicationEventTest.java | 206 +++++++++++++++++++ .../eventsourcing/domain/DomainEventTest.java | 18 +- 8 files changed, 525 insertions(+), 72 deletions(-) ----------------------------------------------------------------------
