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 4e52bd3a0 [FINERACT-1678] all Loan COB steps are completed if there is
no loan to be processed
add bc882348d [FINERACT-1678] Set a limit to the request body list size on
Inline Loan COB API
No new revisions were added by this update.
Summary of changes:
.../cob/service/InlineLoanCOBExecutorServiceImpl.java | 10 ++++++++++
.../core/config/FineractProperties.java | 15 +++++++++++++++
.../core/data/ApiGlobalErrorResponse.java | 5 +++++
...tformRequestBodyItemLimitValidationException.java} | 11 ++++++-----
...equestBodyItemLimitValidationExceptionMapper.java} | 19 ++++++++-----------
...lineJobResource.java => InlineJobApiResource.java} | 5 +++--
.../src/main/resources/application.properties | 2 ++
.../service/InlineLoanCOBExecutorServiceImplTest.java | 10 ++++++++++
.../inlinecob/InlineLoanCOBHelper.java | 8 ++++++++
.../integrationtests/inlinecob/InlineLoanCOBTest.java | 11 +++++++++++
10 files changed, 78 insertions(+), 18 deletions(-)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/exception/{InvalidJsonException.java
=> PlatformRequestBodyItemLimitValidationException.java} (80%)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/exceptionmapper/{UnAuthenticatedUserExceptionMapper.java
=> PlatformRequestBodyItemLimitValidationExceptionMapper.java} (65%)
rename
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/api/{InlineJobResource.java
=> InlineJobApiResource.java} (94%)