This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 136c1d48d5 Merge pull request #6068
add 5cc7f7da55 Prevent Duplicate Command Handlers in
DefaultCommandHandlerManager- Fail First at Startup
add c9eafbfcc3 resolve flaky validation error in ClientSearchTest
new d135269e66 Merge pull request #6063
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:
....java => CommandHandlerDuplicateException.java} | 9 +-
...CommandHandlerInvalidRequestTypeException.java} | 9 +-
.../DefaultCommandHandlerManager.java | 39 ++++++++-
.../command/DefaultCommandHandlerManagerTest.java | 98 ++++++++++++++++++++++
.../integrationtests/client/ClientSearchTest.java | 9 +-
5 files changed, 150 insertions(+), 14 deletions(-)
copy
fineract-command/src/main/java/org/apache/fineract/command/core/exception/{CommandHandlerNotFoundException.java
=> CommandHandlerDuplicateException.java} (72%)
copy
fineract-command/src/main/java/org/apache/fineract/command/core/exception/{CommandHandlerNotFoundException.java
=> CommandHandlerInvalidRequestTypeException.java} (71%)
create mode 100644
fineract-command/src/test/java/org/apache/fineract/command/DefaultCommandHandlerManagerTest.java