This is an automated email from the ASF dual-hosted git repository. vidakovic pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 9efda674eb34361a92b307c5756f0e995baae227 Merge: af715a607a b36991f3b0 Author: Aleks <[email protected]> AuthorDate: Sun Apr 19 08:46:07 2026 +0200 Merge pull request #5622 from leonardoalunno/FINERACT-2256-product-mix FINERACT-2256: New command processing - Product Mix (org.apache.fineract.portfolio.loanproduct.productmix) .../productmix/api/ProductMixApiResource.java | 79 ++++---- .../ProductMixCreateCommand.java} | 17 +- .../ProductMixDeleteCommand.java} | 17 +- .../ProductMixUpdateCommand.java} | 17 +- ...ixRequest.java => ProductMixCreateRequest.java} | 13 +- ...xRequest.java => ProductMixCreateResponse.java} | 15 +- .../productmix/data/ProductMixData.java | 16 +- ...ixRequest.java => ProductMixDeleteRequest.java} | 15 +- ...xRequest.java => ProductMixDeleteResponse.java} | 15 +- ...ixRequest.java => ProductMixUpdateRequest.java} | 11 +- ...xRequest.java => ProductMixUpdateResponse.java} | 15 +- .../handler/CreateProductMixCommandHandler.java | 49 ----- .../handler/DeleteProductMixCommandHandler.java | 49 ----- .../handler/ProductMixCreateCommandHandler.java | 56 ++++++ .../handler/ProductMixDeleteCommandHandler.java | 50 +++++ .../handler/ProductMixUpdateCommandHandler.java | 50 +++++ .../handler/UpdateProductMixCommandHandler.java | 49 ----- .../serialization/ProductMixDataValidator.java | 110 ----------- .../service/ProductMixWritePlatformService.java | 15 +- ...ctMixWritePlatformServiceJpaRepositoryImpl.java | 205 ++++++++++----------- 20 files changed, 397 insertions(+), 466 deletions(-)
