leonardoalunno commented on PR #5622:
URL: https://github.com/apache/fineract/pull/5622#issuecomment-4147129310

   Hi @vidakovic,
   I've finalized the PR following all your suggestions:
   
   - Rebased onto the latest develop branch.
   
   - Migrated from `CommandPipeline` to `CommandDispatcher` and updated calls 
to `.dispatch()`.
   
   - Replaced Java records with standard classes using Lombok `@Data`, 
`@Builder`, and `@Jacksonized` for better compatibility.
   
   - Implemented specific Response DTOs (`ProductMixCreateResponse`, etc.) to 
replace the generic `CommandProcessingResult`.
   
   - Added Jakarta Bean Validation annotations directly on the Request DTOs.
   
   - Removed the manual `ProductMixDataValidator` from the service layer as 
validation is now handled at the API level.
   
   - Ensured code style compliance via `./gradlew spotlessApply`.
   
   - Squashed all changes into a single clean commit.
   
   Ready for your final review. Thank you!"


-- 
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