This repository was archived by the owner on Nov 24, 2022. It is now read-only.
Version 2.0.3-OpenAPITools.org-1
·
655 commits
to 2.0-OpenAPITools
since this release
This released version is derived from the 2.0.3-SNAPSHOT of the official version and is meant to be used until 2.0.3 is officially released.
It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.
<dependency>
<groupId>org.openapitools.swagger.parser</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.0.3-OpenAPITools.org-1</version>
</dependency>Some important bug fixes are highlighted as follows:
- Workaround for swagger-api#799 (until
1.0.38is published stick to1.0.36forswagger-parser-v2-version) - swagger-api#805
- swagger-api#820
For a full list of changes, please review the commit history to find out more.