This is an automated email from the ASF dual-hosted git repository. myrle pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-customer.git
commit 6c963ddf36e2958ca0388942ba28a278a2c86203 Merge: a8fa2be 65d25fe Author: Myrle Krantz <[email protected]> AuthorDate: Mon Aug 14 12:56:41 2017 +0200 Merge branch 'develop' of https://github.com/KuelapInc/customer into develop # Conflicts: # api/src/main/java/io/mifos/customer/api/v1/client/CustomerManager.java .../customer/api/v1/CustomerEventConstants.java | 6 + .../customer/api/v1/client/CustomerManager.java | 82 +++++-- .../api/v1/client/ScanAlreadyExistsException.java | 19 +- .../api/v1/client/ScanNotFoundException.java | 19 +- .../api/v1/client/ScanValidationException.java | 17 +- .../api/v1/domain/IdentificationCardScan.java | 38 ++-- .../io/mifos/customer/api/v1/events/ScanEvent.java | 52 +++++ .../main/java/io/mifos/customer/TestCustomer.java | 105 +-------- .../io/mifos/customer/TestIdentificationCards.java | 252 +++++++++++++++++++++ .../src/main/java/io/mifos/customer/TestSuite.java | 1 + .../customer/listener/CustomerEventListener.java | 19 ++ .../java/io/mifos/customer/util/ScanGenerator.java | 39 ++++ .../CreateIdentificationCardScanCommand.java | 52 +++++ .../DeleteIdentificationCardScanCommand.java | 32 +-- .../command/handler/CustomerAggregate.java | 64 ++++++ .../mapper/IdentificationCardScanMapper.java | 44 ++++ .../repository/IdentificationCardScanEntity.java | 128 +++++++++++ .../IdentificationCardScanRepository.java | 35 +++ .../service/internal/service/CustomerService.java | 45 +++- .../rest/controller/CustomerRestController.java | 151 +++++++++++- .../mariadb/V4__identification_card_scans.sql | 30 +++ 21 files changed, 1016 insertions(+), 214 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
