Prepare 5.0.0-beta2 release (#7345)

* update version

* update doc

* update samples
This commit is contained in:
William Cheng 2020-09-04 13:03:45 +08:00 committed by GitHub
parent 14d41310b9
commit 212b4f7847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
531 changed files with 532 additions and 532 deletions

View File

@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -97,7 +97,7 @@ task validateGoodSpec(type: org.openapitools.generator.gradle.plugin.tasks.Valid
[source,group] [source,group]
---- ----
plugins { plugins {
id "org.openapi.generator" version "4.3.1" id "org.openapi.generator" version "5.0.0-beta2"
} }
---- ----
@ -113,7 +113,7 @@ buildscript {
// url "https://plugins.gradle.org/m2/" // url "https://plugins.gradle.org/m2/"
} }
dependencies { dependencies {
classpath "org.openapitools:openapi-generator-gradle-plugin:4.3.1" classpath "org.openapitools:openapi-generator-gradle-plugin:5.0.0-beta2"
} }
} }

View File

@ -1,5 +1,5 @@
# RELEASE_VERSION # RELEASE_VERSION
openApiGeneratorVersion=5.0.0-SNAPSHOT openApiGeneratorVersion=5.0.0-beta2
# /RELEASE_VERSION # /RELEASE_VERSION
# BEGIN placeholders # BEGIN placeholders

View File

@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -18,5 +18,5 @@ gradle generateGoWithInvalidSpec # expected outcome: BUILD FAILED
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example: The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash ```bash
gradle -PopenApiGeneratorVersion=4.3.0 openApiValidate gradle -PopenApiGeneratorVersion=5.0.0-beta2 openApiValidate
``` ```

View File

@ -12,7 +12,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase)
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.3.1</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@ -19,7 +19,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.3.1</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@ -5,7 +5,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -10,7 +10,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>openapi-generator-project</name> <name>openapi-generator-project</name>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>5.0.0-SNAPSHOT</version> <version>5.0.0-beta2</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<url>https://github.com/openapitools/openapi-generator</url> <url>https://github.com/openapitools/openapi-generator</url>
<scm> <scm>

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -4,7 +4,7 @@
* *
* The version of the OpenAPI document: 1.0.0 * The version of the OpenAPI document: 1.0.0
* *
* NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.0.0-beta2.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

View File

@ -1 +1 @@
5.0.0-SNAPSHOT 5.0.0-beta2

Some files were not shown because too many files have changed in this diff Show More