Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !3041

Prepare 4.0.1 release

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged William Cheng requested to merge prepare_4.0.1 into master 6 years ago
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 16

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh, ./bin/openapi3/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\. If contributing template-only or documentation-only changes which will change sample output, be sure to build the project first.
  • Filed the PR against the correct branch: master, 4.1.x, 5.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

(details of the change, additional tests that have been done, reference to the issue for tracking, etc)

Compare
  • master (base)

and
  • latest version
    75de4ab4
    2 commits, 2 years ago

16 files
+ 25
- 25

    Preferences

    File browser
    Compare changes
mod‎ules‎
openapi-‎generator‎
pom‎.xml‎ +2 -2
openapi-ge‎nerator-cli‎
pom‎.xml‎ +1 -1
openapi-gen‎erator-core‎
pom‎.xml‎ +1 -1
openapi-generat‎or-gradle-plugin‎
samples/l‎ocal-spec‎
READ‎ME.md‎ +1 -1
gradle.p‎roperties‎ +1 -1
READM‎E.adoc‎ +2 -2
pom‎.xml‎ +1 -1
openapi-generat‎or-maven-plugin‎
exam‎ples‎
java-cl‎ient.xml‎ +1 -1
non-java-inv‎alid-spec.xml‎ +1 -1
non-ja‎va.xml‎ +1 -1
READ‎ME.md‎ +1 -1
pom‎.xml‎ +1 -1
openapi-gene‎rator-online‎
pom‎.xml‎ +1 -1
samples/meta‎-codegen/lib‎
pom‎.xml‎ +1 -1
READ‎ME.md‎ +8 -8
pom‎.xml‎ +1 -1
modules/openapi-generator/pom.xml
+ 2
- 2
  • View file @ 75de4ab4

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,7 +3,7 @@
<parent>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -313,7 +313,7 @@
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-core</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</dependency>
</dependencies>
<repositories>
modules/openapi-generator-cli/pom.xml
+ 1
- 1
  • View file @ 75de4ab4

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,7 +3,7 @@
<parent>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
modules/openapi-generator-core/pom.xml
+ 1
- 1
  • View file @ 75de4ab4

  • Edit in single-file editor

  • Open in Web IDE


@@ -5,7 +5,7 @@
<parent>
<artifactId>openapi-generator-project</artifactId>
<groupId>org.openapitools</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
modules/openapi-generator-gradle-plugin/samples/local-spec/README.md
+ 1
- 1
  • View file @ 75de4ab4

  • Edit in single-file editor

  • Open in Web IDE


@@ -17,5 +17,5 @@ gradle generateGoWithInvalidSpec
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash
gradle -PopenApiGeneratorVersion=4.0.0 openApiValidate
gradle -PopenApiGeneratorVersion=4.0.1 openApiValidate
```
modules/openapi-generator-gradle-plugin/samples/local-spec/gradle.properties
+ 1
- 1
  • View file @ 75de4ab4

  • Edit in single-file editor

  • Open in Web IDE

openApiGeneratorVersion=4.0.0
openApiGeneratorVersion=4.0.1
0 Assignees
None
Assign to
0 Reviewers
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
Lock merge request
Unlocked
participants
Reference:
Source branch: prepare_4.0.1

Menu

Explore Projects Groups Snippets