DhroovSankla commented on PR #6017: URL: https://github.com/apache/fineract/pull/6017#issuecomment-4853529525
Hi @adamsaghy, I would love to take on the refactoring of the Mix Report module to use proper framework serialization as you suggested. Before I open a new Jira ticket and start implementing, I wanted to align on the approach. My plan is to annotate `MixReportXBRLData` (or design a clean response DTO) using `jakarta.xml.bind.annotation` (JAXB) decorators so that the JAX-RS framework can handle the XML marshalling natively behind the scenes, allowing us to safely deprecate and remove the manual string manipulation in `MixReportXBRLBuilder`. Does this approach align with the current architecture of the codebase, or is there a specific serialization pattern/library elsewhere in Fineract you would prefer I look at as a reference model? Thanks again for the guidance! -- 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]
