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
21.91k stars 6.58k forks source link

[REQ] Support OpenApi 3 annotations in spring generator #5803

Open AxelHeathnet opened 4 years ago

AxelHeathnet commented 4 years ago

Right now it seems that the spring generator only supports springfox 2.9.2 annotations: considering that OpenApi v3.0 is around by quite a while and that we are using it in our project it could make sense to at least provide a configuration using springdoc-openapi .

ddcprg commented 4 years ago

Is there any traction on this ticket? I've seen there is a PR open for this issue #4779 but is intended to be made more generic according to the comments?

videki commented 4 years ago

As I saw we both have made similar changes to those mentioned in #4779. Pr #6306 contains springdoc and oas v3. I set mine ready and am currently waiting for review with it (the core team seems to have a lot to do as I saw the commits).