Releases: OpenAPITools/swagger-parser
2.0.14-OpenAPITools.org-1
This released version is derived from the 2.0.14 release of the official project with 1 additional change:
- swagger-api#966 (not present in
master
branch)
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.14-OpenAPITools.org-1</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
2.0.13-OpenAPITools.org-2
This released version is derived from the 2.0.13 release of the official project with 1 additional change:
- swagger-api#966 (not present in
master
branch)
It is published on maven central (with a modified groupId
) and it uses a specific version suffix (OpenAPITools.org-2
) 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.13-OpenAPITools.org-2</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
2.0.13-OpenAPITools.org-1
This released version is derived from the 2.0.12 release of the official project with 3 additional changes:
- swagger-api#966 (not present in
master
branch) - swagger-api#1085 (contained in
2.0.13-SNAPSHOT
) - swagger-api#1092 (contained in
2.0.13-SNAPSHOT
)
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.13-OpenAPITools.org-1</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
Version 2.0.11-OpenAPITools.org-1
This released version is derived from the 2.0.11
release of the official project with one additional change that is not present in master
branch:
- See swagger-api#966
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.11-OpenAPITools.org-1</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
Version 2.0.10-OpenAPITools.org-1
This released version is derived from the 2.0.10
release of the official project with 2 additional changes that are not present in master
branch:
- See swagger-api#966
- Remove usage of SNAPSHOT versions in the released version (see swagger-api#1053). Please notice that maven will still tries to access the SNAPSHOT repository
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.10-OpenAPITools.org-1</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
Version 2.0.8-OpenAPITools.org-2
This released version is derived from the 2.0.8
release of the official project with one additional change that is not present in master
branch:
- See swagger-api#966
It is published on maven central (with a modified groupId
) and it uses a specific version suffix (OpenAPITools.org-2
) 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.8-OpenAPITools.org-2</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
Version 2.0.8-OpenAPITools.org-1
This released version is derived from the 2.0.8-SNAPSHOT
of the official project with some additional changes that are not present in master
branch there.
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.8-OpenAPITools.org-1</version>
</dependency>
For a full list of changes, please review the commit history to find out more.
Version 2.0.3-OpenAPITools.org-1
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.38
is published stick to1.0.36
forswagger-parser-v2-version
) - swagger-api#805
- swagger-api#820
For a full list of changes, please review the commit history to find out more.
Version 2.0.2-OpenAPITools.org-1
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