You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/11 15:55:40 UTC

[fineract] branch develop updated (71c4cef -> 99e8525)

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

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


    from 71c4cef  chore(deps): update dependency jakarta.ws.rs:jakarta.ws.rs-api to v3
     add 99e8525  FINERACT-1526: Upgrade dependencies

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                          |  2 +-
 README.md                                            |  8 +++++---
 build.gradle                                         | 20 +++++++++++---------
 ...rm.properties => docker-compose-community-app.yml | 11 +++++++++--
 docker-compose-postgresql.yml                        | 11 -----------
 docker-compose.yml                                   | 11 -----------
 fineract-provider/build.gradle                       |  4 ++--
 fineract-provider/dependencies.gradle                |  1 +
 .../closure/api/GLClosureJsonInputParams.java        |  1 +
 .../accounting/common/AccountingConstants.java       |  6 ++++++
 .../accounting/common/AccountingRuleType.java        |  1 +
 .../FinancialActivityAccountsJsonInputParams.java    |  1 +
 .../glaccount/api/GLAccountJsonInputParams.java      |  1 +
 .../accounting/glaccount/domain/GLAccountType.java   |  1 +
 .../accounting/glaccount/domain/GLAccountUsage.java  |  1 +
 .../api/JournalEntryJsonInputParams.java             |  1 +
 .../journalentry/domain/JournalEntryType.java        |  1 +
 .../rule/api/AccountingRuleJsonInputParams.java      |  1 +
 .../adhocquery/api/AdHocJsonInputParams.java         |  1 +
 .../domain/AccountNumberFormatEnumerations.java      |  1 +
 .../domain/EntityAccountType.java                    |  1 +
 .../bulkimport/importhandler/ImportHandlerUtils.java |  2 +-
 .../email/data/EmailConfigurationValidator.java      |  2 +-
 .../service/EmailMessageJobEmailServiceImpl.java     |  2 +-
 .../fineract/infrastructure/codes/CodeConstants.java |  1 +
 .../dataqueries/data/EntityTables.java               |  1 +
 .../documentmanagement/domain/StorageType.java       |  1 +
 .../FineractEntityRelationRepositoryWrapper.java     |  3 +--
 .../fineract/organisation/office/domain/Office.java  |  7 +++----
 .../workingdays/domain/RepaymentRescheduleType.java  |  1 +
 .../portfolio/address/domain/FieldConfiguration.java |  4 +---
 .../portfolio/calendar/CalendarConstants.java        |  1 +
 .../calendar/domain/CalendarEntityType.java          |  1 +
 .../portfolio/calendar/domain/CalendarRemindBy.java  |  1 +
 .../portfolio/calendar/domain/CalendarType.java      |  1 +
 .../fineract/portfolio/charge/domain/Charge.java     |  4 ++--
 ...ntFamilyMemberCommandFromApiJsonDeserializer.java |  2 +-
 .../collateral/api/CollateralApiConstants.java       |  1 +
 .../common/BusinessEventNotificationConstants.java   |  1 +
 .../portfolio/common/domain/ConditionType.java       |  1 +
 .../fineract/portfolio/group/domain/GroupTypes.java  |  1 +
 .../incentive/InterestIncentiveAttributeName.java    |  1 +
 .../incentive/InterestIncentiveEntityType.java       |  1 +
 .../incentive/InterestIncentiveType.java             |  1 +
 .../loanaccount/guarantor/GuarantorConstants.java    |  1 +
 .../loanaccount/guarantor/domain/GuarantorType.java  |  1 +
 .../loanschedule/service/LoanScheduleAssembler.java  |  2 +-
 .../InterestRecalculationCompoundingMethod.java      |  1 +
 .../loanproduct/domain/LendingStrategy.java          |  1 +
 .../LoanPreClosureInterestCalculationStrategy.java   |  1 +
 .../fineract/portfolio/note/domain/NoteType.java     |  1 +
 .../fineract/portfolio/search/SearchConstants.java   |  4 ++++
 integration-tests/dependencies.gradle                |  2 ++
 .../integrationtests/common/PaymentTypeDomain.java   |  2 +-
 54 files changed, 87 insertions(+), 56 deletions(-)
 copy integration-tests/src/test/resources/junit-platform.properties => docker-compose-community-app.yml (81%)