Main
|
b2b68ce163
|
Merge remote-tracking branch 'remotes/upstream/wip-eventuate-client-java' into wip-customer
|
2016-07-25 23:06:05 +03:00 |
|
Chris Richardson
|
f59f4c78dd
|
Misc changes
|
2016-05-17 16:26:11 -07:00 |
|
Chris Richardson
|
4b3fe001e7
|
Changed to use the Eventuate Java Client
Simplified Spring MVC code since it supports CompletableFuture
|
2016-05-16 06:39:05 -07:00 |
|
dartpopikyardo
|
b16039ee53
|
- added title and description fields to accountInfo
- added GET /accounts?customerId=XXX endpoint
- refactored tests
|
2016-03-15 20:10:58 +03:00 |
|
Chris Richardson
|
c5778b1379
|
Added missing @EnableAutoConfiguration annotations
|
2016-03-07 17:52:56 -08:00 |
|
Main
|
cd35ac3d31
|
- updated swagger description
- added /customers/{id}/toaccounts endpoint
|
2016-02-08 22:54:03 +03:00 |
|
Main
|
06f14a54bf
|
removed customerId from Account aggregate
added tests to customers-query-side and customers-command-side
|
2016-02-05 20:11:53 +03:00 |
|
dartpopikyardo
|
e0691a61a2
|
added customer-command-side
|
2016-02-03 23:04:15 +03:00 |
|
Chris Richardson
|
441f603b93
|
Validated POST requests for creating accounts and transfers
|
2016-01-16 11:37:54 -08:00 |
|
Chris Richardson
|
d8e2640398
|
Implemented hack to eliminate bean @Autowiring circular references
|
2015-06-07 15:11:18 -07:00 |
|
Rossen Stoyanchev
|
6561620470
|
Ensure ObservableReturnValueHandler registered first
|
2015-05-29 13:44:30 -04:00 |
|
Rossen Stoyanchev
|
28e72cc479
|
Support Observable as @Controller return value
|
2015-05-26 12:29:25 -04:00 |
|
Chris Richardson
|
2e31853ad2
|
Improved module name <functional-area>-<Command|Query>....
Standalone services now use the Event Store Server (many tests still use the embedded server)
|
2015-04-14 19:08:07 -07:00 |
|