You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by my...@apache.org on 2018/03/16 10:55:54 UTC

[fineract-cn-cheques] branch develop updated (de02aaa -> e8ac73f)

This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git.


    from de02aaa  Merge pull request #1 from myrle-krantz/develop
     add ba7c22f  Updated copyright information in cheques
     add dd42981  Removed unused year and name variables
     new e8ac73f  Merge pull request #2 from Izakey/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HEADER                                             | 25 +++++++++++--------
 NOTICE.txt                                         |  5 ++++
 README.md                                          |  4 +--
 .../io/mifos/cheque/api/v1/EventConstants.java     | 25 +++++++++++--------
 .../mifos/cheque/api/v1/PermittableGroupIds.java   | 25 +++++++++++--------
 .../mifos/cheque/api/v1/client/ChequeManager.java  | 25 +++++++++++--------
 .../client/DependingResourceNotValidException.java | 25 +++++++++++--------
 .../v1/client/InvalidChequeNumberException.java    | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/Action.java | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/Cheque.java | 25 +++++++++++--------
 .../api/v1/domain/ChequeProcessingCommand.java     | 25 +++++++++++--------
 .../cheque/api/v1/domain/ChequeTransaction.java    | 25 +++++++++++--------
 .../mifos/cheque/api/v1/domain/IssuingCount.java   | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/MICR.java   | 25 +++++++++++--------
 .../mifos/cheque/api/v1/domain/MICRResolution.java | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/State.java  | 25 +++++++++++--------
 .../java/io/mifos/cheque/AbstractChequeTest.java   | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/Fixture.java     | 25 +++++++++++--------
 .../java/io/mifos/cheque/SuiteTestEnvironment.java | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/TestCheques.java | 25 +++++++++++--------
 .../java/io/mifos/cheque/TestIssuingCheques.java   | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/TestMICR.java    | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/TestSuite.java   | 25 +++++++++++--------
 .../mifos/cheque/listener/ChequeEventListener.java | 25 +++++++++++--------
 .../listener/ManagementEventMigrationListener.java | 25 +++++++++++--------
 component-test/src/main/resources/logback-test.xml | 25 +++++++++++--------
 .../io/mifos/cheque/service/ChequeApplication.java | 25 +++++++++++--------
 .../mifos/cheque/service/ChequeConfiguration.java  | 25 +++++++++++--------
 .../io/mifos/cheque/service/ServiceConstants.java  | 25 +++++++++++--------
 .../command/ApproveChequeTransactionCommand.java   | 25 +++++++++++--------
 .../command/CancelChequeTransactionCommand.java    | 25 +++++++++++--------
 .../internal/command/ChequeTransactionCommand.java | 25 +++++++++++--------
 .../internal/command/IssueChequesCommand.java      | 25 +++++++++++--------
 .../service/internal/command/MigrationCommand.java | 25 +++++++++++--------
 .../internal/command/handler/ChequeAggregate.java  | 25 +++++++++++--------
 .../command/handler/ManagementAggregate.java       | 25 +++++++++++--------
 .../cheque/service/internal/format/MICRParser.java | 25 +++++++++++--------
 .../service/internal/mapper/ChequeMapper.java      | 25 +++++++++++--------
 .../service/internal/repository/ChequeEntity.java  | 25 +++++++++++--------
 .../internal/repository/ChequeRepository.java      | 25 +++++++++++--------
 .../internal/repository/IssuedChequeEntity.java    | 25 +++++++++++--------
 .../repository/IssuedChequeRepository.java         | 25 +++++++++++--------
 .../specification/ChequeSpecification.java         | 25 +++++++++++--------
 .../service/internal/service/ChequeService.java    | 25 +++++++++++--------
 .../service/internal/service/MICRService.java      | 25 +++++++++++--------
 .../internal/service/helper/AccountingService.java | 25 +++++++++++--------
 .../internal/service/helper/CustomerService.java   | 25 +++++++++++--------
 .../internal/service/helper/DepositService.java    | 25 +++++++++++--------
 .../service/helper/OrganizationService.java        | 25 +++++++++++--------
 .../rest/ChequeManagementRestController.java       | 25 +++++++++++--------
 .../cheque/service/rest/ChequeRestController.java  | 25 +++++++++++--------
 .../rest/ChequeTransactionRestController.java      | 25 +++++++++++--------
 .../cheque/service/rest/MIRCRestController.java    | 25 +++++++++++--------
 service/src/main/resources/application.yml         | 25 +++++++++++--------
 service/src/main/resources/bootstrap.yml           | 25 +++++++++++--------
 .../db/migrations/mariadb/V1__initial_setup.sql    | 25 +++++++++++--------
 service/src/main/resources/logback.xml             | 29 ++++++++++++----------
 .../service/internal/format/TestMICRParser.java    | 25 +++++++++++--------
 shared.gradle                                      |  2 --
 59 files changed, 793 insertions(+), 622 deletions(-)
 create mode 100644 NOTICE.txt

-- 
To stop receiving notification emails like this one, please contact
myrle@apache.org.

