DeathGun44 commented on PR #6084:
URL: https://github.com/apache/fineract/pull/6084#issuecomment-4915094378

   Regarding the OpenAPI backward-compatibility check failure: this is expected 
due to updating the @ApiResponse schema on retrieveTransactionTemplate from 
GetLoansLoanIdTransactionsTemplateResponse to LoanTransactionData.
   
   Inspecting LoanTransactionsApiResource.java shows the endpoint uses 
DefaultToApiJsonSerializer<LoanTransactionData> and has always returned 
LoanTransactionData on the wire at runtime. The previous OpenAPI annotation was 
incorrect. This change aligns the Swagger spec with actual runtime behavior, so 
there is no real-world breaking change for API consumers.


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