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 5079203d57 FINERACT-2389: Fix for rounding mode not being initialized 
whenever a new tenant is added to the system without a restart
     new ccf760c79d FINERACT-2406: Set `COMMIT` flush mode during transaction 
processing
     new d269cb983f FINERACT-2406: e2e test scenarios for flush mode while 
reprocessing

The 2 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:
 .../core/annotation/WithFlushMode.java             |  19 +-
 .../infrastructure/core/aop/FlushModeAspect.java   | 102 +++
 .../core/persistence/FlushModeHandler.java         |  21 +-
 .../test/data/loanproduct/DefaultLoanProduct.java  |   4 +-
 .../global/LoanProductGlobalInitializerStep.java   |  62 +-
 .../fineract/test/stepdef/loan/LoanStepDef.java    |  27 +
 .../fineract/test/support/TestContextKey.java      |   2 +
 .../features/LoanInterestPaymentWaiver.feature     | 708 +++++++++++++++++++++
 ...dvancedPaymentScheduleTransactionProcessor.java |  18 +-
 .../fineract/cob/api/InternalCOBApiResource.java   |   2 +
 .../LoanAccrualActivityProcessingServiceImpl.java  |   4 +-
 .../LoanTransactionProcessingServiceImpl.java      |  89 +--
 .../ReprocessLoanTransactionsServiceImpl.java      |   3 +
 .../LoanTransactionInterestPaymentWaiverTest.java  | 421 ++++++++++++
 14 files changed, 1425 insertions(+), 57 deletions(-)
 copy 
fineract-report/src/main/java/org/apache/fineract/infrastructure/report/annotation/ReportService.java
 => 
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/annotation/WithFlushMode.java
 (64%)
 create mode 100644 
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/aop/FlushModeAspect.java

Reply via email to