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
I am using this tool to export my api as OAS and generate clients/consumers from it for an angular application. The plugin seems to not generate a consistent order and on every generation there are a feq changes in the git changelog only due to a changed order. From my observations it mainly affects the responses part of the oas per endpoint.
Example
Generate oas
Add a new endpoint
Generate oas again
Expected
Diff should only contain changes added in step 2.
Actual
Diff contains changes added in step 2 + some responses have a diff only because of a changed order
It is not a real issue, but having a deterministic oas generation would keep the diffs small and better understandable. Is there a config option maybe? If not, can this be added?
The text was updated successfully, but these errors were encountered:
I am using this tool to export my api as OAS and generate clients/consumers from it for an angular application. The plugin seems to not generate a consistent order and on every generation there are a feq changes in the git changelog only due to a changed order. From my observations it mainly affects the
responses
part of the oas per endpoint.Example
Expected
Diff should only contain changes added in step 2.
Actual
Diff contains changes added in step 2 + some responses have a diff only because of a changed order
It is not a real issue, but having a deterministic oas generation would keep the diffs small and better understandable. Is there a config option maybe? If not, can this be added?
The text was updated successfully, but these errors were encountered: