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
|
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
|
6409ed1ab9
|
- added GET /accounts/{accountId}/history endpoint to get transactions history by accountId
- updated swagger schema
|
2016-03-18 17:33:28 +03: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
|
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 |
|