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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 5ab2b19ae FINERACT-1724  - Fix starter config by returning the most 
specific type.
5ab2b19ae is described below

commit 5ab2b19ae44a6fdf549195d3660475b5996bc526
Author: Peter Bagrij <[email protected]>
AuthorDate: Sat Oct 21 16:52:40 2023 +0200

    FINERACT-1724
     - Fix starter config by returning the most specific type.
---
 .../portfolio/loanaccount/starter/LoanAccountConfiguration.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java
 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java
index 7a4f324d8..9b2037a47 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java
@@ -326,7 +326,7 @@ public class LoanAccountConfiguration {
 
     @Bean
     @ConditionalOnMissingBean(LoanReadPlatformService.class)
-    public LoanReadPlatformService loanReadPlatformService(JdbcTemplate 
jdbcTemplate, PlatformSecurityContext context,
+    public LoanReadPlatformServiceImpl loanReadPlatformService(JdbcTemplate 
jdbcTemplate, PlatformSecurityContext context,
             LoanRepositoryWrapper loanRepositoryWrapper, 
ApplicationCurrencyRepositoryWrapper applicationCurrencyRepository,
             LoanProductReadPlatformService loanProductReadPlatformService, 
ClientReadPlatformService clientReadPlatformService,
             GroupReadPlatformService groupReadPlatformService, 
LoanDropdownReadPlatformService loanDropdownReadPlatformService,

Reply via email to