avivijay19 opened a new pull request, #5820: URL: https://github.com/apache/fineract/pull/5820
- Replace old CommandWrapper/PortfolioCommandSourceWritePlatformService with typed CommandDispatcher pattern for loan collateral delete operation - Create LoanCollateralDeleteCommand, Request/Response DTOs - Create LoanCollateralDeleteCommandHandler with Resilience4j retry - Create new typed LoanCollateralManagementWriteService (no JsonCommand) - Rename LoanCollateralManagementReadPlatformService to ReadService, remove PlatformSecurityContext dependency - Update LoanCollateralManagementApiResource to use CommandDispatcher - Add security matcher for DELETE /loan-collateral-management/* - Add Resilience4j retry config in application.properties - Update all consumers (LoansApiResource, test) to use renamed service - Delete old handler, write service, and read service files -- 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]
