San-43 opened a new pull request, #5762: URL: https://github.com/apache/fineract/pull/5762
This PR adds a small validation step to catch duplicate explicit OpenAPI `operationIds` before the spec is generated. **NOTE:** After wiring the validator and running it, it immediately failed on a duplicate `operationId`: `retrieveWorkingCapitalLoanTemplate`, which was declared in: - `WorkingCapitalLoanApiResource` - `WorkingCapitalLoanTransactionsApiResource` After fixing that one and rebased onto last develop, it also found another duplicate: `getDelinquencyRangeScheduleTagHistoryById` Both of these were added very recently, so this is a good example of why it helps to validate this at OpenAPI generation time instead of finding out later when the generated client or docs start behaving weird. -- 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]
