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/05/08 13:08:26 UTC

[fineract] branch vorburger-README-docker-accept-compose-cert updated (62eab9a -> 8e85a60)

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

vorburger pushed a change to branch vorburger-README-docker-accept-compose-cert
in repository https://gitbox.apache.org/repos/asf/fineract.git.


 discard 62eab9a  clarify Docker Compose UI self-signed SSL certificate
     add 0e4aeef  FINERACT-846: Migrating to Java 11, upgrading dependencies, fixing compiler warnings
     add ec9ef92  FINERACT-938: Upgrading nekohtml and removing direct reference to Xerces
     add 8e85a60  clarify Docker Compose UI self-signed SSL certificate

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   (62eab9a)
            \
             N -- N -- N   refs/heads/vorburger-README-docker-accept-compose-cert (8e85a60)

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:
 .travis.yml                                        |   2 +-
 Dockerfile                                         |   5 +-
 README.md                                          |   2 +-
 fineract-provider/build.gradle                     |  32 ++++-
 fineract-provider/dependencies.gradle              |  17 ++-
 .../integrationtests/AccountTransferTest.java      |  32 ++---
 .../AccountingScenarioIntegrationTest.java         |  14 +-
 .../ClientLoanIntegrationTest.java                 | 148 +++++++++----------
 .../ClientSavingsIntegrationTest.java              | 159 ++++++++++-----------
 ...ientUndoRejectAndWithdrawalIntegrationTest.java |  28 ++--
 .../integrationtests/FixedDepositTest.java         |  81 +++++------
 .../integrationtests/FundsIntegrationTest.java     |   8 +-
 .../integrationtests/GroupLoanIntegrationTest.java |  18 +--
 .../GroupSavingsIntegrationTest.java               |  16 +--
 .../LoanDisbursementDetailsIntegrationTest.java    |  12 +-
 ...ithWaiveInterestAndWriteOffIntegrationTest.java |  12 +-
 .../integrationtests/RecurringDepositTest.java     |  88 ++++++------
 .../integrationtests/SchedulerJobsTestResults.java |  14 +-
 .../fineract/integrationtests/StaffTest.java       |   4 +-
 .../integrationtests/common/CenterDomain.java      |   8 +-
 .../integrationtests/common/ClientHelper.java      |  10 +-
 .../common/GlobalConfigurationHelper.java          |   6 +-
 .../integrationtests/common/HookHelper.java        |   4 +-
 .../integrationtests/common/OfficeHelper.java      |   2 +-
 .../common/ProvisioningIntegrationTest.java        |   2 +-
 .../fineract/integrationtests/common/Utils.java    |   2 +-
 .../common/organisation/CampaignsHelper.java       |   8 +-
 .../common/organisation/CurrencyHelper.java        |   6 +-
 .../common/provisioning/ProvisioningHelper.java    |  14 +-
 .../interoperation/InteropTest.java                |   2 +-
 .../loanaccount/guarantor/GuarantorTest.java       | 114 +++++++--------
 .../importhandler/ImportHandlerUtils.java          |  57 ++++----
 .../populator/AbstractWorkbookPopulator.java       |   4 +-
 .../populator/loan/LoanWorkbookPopulator.java      |   7 +-
 .../BulkImportWorkbookPopulatorServiceImpl.java    |   6 +-
 .../core/boot/WebFrontEndConfiguration.java        |   4 +-
 .../core/boot/WebTwoFactorXmlConfiguration.java    |   2 +-
 .../core/boot/WebXmlConfiguration.java             |   8 +-
 .../core/boot/WebXmlOauthConfiguration.java        |   8 +-
 .../core/domain/MySQLDictionaryCustom.java         |   1 +
 .../core/serialization/FromJsonHelper.java         |   6 +-
 .../core/service/TenantDatabaseUpgradeService.java |   4 +-
 .../service/ReadWriteNonCoreDataServiceImpl.java   |   4 +-
 .../contentrepository/S3ContentRepository.java     |   3 -
 .../fineract/infrastructure/gcm/domain/Sender.java |   6 +-
 .../hooks/processor/TwilioHookProcessor.java       |   4 +-
 .../hooks/processor/WebHookProcessor.java          |   2 +-
 .../security/domain/OTPRequestRepository.java      |   6 +-
 ...egoryWritePlatformServiceJpaRepositoryImpl.java |   2 +-
 ...hargeWritePlatformServiceJpaRepositoryImpl.java |   8 +-
 .../portfolio/group/api/GroupsApiResource.java     |  10 +-
 .../self/savings/api/SelfSavingsApiResource.java   |   4 +-
 .../java/org/apache/fineract/common/Utils.java     |   2 +-
 .../ReadTaxonomyMappingServiceImplTest.java        |   2 +-
 .../mix/report/service/XBRLBuilderTest.java        |   6 +-
 .../apache/fineract/notification/ListenerTest.java |   2 +-
 .../apache/fineract/notification/StorageTest.java  |   2 +-
 .../apache/fineract/notification/TopicTest.java    |   2 +-
 ...nRepaymentScheduleTransactionProcessorTest.java |   4 +-
 ...nRepaymentScheduleTransactionProcessorTest.java |   4 +-
 .../template/TemplateMergeServiceTest.java         |   2 +-
 61 files changed, 533 insertions(+), 519 deletions(-)