You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/07/27 08:24:31 UTC

[fineract] branch develop updated (1b8962f -> bd75a6c)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from 1b8962f  Update dependency com.puppycrawl.tools:checkstyle to v8.35
     add bd75a6c  FINERACT-821 Enforced Membername checkstyle(1)

No new revisions were added by this update.

Summary of changes:
 .../AccountNumberPreferencesTest.java              |   6 +-
 .../integrationtests/AccountTransferTest.java      |   4 +-
 .../AccountingScenarioIntegrationTest.java         | 351 ++++++++++-----------
 .../ConcurrencyIntegrationTest.java                |   2 +-
 ...ithWaiveInterestAndWriteOffIntegrationTest.java |  64 ++--
 .../integrationtests/SchedulerJobsTestResults.java |  17 +-
 .../integrationtests/TemplateIntegrationTest.java  |  17 +-
 .../common/accounting/AccountHelper.java           |  20 +-
 .../loanaccount/guarantor/GuarantorTest.java       | 104 +++---
 .../VariableIntallmentsTransactionHelper.java      |   2 +-
 .../data/JournalEntryDataValidator.java            |   2 +-
 .../fineract/adhocquery/api/AdHocApiResource.java  |  10 +-
 .../fineract/commands/api/AuditsApiResource.java   |   8 +-
 .../commands/api/MakercheckersApiResource.java     |   4 +-
 .../bulkimport/domain/ImportDocument.java          |  12 +-
 .../infrastructure/cache/api/CacheApiResource.java |   4 +-
 .../codes/api/CodeValuesApiResource.java           |  11 +-
 .../infrastructure/codes/api/CodesApiResource.java |   6 +-
 .../api/GlobalConfigurationApiResource.java        |   6 +-
 19 files changed, 326 insertions(+), 324 deletions(-)