openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

Use the newer version of swagger parser

Open spacether opened this issue 3 years ago • 1 comments

Using the newest version of the parser is also necessary to uncomment and pass the v3.0.3 unit tests that are blocked by: https://github.com/swagger-api/swagger-parser/issues/1761 https://github.com/swagger-api/swagger-parser/issues/1763 https://github.com/swagger-api/swagger-parser/issues/1603

spacether avatar Aug 04 '22 16:08 spacether

Using the newest version is not possible because it crashes when specs with version 3.0.X. These bugs are blocking:

  • https://github.com/swagger-api/swagger-parser/issues/1783
  • https://github.com/swagger-api/swagger-parser/issues/1781

spacether avatar Aug 08 '22 22:08 spacether