swagger-codegen
swagger-codegen copied to clipboard
Swagger codegen support for OpenAPI 3.1
Description
By when can we expect the swagger codegen to support the OAS 3.1
Without a code generation tool OpenAPI 3.1.x seems useless.
Any chance of 3.1.x support being added soon?
Any news?
having the same issues. After doing some research it looks like swagger has integrated it already mid of 2023? https://swagger.io/blog/swagger-supports-openapi-3-1/ and https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---OpenAPI-3.1 Do I have a lack of understanding? IMHO the openapi 3.1 shall work already?
Would be great to have an approximate estimation when it could be done, just to align our development plans
It looks like the v3 code base is using swagger core version 2.2.20 -- I thought that supported OAS 3.1, but I'm definitely seeing issues (specifically, types are falling into any
rather than being properly mapped).
I've learned that the issue is that this repo is not maintained as much by the community; for our project to get 3.1 support we switched over to OpenAPI Generator which is a much more reliably maintained fork of this code base.