Skip to content

[Cpprest C++] Fixing issue #3773#3876

Merged
wing328 merged 13 commits intoswagger-api:masterfrom
sdrichter:master
Sep 30, 2016
Merged

[Cpprest C++] Fixing issue #3773#3876
wing328 merged 13 commits intoswagger-api:masterfrom
sdrichter:master

Conversation

@sdrichter
Copy link
Copy Markdown
Contributor

PR checklist

  • Read the contribution guildelines.
  • Ran the shell/batch script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates)
  • Filed the PR against the correct branch: master for non-breaking changes and 2.3.0 branch for breaking (non-backward compatible) changes.

Description of the PR

Fixed issues noted in #3773. Verified that it fixes all 3 issues on my generated client and also the petstore sample compiles and I am able to call the methods within successfully.

This should be a non-breaking change. The interface for the calling code has not been affected.

Please use the YAML file here to verify the before and after behavior of the generated client code.

@sdrichter sdrichter changed the title Fixing issue #3773 [Cpprest] Fixing issue #3773 Sep 27, 2016
@wing328
Copy link
Copy Markdown
Contributor

wing328 commented Sep 28, 2016

@sdrichter thanks for the PR :)

Seems like you're using tab instead of 4-space in the Java files. Do you mind replacing tab with 4-space so as to make it consistent with the rest of the generators?

@wing328 wing328 added this to the v2.2.2 milestone Sep 28, 2016
Replaced tab with 4 spaces in all modified files.
@sdrichter
Copy link
Copy Markdown
Contributor Author

Done 👍

@wing328
Copy link
Copy Markdown
Contributor

wing328 commented Sep 30, 2016

@sdrichter thanks. The change looks good.

@wing328 wing328 merged commit b2e2643 into swagger-api:master Sep 30, 2016
acramatte added a commit to comerge/swagger-codegen that referenced this pull request Oct 4, 2016
* upstream/master: (79 commits)
  add undertow
  Add a new cli command to output version information (2nd attempt) swagger-api#3892 (swagger-api#3899)
  fix python flask controller without tag (default_controller)
  [aspnet5] Fix basePath application to operations (swagger-api#3911)
  Bugfix/issue 3723 (swagger-api#3726)
  Cgardens nested object regex (swagger-api#3879)
  [Cpprest] Fixing issue swagger-api#3773 (swagger-api#3876)
  escape callback parameter for java(okhttp) and python
  fix warning in html generator
  [PHP] fix PHPUnit invocation, add basic phpunit.xml.dist (swagger-api#3864)
  [Java] Remove duplicated model description in Spring, JAX-RS models (swagger-api#3887)
  [PHP] Better PSR2 compatibility (swagger-api#3863)
  Mention security script in pull request template
  [Swift] Use thread safe manager dictionary
  Replace ^M with new line (\r) in mustache template (swagger-api#3865)
  [swfit] fix url param with base name
  [JaxRS]Show correct default value on CLI option description (swagger-api#3862)
  add title, description to HTML output (swagger-api#3860)
  fix trailing comma in go api client
  fix typescript-fetch base path by removing ending slash
  ...
@wing328 wing328 changed the title [Cpprest] Fixing issue #3773 [Cpprest C++] Fixing issue #3773 Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants