OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.63k stars 6.29k forks source link

[maven-plugin] Generate hash from actual resolved spec rather than inputSpec file #18849

Closed Philzen closed 1 month ago

Philzen commented 1 month ago

Otherwise regeneration will not happen when skipIfSpecIsUnchanged is enabled, although formally the spec content has changed.

Closes #4512 Closes #16489

PR checklist