Commit Graph

38 Commits

Author SHA1 Message Date
Chris Richardson
8ae6db7229 Merge branch 'master' into wip-eventuate-client-java
Conflicts:
	java-spring/monolithic-service/build.gradle
	java-spring/monolithic-service/src/main/java/net/chrisrichardson/eventstore/javaexamples/banking/web/BankingWebConfiguration.java
2016-09-06 21:51:17 -07:00
dartpopikyardo
c9fa916cdd fixed issue #22
fixed issue #35
2016-09-05 12:05:48 +03:00
dartpopikyardo
55cb34ef4f fix issue #22 2016-09-02 15:11:44 +03:00
dartpopikyardo
45bda8e14d Merge last changes from 'remotes/upstream/wip-customer' into wip-customer 2016-08-31 10:06:05 +03:00
Chris Richardson
e14787bce8 Fixed misc @Configuration issues and commented out incorrect version check that causing failure in AccountInfoUpdateService 2016-08-30 16:26:21 -07:00
dartpopikyardo
1e13d482a8 - disable vertx file cache 2016-08-30 22:37:55 +03:00
dartpopikyardo
f4ec33d275 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-local' into wip-customer 2016-08-30 19:07:57 +03:00
dartpopikyardo
a91ade08b1 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-local' into wip-customer 2016-08-30 19:05:44 +03:00
Main
e9517fe30f unified code format 2016-08-24 21:22:12 +03:00
Chris Richardson
f4e070e7bd Upgraded to Eventuate Local 0.2.0.RELEASE 2016-08-18 13:53:04 -07:00
Main
5f8475d675 - fixed the tests
- updated eventuate-client version
- fixed api-gateway and common module's dependencies
2016-08-10 23:39:00 +03:00
Main
b0855ebd81 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:58:00 +03:00
Main
39309f23a1 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:43:41 +03:00
Chris Richardson
1e40b2a591 Misc changes 2016-08-05 15:14:51 -07:00
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
b573027fc2 Added Swagger to monolithic deployment, Added mongodb-cli.sh 2016-06-10 16:43:14 -07: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
05ebfd7d14 fixed tests 2016-03-22 15:07:12 +03:00
dartpopikyardo
7c6328aa5e added new fields to TransferDetails 2016-03-22 14:46:03 +03:00
dartpopikyardo
bdcdae862d -added tests for new endpoints 2016-03-22 01:09:39 +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
dartpopikyardo
21d21b9833 - simplified customers tests
- code clearings
2016-03-02 23:54:02 +03:00
dartpopikyardo
91361a1b18 - added api-gateway-service
- fixed ObservableReturnValueHandler
2016-02-29 21:41:55 +03:00
dartpopikyardo
0a38ccd09e added "/customers/{id}/toaccounts" andpoint test
tests refactoring
2016-02-25 22:35:36 +03:00
Main
d1339729ec added simultaneous token-based and http basic authentication 2016-02-18 23:57:39 +03:00
Main
d36c01b331 added simultaneous token-based and http basic authentication 2016-02-17 21:42:37 +03:00
Main
43916e10aa temporarily removed authentication 2016-02-17 00:12:38 +03:00
Main
ffeb521e3b temporarily removed authentication 2016-02-16 23:57:02 +03:00
Main
655f86071c fix static content load 2016-02-16 21:03:38 +03:00
Main
e8e147e3eb - added copy static content task 2016-02-16 20:26:11 +03:00
Main
8c342e40ce - added /login endpoint
- added authorization test
2016-02-15 23:18:28 +03:00
Main
5c85418cc4 - completed moving "toAccounts" from List to Map
- created CustomerEvent superclass
- removed redundant CustomersNotFoundException
- added integration tests for customers
2016-02-11 21:47:48 +03:00
Main
92d0940222 - updated swagger description
- changed customer registration endpoint
- updated tests
2016-02-09 22:17:27 +03:00
Chris Richardson
bbea6d9d2f Upgraded to work with the Eventuate client framework version 0.12
See http://eventuate.io/docs/java/spring-configuration.html for details on new configuration properties.
Upgraded to Spring Boot 1.2.8
Misc changes to build scripts
2015-12-21 15:02:04 -08:00
Chris Richardson
f51c01e0f4 Upgraded to latest version of client libraries. 2015-09-02 06:51:05 -07:00
Chris Richardson
417136b878 Cleaned up dependencies
Upgraded to new version of client libraries
2015-07-29 15:42:54 -07: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