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
  • !6812

Prepare 5.0.0-SNAPSHOT

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged William Cheng requested to merge 5.0.0-snapshot-prepare into master 5 years ago
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 13

PR checklist

  • Read the contribution guidelines.
  • If contributing template-only or documentation-only changes which will change sample output, build the project beforehand.
  • Run the shell script ./bin/generate-samples.shto update all Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/config/java*. For Windows users, please run the script in Git BASH.
  • File the PR against the correct branch: master
  • Copy the technical committee to review the pull request if your PR is targeting a particular programming language.
Compare
  • master (base)

and
  • latest version
    14b45611
    3 commits, 2 years ago

13 files
+ 18
- 19

    Preferences

    File browser
    Compare changes
mod‎ules‎
openapi-‎generator‎
pom‎.xml‎ +1 -1
openapi-ge‎nerator-cli‎
pom‎.xml‎ +1 -1
openapi-gen‎erator-core‎
pom‎.xml‎ +1 -1
openapi-generat‎or-gradle-plugin‎
gradle.p‎roperties‎ +1 -1
pom‎.xml‎ +1 -1
openapi-generat‎or-maven-plugin‎
exam‎ples‎
multi-module‎/java-client‎
pom‎.xml‎ +1 -1
java-cl‎ient.xml‎ +6 -7
non-java-inv‎alid-spec.xml‎ +1 -1
non-ja‎va.xml‎ +1 -1
pom‎.xml‎ +1 -1
openapi-gene‎rator-online‎
pom‎.xml‎ +1 -1
samples/meta‎-codegen/lib‎
pom‎.xml‎ +1 -1
pom‎.xml‎ +1 -1
modules/openapi-generator/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-cli/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-core/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -6,7 +6,7 @@
<artifactId>openapi-generator-project</artifactId>
<groupId>org.openapitools</groupId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-gradle-plugin/gradle.properties
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


# RELEASE_VERSION
openApiGeneratorVersion=5.0.0-beta
openApiGeneratorVersion=5.0.0-SNAPSHOT
# /RELEASE_VERSION
# BEGIN placeholders
modules/openapi-generator-gradle-plugin/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-maven-plugin/examples/multi-module/java-client/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -19,7 +19,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<dependencies>
<dependency>
modules/openapi-generator-maven-plugin/examples/java-client.xml
+ 6
- 7
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
@@ -169,18 +169,17 @@
<artifactId>joda-time</artifactId>
<version>${jodatime-version}</version>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-apis</artifactId>
<version>${scribejava-apis-version}</version>
</dependency>
<!-- Base64 encoding that works in both JVM and Android -->
<dependency>
<groupId>com.brsanthu</groupId>
<artifactId>migbase64</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-apis</artifactId>
<version>${scribejava-apis-version}</version>
</dependency>
</dependencies>
<properties>
modules/openapi-generator-maven-plugin/examples/non-java-invalid-spec.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
modules/openapi-generator-maven-plugin/examples/non-java.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>4.3.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
modules/openapi-generator-maven-plugin/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -5,7 +5,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
modules/openapi-generator-online/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath>
</parent>
samples/meta-codegen/lib/pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -121,7 +121,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openapi-generator-version>5.0.0-beta</openapi-generator-version>
<openapi-generator-version>5.0.0-SNAPSHOT</openapi-generator-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.8.1</junit-version>
</properties>
pom.xml
+ 1
- 1
  • View file @ 14b45611

  • Edit in single-file editor

  • Open in Web IDE


@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<name>openapi-generator-project</name>
<!-- RELEASE_VERSION -->
<version>5.0.0-beta</version>
<version>5.0.0-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<url>https://github.com/openapitools/openapi-generator</url>
<scm>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
5.0.0
5.0.0 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
William Cheng
Jim Schubert
Reference: OpenAPITools/openapi-generator!6812
Source branch: 5.0.0-snapshot-prepare

Menu

Explore Projects Groups Snippets