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 02636cc5df Merge pull request #6191
add fc447adad1 FINERACT-2724: Return a clear validation error when teller
allocate-cash amount is not numeric
add 490453f1f6 FINERACT-2724: Keep txnAmount as BigDecimal and surface the
clear error via Jackson's exception mapper
add cf2222fde4 FINERACT-2724: Add test coverage for the numeric-field
validation error
new 7298a6f1e8 Merge pull request #6203
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:
.../HttpMessageNotReadableErrorController.java | 19 ++-
.../HttpMessageNotReadableErrorControllerTest.java | 98 ++++++++++++++++
.../AllocateCashToCashierValidationTest.java | 130 +++++++++++++++++++++
.../teller/CashierTransactionsHelper.java | 41 ++++++-
4 files changed, 278 insertions(+), 10 deletions(-)
create mode 100644
fineract-core/src/test/java/org/apache/fineract/infrastructure/core/exception/HttpMessageNotReadableErrorControllerTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/organization/teller/AllocateCashToCashierValidationTest.java