This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch bugfix/FINERACT-1678
in repository https://gitbox.apache.org/repos/asf/fineract.git
omit c5a46c77d FINERACT-1678: FineractContext had wrong dates when a cron
job got triggered
add e1e3ba2c1 Fix to use only loan transaction type 2 in
getLastRepaymentTransaction
add 784ae1aab FINERACT-1678: FineractContext had wrong dates when a cron
job got triggered
add cd0cec022 FINERACT-1724: Fixed unncessary fineract-provider
publication since it fails the overall publication with the following error:
Invalid publication 'mavenJava': POM file is invalid. Check any modifications
you have made to the POM file.
new f7c33c1c8 FINERACT-1678: FineractContext had wrong dates when a cron
job got triggered (test)
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 (c5a46c77d)
\
N -- N -- N refs/heads/bugfix/FINERACT-1678 (f7c33c1c8)
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.
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:
build.gradle | 3 +-
.../portfolio/loanaccount/domain/Loan.java | 2 +-
.../integrationtests/SchedulerJobsTestResults.java | 76 +++++++++++++++++++++-
.../common/SchedulerJobHelper.java | 12 +++-
4 files changed, 85 insertions(+), 8 deletions(-)