From 001eff8f0426fc3c753ca4386519eb6266f3c46d Mon Sep 17 00:00:00 2001 From: wing328 Date: Thu, 22 Aug 2019 04:13:19 +0000 Subject: [PATCH] Deploy website Deploy website version based on d09e097e4ed0beffe85bc35106bf01726f119dc0 --- docs/swagger-codegen-migration.html | 9 ++++++--- docs/swagger-codegen-migration/index.html | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/swagger-codegen-migration.html b/docs/swagger-codegen-migration.html index 1f0bbd7a0e8..9b46dcc97f2 100644 --- a/docs/swagger-codegen-migration.html +++ b/docs/swagger-codegen-migration.html @@ -1,4 +1,4 @@ -Migrating from Swagger Codegen · OpenAPI Generator

Migrating from Swagger Codegen

OpenAPI Generator is a fork of swagger-codegen between version 2.3.1 and 2.4.0. +

Migrating from Swagger Codegen

OpenAPI Generator is a fork of swagger-codegen between version 2.3.1 and 2.4.0. For the reasons behind the fork, please refer to the Q&A. This community-driven version called "OpenAPI Generator" provides similar functionalities and can be used as drop-in replacement. This guide explains the major differences in order to help you with the migration.

Table of contents

@@ -79,6 +79,7 @@ This guide explains the major differences in order to help you with the migratio
  • New fully qualified name for the classes
  • Body parameter name
  • Default basePath
  • +
  • Nullable
  • New docker images

    The docker images are available on DockerHub: https://hub.docker.com/u/openapitools/

    @@ -247,4 +248,6 @@ Concretely if you did not specify anything when you are generating java code, a

    If your API client is using named parameters in the function call (e.g. Perl required & optional parameters, Ruby optional parameters), you will need to add x-codegen-request-body-name to the spec to restore the original body parameter name.

    Default basePath

    The default basePath has been changed from https://localhost to http://localhost (http without s)

    -
    Last updated on 2019-8-12
    \ No newline at end of file +

    Nullable

    +

    OpenAPI spec v3 has better support for nullable. If you're still using OpenAPI/Swagger spec v2, please use x-nullable: true instead.

    +
    Last updated on 2019-8-22
    RoadmapSwagger Codegen Fork: Q&A
    \ No newline at end of file diff --git a/docs/swagger-codegen-migration/index.html b/docs/swagger-codegen-migration/index.html index 1f0bbd7a0e8..9b46dcc97f2 100644 --- a/docs/swagger-codegen-migration/index.html +++ b/docs/swagger-codegen-migration/index.html @@ -1,4 +1,4 @@ -Migrating from Swagger Codegen · OpenAPI Generator

    Migrating from Swagger Codegen

    OpenAPI Generator is a fork of swagger-codegen between version 2.3.1 and 2.4.0. +

    Migrating from Swagger Codegen

    OpenAPI Generator is a fork of swagger-codegen between version 2.3.1 and 2.4.0. For the reasons behind the fork, please refer to the Q&A. This community-driven version called "OpenAPI Generator" provides similar functionalities and can be used as drop-in replacement. This guide explains the major differences in order to help you with the migration.

    Table of contents

    @@ -79,6 +79,7 @@ This guide explains the major differences in order to help you with the migratio
  • New fully qualified name for the classes
  • Body parameter name
  • Default basePath
  • +
  • Nullable
  • New docker images

    The docker images are available on DockerHub: https://hub.docker.com/u/openapitools/

    @@ -247,4 +248,6 @@ Concretely if you did not specify anything when you are generating java code, a

    If your API client is using named parameters in the function call (e.g. Perl required & optional parameters, Ruby optional parameters), you will need to add x-codegen-request-body-name to the spec to restore the original body parameter name.

    Default basePath

    The default basePath has been changed from https://localhost to http://localhost (http without s)

    -
    Last updated on 2019-8-12
    \ No newline at end of file +

    Nullable

    +

    OpenAPI spec v3 has better support for nullable. If you're still using OpenAPI/Swagger spec v2, please use x-nullable: true instead.

    +
    Last updated on 2019-8-22
    RoadmapSwagger Codegen Fork: Q&A
    \ No newline at end of file