Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FINERACT-2022: Rewrite account domain, services and jobs using QueryDSL. #3854

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    9047c88 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into FINERACT-2022/type-safe-native-sql-querie…

    …s-account-services
    
    # Conflicts:
    #	build.gradle
    #	fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanTransaction.java
    #	fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/reaging/LoanReAgeParameter.java
    #	fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/impl/AdvancedPaymentScheduleTransactionProcessor.java
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanApplicationWritePlatformServiceJpaRepositoryImpl.java
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/reaging/LoanReAgingServiceImpl.java
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java
    #	fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml
    #	integration-tests/dependencies.gradle
    #	integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java
    #	integration-tests/src/test/java/org/apache/fineract/integrationtests/BaseLoanIntegrationTest.java
    #	integration-tests/src/test/java/org/apache/fineract/integrationtests/FixedLengthLoanProductIntegrationTest.java
    #	integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanRepaymentScheduleWithDownPaymentTest.java
    #	integration-tests/src/test/java/org/apache/fineract/integrationtests/loan/reaging/LoanReAgingIntegrationTest.java
    #	integration-tests/src/test/java/org/apache/fineract/integrationtests/loan/reamortization/LoanReAmortizationIntegrationTest.java
    #	oauth2-tests/dependencies.gradle
    #	twofactor-tests/dependencies.gradle
    mariiaKraievska committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    443e513 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    6b376c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. FINERACT-2022: remove @transactional(propagation = Propagation.REQUIR…

    …ES_NEW), add custom repositories
    mariiaKraievska committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c267bfd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge branch 'refs/heads/develop' into FINERACT-2022/type-safe-native…

    …-sql-queries-account-services
    
    # Conflicts:
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/account/service/AccountTransfersReadPlatformServiceImpl.java
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/account/service/StandingInstructionHistoryReadPlatformServiceImpl.java
    #	fineract-provider/src/main/java/org/apache/fineract/portfolio/account/service/StandingInstructionReadPlatformServiceImpl.java
    mariiaKraievska committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d99eadb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a260e28 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into FINERACT-2022/type-safe-native…

    …-sql-queries-account-services
    mariiaKraievska committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8116875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eee9db View commit details
    Browse the repository at this point in the history