-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question - Support of Open API Specification V3 #550
Comments
I think you posted this question on the wrong project, this is not SpringFox. SpringFox is here: https://github.com/springfox/springfox |
My bad I did a false copy/paste ^^'. |
I'm also curious whether there's any planned support for swagger-core v2. I do realize swagger-core v2 isn't GA yet - just curious. |
I would also really like support for OAS 3 with This project is awesome, because you can generate Please add support for OAS 3! Otherwise, we'll need some really backwards hack of starting up a local devserver just to get the |
I have a working prototype (without unit tests) of something like this here: https://github.com/AnEmortalKid/swagger-maven-plugin/tree/OAS-V3 At the moment, it is it's own goal (since I wanted to work on a separate area), but I think it could be tied to the default Would a different goal be preferred or should I try to tie it into the generate goal? |
+1 for OAS 3 support. If that can't be done in the near future, please update your README.md to clearly indicate that while Swagger Spec 2.0 is supported, this plugin still uses the 1.5.x annotations for parsing. |
@who any thoughts on either including OAS3 support as a separate goal or part of the same goal? |
It would very appreciate to know at least if and when the Open API Specification V3 will be supported. |
@Gingol you can try with my fork. I added a new goal for this. |
For the moment I added in the pom the Thanks |
@who any thoughts on if this should be a new goal or encompassed within generate? Or maybe even a new plugin? |
Generate with a version flag to override whatever "default" is landed on (probably 2.0 for now)? I'd personally be fine with either. |
Any news on this question? We plan to use your plugin in our CI/CD-Chain (same problem as charlescapps), but since we also use other tools (like pact.io) we would like to use the final OpenAPI Sepcifications. |
If you're looking for OpenAPI 3.x support:
References: |
As a side node, the io.github.kbuntrock:openapi-maven-plugin also handle jax-rs and jakarta-rs, not only spring-mvc. |
Hello,
As Open API Specification V3 has been released this summer, I would know if there's a plan for swagger-maven-plugin to support this new format in the coming period ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: