You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getDocumentaryTypes is generated as getDocumentaryTypesOnServer and getDocumentaryTypesDirectOnWeb, and it should be "getDocumentaryTypes" in both cases
Steps to reproduce
Create a same method in two services with two operationID. You add operationIdNameMappings in openapi-generator-maven-plugin to generate the service client with same name. The methods names generated in the client are the originals, and it should be the defined one in operationIdNameMappings
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
operationIdNameMappings in openapi-generator-maven-plugin do not replace operationIDs
openapi-generator version
7.13.0
OpenAPI declaration file content or url
openapi_signature_v1.json
Generation Details
getDocumentaryTypes is generated as getDocumentaryTypesOnServer and getDocumentaryTypesDirectOnWeb, and it should be "getDocumentaryTypes" in both cases
Steps to reproduce
Create a same method in two services with two operationID. You add operationIdNameMappings in openapi-generator-maven-plugin to generate the service client with same name. The methods names generated in the client are the originals, and it should be the defined one in operationIdNameMappings
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: