-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[aspnetcore] Feature/cleanup (contributor rebase) #2506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aspnetcore] Feature/cleanup (contributor rebase) #2506
Conversation
| private void setCliOption(CliOption cliOption) throws IllegalArgumentException { | ||
| if (additionalProperties.containsKey(cliOption.getOpt())) { | ||
| cliOption.setOptValue(additionalProperties.get(cliOption.getOpt()).toString()); | ||
| if (classModifier.getOptValue() == null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy paste error - line should have cliOption.getOptValue not classModifier.getOptvalue
|
Back from my travels, looks good except for one cut/paste error (I have
commented on the PR). When can t be merged? I have more changes to
support Async
…On 3/25/19 10:40 PM, auto-labeler[bot] wrote:
👍 Thanks for opening this issue!
🏷 I have applied any labels matching special text in your issue.
The team will review the labels and make any necessary changes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2506 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANQEIQyUQ5UxRJ1MPJOfk4BZVzfvlJQ5ks5vaYijgaJpZM4cKeQX>.
|
* master: (48 commits) [Typescript AngularJS] fix Extra package prefix in api parameters operations (OpenAPITools#2522) OpenAPITools#1023 - [Scala] Use status family during response processing (OpenAPITools#1024) Generate setters for readonly properties in server code (OpenAPITools#1582) [JS] fix NPE for null string and improve Travis config file (OpenAPITools#2553) [elm] Update ISO 8601 library (fixes missing time zone designator) (OpenAPITools#2545) [csharp] update sample after OpenAPITools#2528 (OpenAPITools#2550) [JavaScript] fix index.js, ApiClient.js and test files generated to incorrect location (OpenAPITools#2511) Aspnetcore nullable support (OpenAPITools#2529) Csharp nullable support (OpenAPITools#2528) [C++] [Qt5] Add enum support for client and server (OpenAPITools#2339) Fixed typo in migration-from-swagger-codegen.md (OpenAPITools#2548) [TypeScript Client] fix install Aurelia + fix use deprecated function (OpenAPITools#2514) [KOTLIN] fix var name not correctly sanitized (OpenAPITools#2537) Update swagger-parser to '2.0.11-OpenAPITools.org-1' (OpenAPITools#2262) Add @karismann to Java and Kotlin technical committee (OpenAPITools#2542) Add GoDaddy to the list of companies using OpenAPI Generator (OpenAPITools#2541) [Kotlin SpringBoot Server] alternative: fix optional parameter not correctly declared in service (OpenAPITools#2539) improve indentation, update dependencies (OpenAPITools#2521) update kotlin spring samples [JAVA] Use specified data type in enum's fromValue instead of string (OpenAPITools#2347) ...
|
Merging master into this branch locally, and regenerating the sample produces invalid annotations. Example: @wing328 do you know of a recent change which would have caused this? I'm also seeing a warning and error dump when running the sample script. Possibly related? |
I noticed that too after the parser upgrade. |
I also notice that in the latest master and I think I know why. Let me try to fix it later today. |
|
FYI. Filed #2559 to remove the |
|
Looks like it passed all the checks - merge to master hopefully!
…On 4/1/19 4:36 AM, William Cheng wrote:
FYI. Filed #2559
<#2559> to
remove the |emitDefaultValue| option.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2506 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANQEISfTbvNqAP2sjZb5yEA2gz7U0Nmqks5vccUCgaJpZM4cKeQX>.
|
|
@A-Joshi merged. This should unblock you for any additional work you'd had planned. |
PR checklist
./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.shif 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\.master,. Default:3.4.x,4.0.xmaster.Description of the PR
This is a rebase of #2436. Refer to that PR for discussion. This is work toward cleanup defined in #2285.
/cc @A-Joshi for visibility