[fineract-cn-cheques] 01/01: Merge pull request #2 from Izakey/develop

Posted by my...@apache.org.
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-cheques.git

commit e8ac73f337d3bf4e1e5038382c6cc36399e81288
Merge: de02aaa dd42981
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Fri Mar 16 11:55:52 2018 +0100

    Merge pull request #2 from Izakey/develop
    
    Updated copyright information in cheques

 HEADER                                             | 25 +++++++++++--------
 NOTICE.txt                                         |  5 ++++
 README.md                                          |  4 +--
 .../io/mifos/cheque/api/v1/EventConstants.java     | 25 +++++++++++--------
 .../mifos/cheque/api/v1/PermittableGroupIds.java   | 25 +++++++++++--------
 .../mifos/cheque/api/v1/client/ChequeManager.java  | 25 +++++++++++--------
 .../client/DependingResourceNotValidException.java | 25 +++++++++++--------
 .../v1/client/InvalidChequeNumberException.java    | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/Action.java | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/Cheque.java | 25 +++++++++++--------
 .../api/v1/domain/ChequeProcessingCommand.java     | 25 +++++++++++--------
 .../cheque/api/v1/domain/ChequeTransaction.java    | 25 +++++++++++--------
 .../mifos/cheque/api/v1/domain/IssuingCount.java   | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/MICR.java   | 25 +++++++++++--------
 .../mifos/cheque/api/v1/domain/MICRResolution.java | 25 +++++++++++--------
 .../java/io/mifos/cheque/api/v1/domain/State.java  | 25 +++++++++++--------
 .../java/io/mifos/cheque/AbstractChequeTest.java   | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/Fixture.java     | 25 +++++++++++--------
 .../java/io/mifos/cheque/SuiteTestEnvironment.java | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/TestCheques.java | 25 +++++++++++--------
 .../java/io/mifos/cheque/TestIssuingCheques.java   | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/TestMICR.java    | 25 +++++++++++--------
 .../src/main/java/io/mifos/cheque/TestSuite.java   | 25 +++++++++++--------
 .../mifos/cheque/listener/ChequeEventListener.java | 25 +++++++++++--------
 .../listener/ManagementEventMigrationListener.java | 25 +++++++++++--------
 component-test/src/main/resources/logback-test.xml | 25 +++++++++++--------
 .../io/mifos/cheque/service/ChequeApplication.java | 25 +++++++++++--------
 .../mifos/cheque/service/ChequeConfiguration.java  | 25 +++++++++++--------
 .../io/mifos/cheque/service/ServiceConstants.java  | 25 +++++++++++--------
 .../command/ApproveChequeTransactionCommand.java   | 25 +++++++++++--------
 .../command/CancelChequeTransactionCommand.java    | 25 +++++++++++--------
 .../internal/command/ChequeTransactionCommand.java | 25 +++++++++++--------
 .../internal/command/IssueChequesCommand.java      | 25 +++++++++++--------
 .../service/internal/command/MigrationCommand.java | 25 +++++++++++--------
 .../internal/command/handler/ChequeAggregate.java  | 25 +++++++++++--------
 .../command/handler/ManagementAggregate.java       | 25 +++++++++++--------
 .../cheque/service/internal/format/MICRParser.java | 25 +++++++++++--------
 .../service/internal/mapper/ChequeMapper.java      | 25 +++++++++++--------
 .../service/internal/repository/ChequeEntity.java  | 25 +++++++++++--------
 .../internal/repository/ChequeRepository.java      | 25 +++++++++++--------
 .../internal/repository/IssuedChequeEntity.java    | 25 +++++++++++--------
 .../repository/IssuedChequeRepository.java         | 25 +++++++++++--------
 .../specification/ChequeSpecification.java         | 25 +++++++++++--------
 .../service/internal/service/ChequeService.java    | 25 +++++++++++--------
 .../service/internal/service/MICRService.java      | 25 +++++++++++--------
 .../internal/service/helper/AccountingService.java | 25 +++++++++++--------
 .../internal/service/helper/CustomerService.java   | 25 +++++++++++--------
 .../internal/service/helper/DepositService.java    | 25 +++++++++++--------
 .../service/helper/OrganizationService.java        | 25 +++++++++++--------
 .../rest/ChequeManagementRestController.java       | 25 +++++++++++--------
 .../cheque/service/rest/ChequeRestController.java  | 25 +++++++++++--------
 .../rest/ChequeTransactionRestController.java      | 25 +++++++++++--------
 .../cheque/service/rest/MIRCRestController.java    | 25 +++++++++++--------
 service/src/main/resources/application.yml         | 25 +++++++++++--------
 service/src/main/resources/bootstrap.yml           | 25 +++++++++++--------
 .../db/migrations/mariadb/V1__initial_setup.sql    | 25 +++++++++++--------
 service/src/main/resources/logback.xml             | 29 ++++++++++++----------
 .../service/internal/format/TestMICRParser.java    | 25 +++++++++++--------
 shared.gradle                                      |  2 --
 59 files changed, 793 insertions(+), 622 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
myrle@apache.org.