This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a change to branch fix-tarball-naming
in repository https://gitbox.apache.org/repos/asf/fineract.git
discard 6fd97676dc shorten binary to bin
discard 7b0484cd73 FINERACT-2335: don't rename release tarballs
add dadc36b6b4 FINERACT-2118: Use S3 service accounts
add 70373eafef FINERACT-2311: Buy Down Fees template API changes
add 68b35024f6 FINERACT-2326: Fix payment allocation when current period
is closed
add e701c30523 FINERACT-2335: don't rename release tarballs
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6fd97676dc)
\
N -- N -- N refs/heads/fix-tarball-naming (e701c30523)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../core/config/FineractProperties.java | 3 +
.../test/resources/features/EMICalculation.feature | 22 +--
.../test/resources/features/LoanChargeOff.feature | 12 +-
.../features/LoanContractTermination.feature | 12 +-
.../resources/features/LoanInterestPause.feature | 21 ++-
...dvancedPaymentScheduleTransactionProcessor.java | 97 +++++++---
.../AccrualBasedAccountingProcessorForLoan.java | 6 -
.../core/config/ContentS3Config.java | 26 ++-
.../service/LoanReadPlatformServiceImpl.java | 21 +--
.../src/main/resources/application.properties | 3 +
.../core/config/ContentS3ConfigTest.java | 207 +++++++++++++++++++++
.../integrationtests/LoanTransactionTest.java | 2 +-
12 files changed, 342 insertions(+), 90 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/core/config/ContentS3ConfigTest.java