oleksii-novikov-onix commented on code in PR #4364:
URL: https://github.com/apache/fineract/pull/4364#discussion_r1967821213


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/external/service/serialization/serializer/loan/LoanBusinessEventSerializer.java:
##########
@@ -56,6 +59,7 @@ public class LoanBusinessEventSerializer implements 
BusinessEventSerializer {
     private final LoanSummaryBalancesRepository loanSummaryBalancesRepository;
     @Lazy
     private final LoanSummaryProviderDelegate loanSummaryProviderDelegate;
+    private final CustomDataSerializer customDataSerializer;

Review Comment:
   Great idea! This will allow me to remove DefaultCustomDataSerializer because 
if there are no implementations, the list will be empty



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to