openapi-generator
openapi-generator copied to clipboard
Use the newer version of swagger parser
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
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