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/04/16 19:23:40 UTC

[fineract-cn-command] branch develop updated (b39d220 -> 2a09210)

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-command.git.


    from b39d220  Merge pull request #4 from ebenezergraham/patch-1
     add f8ef340  Adjusting to package name changes in upstream repositories.
     add e9dc480  Change package names from mifos to apache fineract.
     new 2a09210  Merge pull request #6 from myrle-krantz/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:
 .../fineract/cn}/command/annotation/Aggregate.java |  2 +-
 .../cn}/command/annotation/CommandHandler.java     |  2 +-
 .../cn}/command/annotation/CommandLogLevel.java    |  2 +-
 .../cn}/command/annotation/EventEmitter.java       |  2 +-
 .../command/config/CommandModuleConfiguration.java | 12 ++++----
 .../command/config/EnableCommandProcessing.java    |  2 +-
 .../cn}/command/domain/CommandCallback.java        |  2 +-
 .../cn}/command/domain/CommandHandlerHolder.java   |  5 ++--
 .../command/domain/CommandProcessingException.java |  2 +-
 .../cn}/command/gateway/CommandGateway.java        |  8 +++---
 .../fineract/cn}/command/internal/CommandBus.java  | 24 ++++++++--------
 .../cn}/command/repository/CommandSource.java      |  4 +--
 .../cn}/command/util/CommandConstants.java         |  2 +-
 .../cn}/command/fixture/DomainAggregate.java       |  8 +++---
 .../cn}/command/fixture/DomainException.java       |  2 +-
 .../fineract/cn}/command/fixture/DomainObject.java |  2 +-
 .../command/fixture/ErroneousDomainCommand.java    |  2 +-
 .../cn}/command/fixture/ReturningCommand.java      |  2 +-
 .../command/fixture/ReturningWithEventCommand.java |  2 +-
 .../fineract/cn}/command/fixture/VoidCommand.java  |  2 +-
 .../cn}/command/fixture/VoidWithEventCommand.java  |  2 +-
 .../cn}/command/internal/CommandBusTest.java       | 32 +++++++++++-----------
 22 files changed, 61 insertions(+), 62 deletions(-)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/annotation/Aggregate.java (95%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/annotation/CommandHandler.java (98%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/annotation/CommandLogLevel.java (95%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/annotation/EventEmitter.java (95%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/config/CommandModuleConfiguration.java (91%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/config/EnableCommandProcessing.java (96%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/domain/CommandCallback.java (96%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/domain/CommandHandlerHolder.java (94%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/domain/CommandProcessingException.java (95%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/gateway/CommandGateway.java (85%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/internal/CommandBus.java (93%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/repository/CommandSource.java (96%)
 rename src/main/java/{io/mifos/core => org/apache/fineract/cn}/command/util/CommandConstants.java (96%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/DomainAggregate.java (88%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/DomainException.java (94%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/DomainObject.java (96%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/ErroneousDomainCommand.java (94%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/ReturningCommand.java (95%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/ReturningWithEventCommand.java (95%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/VoidCommand.java (94%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/fixture/VoidWithEventCommand.java (94%)
 rename src/test/java/{io/mifos/core => org/apache/fineract/cn}/command/internal/CommandBusTest.java (88%)

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

[fineract-cn-command] 01/01: Merge pull request #6 from myrle-krantz/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-command.git

commit 2a09210eca6c13f3d18bab5bb1a337edc0026a4a
Merge: b39d220 e9dc480
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Mon Apr 16 21:23:38 2018 +0200

    Merge pull request #6 from myrle-krantz/develop
    
    Updating package names.

 .../fineract/cn}/command/annotation/Aggregate.java |  2 +-
 .../cn}/command/annotation/CommandHandler.java     |  2 +-
 .../cn}/command/annotation/CommandLogLevel.java    |  2 +-
 .../cn}/command/annotation/EventEmitter.java       |  2 +-
 .../command/config/CommandModuleConfiguration.java | 12 ++++----
 .../command/config/EnableCommandProcessing.java    |  2 +-
 .../cn}/command/domain/CommandCallback.java        |  2 +-
 .../cn}/command/domain/CommandHandlerHolder.java   |  5 ++--
 .../command/domain/CommandProcessingException.java |  2 +-
 .../cn}/command/gateway/CommandGateway.java        |  8 +++---
 .../fineract/cn}/command/internal/CommandBus.java  | 24 ++++++++--------
 .../cn}/command/repository/CommandSource.java      |  4 +--
 .../cn}/command/util/CommandConstants.java         |  2 +-
 .../cn}/command/fixture/DomainAggregate.java       |  8 +++---
 .../cn}/command/fixture/DomainException.java       |  2 +-
 .../fineract/cn}/command/fixture/DomainObject.java |  2 +-
 .../command/fixture/ErroneousDomainCommand.java    |  2 +-
 .../cn}/command/fixture/ReturningCommand.java      |  2 +-
 .../command/fixture/ReturningWithEventCommand.java |  2 +-
 .../fineract/cn}/command/fixture/VoidCommand.java  |  2 +-
 .../cn}/command/fixture/VoidWithEventCommand.java  |  2 +-
 .../cn}/command/internal/CommandBusTest.java       | 32 +++++++++++-----------
 22 files changed, 61 insertions(+), 62 deletions(-)

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