mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-05 08:20:53 +00:00
Prepare v6.3.0 release (#14580)
* 6.3.0 release * fix maven plugin test * update samples * update doc * fix tests in windows
This commit is contained in:
parent
6541038e13
commit
8f2676c5c2
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# RELEASE_VERSION
|
# RELEASE_VERSION
|
||||||
openApiGeneratorVersion=6.3.0-SNAPSHOT
|
openApiGeneratorVersion=6.3.0
|
||||||
# /RELEASE_VERSION
|
# /RELEASE_VERSION
|
||||||
|
|
||||||
# BEGIN placeholders
|
# BEGIN placeholders
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# RELEASE_VERSION
|
# RELEASE_VERSION
|
||||||
openApiGeneratorVersion=6.3.0-SNAPSHOT
|
openApiGeneratorVersion=6.3.0
|
||||||
# /RELEASE_VERSION
|
# /RELEASE_VERSION
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -15,7 +15,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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>2.2.1.RELEASE</version>
|
<version>2.7.6</version>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -20,7 +20,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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -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>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -317,7 +317,7 @@ public class GoClientCodegen extends AbstractGoCodegen {
|
|||||||
if(modelFileFolder != null) {
|
if(modelFileFolder != null) {
|
||||||
modelFileFolderPath = modelFileFolderPath + modelFileFolder + File.separator;
|
modelFileFolderPath = modelFileFolderPath + modelFileFolder + File.separator;
|
||||||
}
|
}
|
||||||
return modelFileFolderPath;
|
return modelFileFolderPath.replace("/", File.separator);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -210,7 +210,7 @@ public class GoClientCodegenTest {
|
|||||||
codegen.additionalProperties().put(GoClientCodegen.MODEL_FILE_FOLDER, "model_dir");
|
codegen.additionalProperties().put(GoClientCodegen.MODEL_FILE_FOLDER, "model_dir");
|
||||||
codegen.processOpts();
|
codegen.processOpts();
|
||||||
|
|
||||||
Assert.assertEquals(codegen.modelFileFolder(), "generated-code/go/model_dir/");
|
Assert.assertEquals(codegen.modelFileFolder(), "generated-code/go/model_dir/".replace("/", File.separator));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
2
pom.xml
2
pom.xml
@ -12,7 +12,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>openapi-generator-project</name>
|
<name>openapi-generator-project</name>
|
||||||
<!-- RELEASE_VERSION -->
|
<!-- RELEASE_VERSION -->
|
||||||
<version>6.3.0-SNAPSHOT</version>
|
<version>6.3.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<url>https://github.com/openapitools/openapi-generator</url>
|
<url>https://github.com/openapitools/openapi-generator</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -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 6.3.0-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.3.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
language: crystal
|
language: crystal
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
# load modules
|
# load modules
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "uri"
|
require "uri"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "uri"
|
require "uri"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "uri"
|
require "uri"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
module Petstore
|
module Petstore
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "log"
|
require "log"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.3.0-SNAPSHOT
|
#OpenAPI Generator version: 6.3.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "big"
|
require "big"
|
||||||
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
@ -1 +1 @@
|
|||||||
6.3.0-SNAPSHOT
|
6.3.0
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user