AshharAhmadKhan opened a new pull request, #6042:
URL: https://github.com/apache/fineract/pull/6042

   JIRA: https://issues.apache.org/jira/browse/FINERACT-2501
   
   ## Description
   
   This PR is a continuation of the work started in #5597 and #5744, which 
addressed the instability of auto-generated Feign client method names caused by 
Swagger deduplication numbers shifting when new endpoints are added.
   
   This PR covers the Savings and Loans modules, adding explicit operationId 
values to all endpoints that were missing them. The naming convention follows 
the same pattern established in the previous PRs: methodName + EntityName + 
DescriptionClause (for example, retrieveOneSavingsAccountCharge, 
handleCommandsLoanTransaction).
   
   Files changed:
   - SavingsAccountChargesApiResource (6 operationIds added)
   - FixedDepositAccountsApiResource (1 operationId added)
   - FixedDepositAccountTransactionsApiResource (1 operationId added)
   - RecurringDepositAccountTransactionsApiResource (1 operationId added)
   - LoansApiResource (15 operationIds added)
   - LoanTransactionsApiResource (12 operationIds added)
   - LoanChargesApiResource (5 operationIds added)
   - RescheduleLoansApiResource (5 operationIds added)
   - LoanScheduleApiResource (1 operationId added)


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