DhroovSankla commented on PR #6090: URL: https://github.com/apache/fineract/pull/6090#issuecomment-4893237520
Hi @adamsaghy, The codebase pipeline metrics are looking great—84/85 checks are completely green, and all quality gates (Spotless & SpotBugs) are fully satisfied. The single remaining failing check is `api-compatibility-check`. This is purely an automated flag triggered by updating the `retrieveXBRLReport` endpoint method signature from returning a raw `String` to our structured data graph model (`MixReportXBRLDocument`), as we discussed. Since this modernization lets the native JAX-RS/JAXB framework handle the content negotiation and serialization natively without breaking the end payload format, this is an intentional contract update. Please let me know if we are good to bypass or override this check to get this merged! -- 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]
