William Cheng
6061a70db0
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2021-09-02 11:28:24 +08:00
William Cheng
f79f1916ed
test springboot-reactive in circleci
2021-09-02 11:27:56 +08:00
Josh Bridge
6331eb6293
[Java] Return content type on default spring reactive responses ( #10099 )
...
* Return content type on default spring reactive responses
* Return content type on default spring reactive responses
* Refactor apiUtil and use request mediaType
Co-authored-by: Joshua Bridge <jbridg12@jaguarlandrover.com>
2021-09-02 11:19:13 +08:00
Artem
d68d65ce00
Fix java examples ( #10257 )
...
* TAP-655 fix examples java
* update samples
2021-09-02 11:08:35 +08:00
Eric Durand-Tremblay
f9fa62a79e
Issue #10244 fix php enum default value initialization ( #10273 )
...
Co-authored-by: Eric Durand-Tremblay <etremblay@kronostechnologies.com>
2021-09-02 11:03:31 +08:00
Oleh Kurpiak
c148539ce3
[Java][Spring] fix imports for nullable helpers ( #10234 )
2021-09-02 11:01:12 +08:00
林裕凯
74f84b6f9b
[Java][Spring] fix enum variables in path parameters which generated allowableValues with double quote( #6762 ) ( #10285 )
...
Co-authored-by: Yukai Lin <yukai.lin@ericsson.com>
2021-09-02 10:45:04 +08:00
LionH
67e515447e
Adding the useOptional in the ApiController ( #6735 )
...
* Adding the useOptional in the ApiController
* If jdk8 is disabled but useOptional is enabled, avoid duplicate import.
2021-09-02 10:32:15 +08:00
Fernando Fernández
a447df04bd
[typescript-axios] Properly emit module as ES6 instead of commonJS when using ES6 ( #10308 )
2021-09-01 21:15:00 +02:00
William Cheng
ff6ff6e81a
update samples
2021-09-01 14:25:22 +08:00
William Cheng
0357b80f19
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-09-01 14:16:17 +08:00
William Cheng
a3f012545d
replace the tab with 4-space
2021-09-01 14:13:49 +08:00
Yuriy Belenko
062cc96011
[php-slim4] Reduce log noise ( #10229 )
...
* Add AbstractAuthenticator once
* Refresh samples
2021-09-01 10:59:18 +08:00
Bruno Coelho
de1c2fd545
[swift][client] upgrade alamofire to version 5.4.3 ( #10292 )
...
* [swift][client] initial swift upgrade
* [swift][client] upgrade alamofire
2021-09-01 10:08:00 +08:00
Foorack / Max Faxälv
d980431a96
[Rust][Client] Default version to spec version if not provided as property ( #10296 )
...
* [Rust] Default version to spec version if not provided as property
* fix(ci): OpenAPI was null during test
2021-09-01 10:05:37 +08:00
bgong-mdsol
0c7ec41aff
[sala-sttp]Add 'clone' in reservedWords list ( #10293 )
...
* add 'clone' to reservedWords
* scala - add reserved keyword clone
2021-09-01 02:28:43 +08:00
William Cheng
4b45b370a5
add pexa as bronze sponsor ( #10290 )
2021-08-31 21:19:26 +08:00
Esteban Gehring
7c4d2b87f6
[typescript] fix compilation error for file upload ( #10288 )
2021-08-31 18:33:09 +08:00
Ahmed Yarub Hani Al Nuaimi
bfaa38daa0
Fix names of pre- and post- scripts for building libcurl ( #10284 )
2021-08-31 11:13:47 +08:00
William Cheng
d9f36cd44c
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2021-08-29 11:14:58 +08:00
William Cheng
94b02f518d
update gradle plugin test version
2021-08-29 11:14:16 +08:00
William Cheng
d198132d10
Add @ahmednfwela to Dart technical committee ( #10281 )
2021-08-29 10:52:49 +08:00
Nathan Baulch
5d68bd6a03
Fix thousands of spelling typos ( #10272 )
2021-08-28 22:58:24 +08:00
Artem
2d239271e5
#10264 fix spaces in signatures ( #10265 )
...
* TAP-198 fix spaces in spring java
* update samples
2021-08-28 22:57:08 +08:00
William Cheng
7bdbfed467
Remove skipReadonlyPropertiesInInit option ( #10269 )
...
* remove skipReadonlyPropertiesInInit option
* fix removal
* more removal
* fix again
2021-08-28 22:43:53 +08:00
Ahmed Yarub Hani Al Nuaimi
8818bf260e
Libcurl CMake adaptations ( #10249 )
...
* Enable using more recent CMake versions
Remove default build type
Add OpenSSL using imported targets
PreTarget and PostTarget scripts
Do not build as shared by default
Fix typos
* Default to building shared libraries
* Remove add_compile_definitions()
Correctly add target link libraries
* Fix syntax
* Fix Indentation
2021-08-27 14:16:30 +08:00
William Cheng
808e6af94d
update go petstore samples
2021-08-27 13:37:05 +08:00
Bo Chen
c3eb442900
[Go-client] Fix the ineffectual assignment to err
in decode
( #10275 )
...
Fixes : #10064
Signed-off-by: Bo Chen <chen.bo@intel.com>
2021-08-27 13:32:34 +08:00
Ween Jiann
3b8f66cd1f
[go-server] Fix: param names clash with variables, added suffix ( #10243 )
...
* Postfix "Param" to param names in controller
* Regen samples
2021-08-27 13:07:31 +08:00
Bradley Friedman
3446bc6337
[bugfix] [cpp-ue4] API often tries to set reference to null when calling GetHttpRetryManager ( #10277 )
...
* [cpp-ue4] implemented null check and fatal log for GetHttpRetryManager]
* [cpp-ue4] reimplemented null check as checkf rather than Fatail UE_LOG
* [cpp-ue4] regenerated samples and docs
2021-08-27 12:57:14 +08:00
Lazar Prijović
ae5db7ee20
[cpp-ue4] Add missing convertors for arbitrary-typed variables ( #10276 )
...
* Add missing convertors for TSharedPtr<FJsonValue>
* Update samples
2021-08-27 12:55:10 +08:00
Bradley Friedman
0948a95b8c
[cpp-ue4] bug-fix issue 10205: response json parsing logging a error to unreal console when there is no actual parsing problem ( #10221 )
...
* [cpp-ue4] Fixed a bug where respose json parsing was not taking 'writeOnly' or 'required' into account and was logging a error to the console when there was no actual problem.
* [cpp-ue4] Moved comments to tail of line in response to improve code appearance. Added baseName to comments for clarity of reading.
* [cpp-ue4] removed comments from template from previous commits.
* [cpp-ue4] added back ParseSuccess flag flip for TOptional, as the templated version of TryGetJsonValue does actually handle the absense of the field correctly for TOptional.
* [cpp-ue4] reworked looping in model source template's FromJson to better mirror the loop in WriteJson
* [cpp-ue4] more concise version of writeOnly change to FromJson
2021-08-26 17:04:47 +08:00
Lazar Prijović
691a10ad8e
[cpp-ue4] Fix model generation for arbitrary-typed values ( #10267 )
...
* Replace AnyType declaration with FJsonValue
* Rebuild docs
2021-08-26 16:35:25 +08:00
Nathan Baulch
9c66d33171
[go] Support for response status code ranges ( #10075 )
2021-08-25 11:15:23 +08:00
William Cheng
badfdccd5e
update doc
2021-08-25 10:25:11 +08:00
Aanisha Mishra
67fbb1081e
Skip setting readOnly properties with default values in model constructors ( #10196 )
...
* skipReadonlyPropertiesInInt flag to go SDK
* minor amendments
* update docs for go
2021-08-25 10:21:02 +08:00
Oliver B. Fischer
309dccd52e
[ #10251 ] Improve the documentation of the option serializationLibrary ( #10252 )
...
This commit tries to improve the documentation on the relationship
between the two configuration options library and serializationLibrary.
2021-08-25 10:19:01 +08:00
fvlad
bf57d58db1
Move Java Spring Springfox ApiIgnore under conditions ( #9644 )
...
* Remove SpringFox @ApiIgnore imports and reference class directly
* Update generated sources
Co-authored-by: Vladislav Fefelov <vladislavf@playtika.com>
2021-08-25 10:17:29 +08:00
Thomas Zeeman
f2b50faeec
Fix unchecked conversion ( #10246 )
...
* Fix unchecked conversion
Update restttemplate and webclient templates to use <>-operator.
Also update samples.
* Update samples
2021-08-25 10:09:53 +08:00
Thomas Zeeman
cab2244646
Typescript-axios: Replace the non-space whitespace
2021-08-24 18:48:07 +02:00
William Cheng
158649aff9
Add oneOfProps, allOfProps, anyOfProps to Codegen model ( #10231 )
...
* add oneOfProps, allOfProps, anyOfProps to codegen model
* remove commented code
2021-08-23 12:03:34 +08:00
William Cheng
bcd2459a8d
add a link to medium article
2021-08-23 10:56:40 +08:00
Vikrant Balyan
f2e994271f
[Python] fixes __setitem__ throwing an error for composed instance ( #10197 )
...
* adding a test for issues 10083
* commiting the generated files
* fix for the setattr issue
* commit generated files
Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
2021-08-22 10:44:19 -07:00
devhl-labs
bee8b615a5
[abstract csharp] Ensure enum dataType is not nullable string ( #9891 )
...
* ensure enum cannot be a nullable string
* build samples
* removed errounous changes meant for another pr
* build samples
* build samples
* reordered test parameters for readability
* build samples
* deleted eroneous sample files
2021-08-22 23:40:46 +08:00
Yuriy Belenko
84a6e31fb4
[php-slim4] Follow PDS skeleton ( #9189 )
...
* Rename test folder to tests
* Put index.php and .htaccess into public
* Refresh samples
2021-08-22 16:13:48 +08:00
William Cheng
f7bc2aa995
k6: use spaces instead of tab, remove trailing spaces, update samples
2021-08-22 16:11:52 +08:00
Michal H Siemaszko
6844737d07
[ K6 Generator ] Support for extracting examples defined at parameter level of Swagger/OpenAPI specification, plus minor fixes ( #9750 )
...
* K6 Generator - Support for extracting parameter examples & minor fixes
* K6 Generator - Support for extracting parameter examples & minor fixes
PR checklist: update samples
* K6 Generator - Support for extracting parameter examples & minor fixes
Fixed indentation
2021-08-22 16:02:46 +08:00
William Cheng
d26dd7b9db
Add a link to dzone article
2021-08-22 14:18:33 +08:00
William Cheng
deed7c603b
update samples
2021-08-22 13:29:08 +08:00
William Cheng
a6ba8d58d4
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2021-08-22 13:15:28 +08:00