This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Version 2.0.2-OpenAPITools.org-1
jmini
released this
31 Jul 08:15
·
706 commits
to 2.0-OpenAPITools
since this release
This released version is derived from the 2.0.2-SNAPSHOT
of the official version and is meant to be used until 2.0.2 is officially released (See swagger-api#780).
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.2-OpenAPITools.org-1</version>
</dependency>
Some important bug fixes are highlighted as follows:
- swagger-api#740
- swagger-api#749
- swagger-api#742
- swagger-api#755
- swagger-api#756
- swagger-api#758
- swagger-api#762
- swagger-api#768
- swagger-api#765
For a full list of changes, please review the commit history to find out more.
We would like to thank the authors of the pull requests: @ymohdriz, @A-Aravindhan, @bmordue