Skip to content
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

Merge upstream #7

Merged
merged 1,528 commits into from
Apr 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
1528 commits
Select commit Hold shift + click to select a range
6b6403b
enhance api exception in r client (#13046)
wing328 Jul 31, 2022
4635dda
[R] Add httr2 support (work in progress) (#13005)
wing328 Jul 31, 2022
68fb5a9
[python-experimental] consolidates endpoints into paths module (#13007)
spacether Aug 1, 2022
c959a6c
[python-experimental] Fixes issue 12986 (#13054)
spacether Aug 1, 2022
1cf9d17
Update tsconfig.mustache (#12753)
martinellimarco Aug 2, 2022
d8771de
fix query param, fix spec (#13065)
wing328 Aug 3, 2022
e0fca51
update samples
wing328 Aug 3, 2022
aa1f627
[R][httr2] fix HTTP header (#13066)
wing328 Aug 3, 2022
4da8176
[python experimental] Issue 13043: fixes toExampleValueRecursive stac…
fbl100 Aug 3, 2022
bbf463f
Issue 13043: converted an exception to a warning for doubly adding sc…
fbl100 Aug 3, 2022
13d34b9
[R][httr2] Fix form parameter support (#13057)
wing328 Aug 3, 2022
6d1c51c
[rust] fix incorrect Cargo.toml generated when supportAsync & withAWS…
fluxxu Aug 3, 2022
ab9af4c
Bump terser from 4.6.3 to 4.8.1 in /website (#12946)
dependabot[bot] Aug 3, 2022
c9c0b62
Bump eventsource from 1.0.7 to 1.1.1 in /website (#12499)
dependabot[bot] Aug 3, 2022
1e3a39b
[PHP] Add support for server variables in operations (#12982)
thomasphansen Aug 3, 2022
72991e6
[Java] apache-httpclient serialize support custom contentType (#13058)
JoeCqupt Aug 3, 2022
4fa427c
Update php-symfony/model_variables.mustache to fix template bug (#130…
plotbox-io Aug 3, 2022
0d50b40
fix TS model tests in Windows (#13072)
wing328 Aug 3, 2022
a3490d7
Revert "Issue 13043: converted an exception to a warning" (#13074)
spacether Aug 3, 2022
cdc9683
[jaxrs-spec] to fix default values for array (#13076)
wing328 Aug 4, 2022
69121a9
3.0.3 spec updated with json schema tags (#13104)
spacether Aug 4, 2022
8c3a734
[python-experimental] moves model and api docs into subfolders (#13106)
spacether Aug 4, 2022
aa1b0a1
[python-experimental] removes print (#13107)
spacether Aug 5, 2022
a4a89ca
Added parameter to add models in seperate project (#13044)
knom Aug 5, 2022
247574a
fix assignment, clean up tests, use !!! operator (#13075)
wing328 Aug 5, 2022
f5900c7
[R] fix auto-generated doc, add checks for bearer/access token (#13112)
wing328 Aug 6, 2022
641d515
C# API Client CancellationToken, Base Validation and Nullable/Require…
krzlabrdx Aug 6, 2022
35feca9
fix test
wing328 Aug 4, 2022
f73decb
update test file sha256
wing328 Aug 6, 2022
462f927
Fix Perl cannot string bind undef (#13114)
AnaTofuZ Aug 6, 2022
d3a2689
better validation for r parameters (#13119)
wing328 Aug 6, 2022
fca13eb
[csharp-netcore] Form data serialize non-primitive objects (#12967)
Linux13524 Aug 6, 2022
5644e23
[Kotlin] Add reserved word `contract` (#13108)
ty-v1 Aug 7, 2022
f287dde
[R][httr2] better support for OAuth authoriziation flows (#13123)
wing328 Aug 7, 2022
fb29284
improve r regular expression handling (#13125)
wing328 Aug 7, 2022
3c4948a
skip client id, secret validation to allow multiple auth schemas (#13…
wing328 Aug 7, 2022
032e1a4
[Spring] Fix generated api ignore basePath (#10573)
RomainPruvostMHH Aug 8, 2022
d3dd676
Issue 13043: Improved handling of recursive schemas (#13109)
fbl100 Aug 8, 2022
186ad25
fix: [JAVA/SPRING] [#12692] fixed optional config property legacyDisc…
LubomirS Aug 8, 2022
9610a81
Adds requiredVarsMap (#13117)
spacether Aug 8, 2022
9a04113
Allow useInlineModelResolver to be influenced by generator options (#…
Aug 8, 2022
fd56b8f
[Java] enum space value must not be generated as underscore (#13136)
wing328 Aug 9, 2022
a6ce5f7
Better logic to handle duplicated properties in parent, child models …
wing328 Aug 10, 2022
1c0d6d8
[Go] Fix missing import for array/map of file (#13143)
wing328 Aug 10, 2022
d547a89
[#12887] typescript-axios: nested object as query parameter (#13051)
shubham-lakhiwal Aug 10, 2022
91e8fcb
[Typescript-axios] Dot prefix on every query parameter (#13149)
shubham-lakhiwal Aug 10, 2022
e58b8b1
Cleaned up cargo clippy warnings (#13011)
thrykol Aug 11, 2022
5662d61
update samples
wing328 Aug 11, 2022
c5a0374
[Ruby] add `useAutoload` option to use autoload instead of require (#…
wing328 Aug 11, 2022
c987e75
Fix missing import in `api.mustache` for Typescript generator (#13105)
Petersoj Aug 11, 2022
9abaa53
Replace use of deprecated Faraday::UploadIO (#13127)
ekohl Aug 11, 2022
7fede83
Fix template for nullable models in rust new() fns (#10778)
whirm Aug 11, 2022
8cd0d38
Adds $ref data to schema classes (#13163)
spacether Aug 11, 2022
456d7d0
Add tests to Rust (hyper, reqwest) clients (#13165)
wing328 Aug 12, 2022
123f92d
add validations to R models (#13157)
wing328 Aug 12, 2022
1f42b09
fix issues reported by roxygen in r client (#13176)
wing328 Aug 13, 2022
9e20b01
[R] allow oauth scopes customization, remove unused import (#13179)
wing328 Aug 14, 2022
c4dd42e
fix r model validations, add tests (#13181)
wing328 Aug 14, 2022
079f81f
[ci] Rename "bin/config/other" to make it clear that it is unmaintain…
jacob-pro Aug 15, 2022
2a196ce
Fixed scala-sttp generator (#11949)
chrisbartoloburlo Aug 15, 2022
17f9a28
Avro fix arrays with items as a ref to defined enum (#13162)
aghajani Aug 15, 2022
7e4fa70
Update allOf to not always be nullable (#12861)
devhl-labs Aug 15, 2022
9d9e0a4
Make "applyToParams" a Future + add "this." when decoding JSON (#13120)
noordawod Aug 15, 2022
cfb35f9
update samples
wing328 Aug 16, 2022
4e12343
[rust-server]: Update help (#13194)
jacob-pro Aug 16, 2022
7e5ee21
Fixed regular expression in python client codegen that was removing a…
antssilva96 Aug 16, 2022
01a9c55
Fix #6899 - python-flask now uses the pre-existing getter/setter vali…
mdavis-xyz Aug 16, 2022
904674c
Add support for Angular v14 (#12901)
marinus-suniram Aug 17, 2022
65d57a8
[R] Add generateWrapper option (#13198)
wing328 Aug 17, 2022
c135139
fix null ref on invalid requestBody reference (#13199)
dmeijboom Aug 17, 2022
9f3fac5
[R] Fix warnings reported by r cmd check (#13205)
wing328 Aug 17, 2022
b1dec24
[python-experimental] improves docs, add migration guide (#13210)
spacether Aug 17, 2022
4916774
fix rdoc type (#13216)
wing328 Aug 18, 2022
3239f28
[python-experimental] code quality improvements (#13221)
spacether Aug 18, 2022
7e4f3c9
[R] Add fromJSONString method to oneOf/anyOf in R client (#13223)
wing328 Aug 18, 2022
18bb546
[typescript-axios] Ignore unused imports when using 'withSeparateMode…
Nikos410 Aug 18, 2022
ed3666f
[R] Minor improvements to the documentation (#13226)
wing328 Aug 19, 2022
6d82ac0
[rust]: Remove unmaintained samples and specs (#13193)
jacob-pro Aug 19, 2022
719f429
[typescript-fetch] Serialize Set of primitives as array (#13195)
Nikos410 Aug 19, 2022
52eb13f
Standardizes import gathering code (#13137)
spacether Aug 19, 2022
640010a
[python-experimental] style + naming cleanup (#13234)
spacether Aug 20, 2022
344d6b1
fix string comparison in scala sttp client (#13235)
wing328 Aug 20, 2022
2feaf05
better handling of NPE in k6 client generator (#13236)
wing328 Aug 20, 2022
308f9d1
minor code improvement in model utils (#13237)
wing328 Aug 20, 2022
e0c7270
update undertow to newer version (#13238)
wing328 Aug 20, 2022
fa22ba9
feat: [JAVA] [resttemplate] [#13146] added support for abstract file …
LubomirS Aug 22, 2022
ed10360
Fix javascript-apollo generator/template (#13191)
joaomlneto Aug 22, 2022
ff03e1a
update doc
wing328 Aug 22, 2022
fac576a
[python-experimental] move validations into cls (#13252)
spacether Aug 22, 2022
d6fb08d
[python-experimental] moves composed schemas into cls (#13255)
spacether Aug 22, 2022
9afcbab
fix the issue of inline-enum for array (#13250)
bgong-mdsol Aug 23, 2022
b5fe7d0
[csharp-netcore] Fix keys of the enum reference map (#13242)
fujieda Aug 23, 2022
8c79f6d
fix(cpp-pistache-server): Add support for AnyType objects (#13232)
sheabot Aug 23, 2022
8ee22b8
Better enum tests for scala-sttp (#13261)
wing328 Aug 23, 2022
3f2b167
[python-experimental] creates + uses MetaOapg cls to store non-proper…
spacether Aug 24, 2022
4f94d44
fix: Deepcopy fail for allOf schemas (#13130)
jtvmatos Aug 24, 2022
b9a6be0
fixes #13131: support matrix parameters and other parameter styles in…
HonoluluHenk Aug 24, 2022
1a5d392
Javascript Generator: two small sanitization changes 🦠 (#13268)
joaomlneto Aug 24, 2022
3a2b4b9
better null check in default codegen (#13264)
wing328 Aug 24, 2022
1fbc047
fix(cpp-pistache-server): Fix enum generation for useStructModel=true…
ikashurnikov Aug 24, 2022
2d73a4d
Explode query params for kotlin generator (#13154)
sorin-florea Aug 24, 2022
544dc60
Add missing golang tag in code markdown (#13248)
Frassle Aug 24, 2022
2e89004
update go samples
wing328 Aug 24, 2022
3103b43
Allow override CodegenConfigurator in GenerateTask (#13140)
DmitryGlushkov Aug 24, 2022
1d8051e
fix: [csharp-netcore]: anyOf fixes for Primitive types (#13172)
Ikelio Aug 24, 2022
0bd5ae4
fix: [typescript-angular] incorrect import when model starts with num…
snebjorn Aug 25, 2022
96521f2
Add more tests for Gradle plugin in Github workflows (#13280)
wing328 Aug 26, 2022
dc7ae05
[rust] [rust-server] Add AbstractRustCodegen (#13231)
jacob-pro Aug 26, 2022
37c8a74
[protobuf] fix set, add tests (#13286)
wing328 Aug 26, 2022
50a9d33
fix: [typescript-angular] `.join` does not exist on type `Set` (#13278)
snebjorn Aug 26, 2022
fe934dc
[python-experimental] improves type hints (#13271)
spacether Aug 26, 2022
2c22a01
fix return in r (#13294)
wing328 Aug 27, 2022
62a0878
Combine javascript and javascript-apollo generators (#13270)
joaomlneto Aug 27, 2022
97946e4
fix protobuf variable name (#13296)
wing328 Aug 27, 2022
b7c224b
minor enhancement to the JS apollo generator (#13297)
wing328 Aug 27, 2022
eaa80be
Fix for issue 13272 - Syntax error in generated html (#13293)
scoldwell Aug 27, 2022
40044a3
update html2 samples
wing328 Aug 27, 2022
d2e60f5
Cpp restbed server improvements (#13030)
LukasWoodtli Aug 27, 2022
1e879af
update doc
wing328 Aug 27, 2022
66ecfb6
[R] minor bug fixes in oneOf, anyOf (#13298)
wing328 Aug 28, 2022
0d68f29
[R] Better rdoc (#13275)
wing328 Aug 28, 2022
a582c38
[R] override `print`, lock classes (#13300)
wing328 Aug 28, 2022
b55fa26
add oneOf discriminator lookup support (#13301)
wing328 Aug 28, 2022
d97081e
[python-experimental] improves type hints for arrays, and object requ…
spacether Aug 29, 2022
522a5df
[csharp-netcore] To support Secret API key input as string (#13276)
Aug 29, 2022
27f3a5c
Small fixes and cleanup on cpp-restbed-server (#13305)
LukasWoodtli Aug 29, 2022
2c0d886
[swift]: support uuid in FormDataEncoding (#13228)
kalinjul Aug 29, 2022
97b3859
update doc
wing328 Aug 29, 2022
9b9d320
[cpp-ue4] Support UE5 version of FTickerObjectBase (#13304)
nullbus Aug 29, 2022
a294456
[python-experimental] adds dict["key_name"] type hints (#13309)
spacether Aug 30, 2022
d63caf2
[python-experimental] improves type hints of optional object properti…
spacether Aug 30, 2022
cebdbb6
add additional properties support in r client (#13317)
wing328 Aug 31, 2022
7af9f9c
[swift5] explode query params only if necessary (#13202)
Jonas1893 Aug 31, 2022
2252040
[python-experimental] adds NullableX base class mixins, fixes additio…
spacether Aug 31, 2022
d1f44e8
fix http basc auth in R client (#13330)
wing328 Sep 1, 2022
62e28a2
[python-experimental] improves method names (#13325)
spacether Sep 1, 2022
fea42b5
[swift5] distinguish (un-)authenticated requests (#13321)
Jonas1893 Sep 1, 2022
b6576d1
[R] Update fromJSON to handle additional properties (#13331)
wing328 Sep 2, 2022
2bfbb87
move print to public method, leave commented code to lock, unlock the…
wing328 Sep 3, 2022
afd357b
fix: ensure Resteasy JAX-RS Response object closed (#13333)
MikeEdgar Sep 3, 2022
4694a9f
[maven] Use one of two default paths of output directory according to…
rosti-il Sep 4, 2022
2a007b3
Fix generation of default array values for kotlin client (#13243)
Rattenkrieg Sep 4, 2022
f6be1d0
Do not generate new models for readonly schema references (#13303)
mrginglymus Sep 4, 2022
ef6d383
Feature/update kotlin dependecies template (#12966)
Marek00Malik Sep 4, 2022
bdf9114
update samples
wing328 Sep 4, 2022
c81c103
[R] Remove obsolete importMapping code, add tests (#13345)
wing328 Sep 4, 2022
5251a1b
Adds isBooleanSchemaTrue/False getters and setters (#13341)
spacether Sep 4, 2022
513496a
fix allVars to handle empty string and more (#13346)
wing328 Sep 4, 2022
f0d8c3e
fix query parameter in r client (#13348)
wing328 Sep 4, 2022
6c94216
escape % in description in r model @field (#13353)
wing328 Sep 5, 2022
2fc9264
add Zomzog to java spring technical committee
wing328 Sep 5, 2022
2a8ea16
[dart-dio] handle polymorphism + discriminator serialization (#12295)
ahmednfwela Sep 5, 2022
cb8d9d5
[python-experimental] adds new json content type (#13356)
spacether Sep 5, 2022
f139c09
[python-experimental] adds and uses regex patterns for json + filenam…
spacether Sep 5, 2022
2c5eb54
[python-experimental] Improves additionalProperties processing when a…
spacether Sep 5, 2022
c4d56af
[python-experimental] adds test verifying inheriting from multiple An…
spacether Sep 6, 2022
86d6511
Mark overrides in typescript-fetch and typescript-rxjs (#13322)
trumbitta Sep 6, 2022
a91201d
update ts samples
wing328 Sep 6, 2022
4c19eca
Escape quotes in example of array type (#12505)
DennisHartrampf Sep 6, 2022
f98753a
[R] support explode (true/false) in query array parameters (#13364)
wing328 Sep 7, 2022
6665d06
Adding TileDB logo as suggested by William Cheng (#13366)
eddelbuettel Sep 7, 2022
6755032
[C][Client] Treat "null" as a valid value for a field of a JSON map (…
ityuhui Sep 8, 2022
0b66045
[Java][Feign] convert expirationTimeSeconds to milliseconds (#13361)
kmaginot Sep 8, 2022
9753086
Fix #13369: kotlin-client with okhttp doesn't escape path parameters …
segevfiner Sep 9, 2022
4b9e2fa
update jackson databind to newer version (#13391)
wing328 Sep 9, 2022
43dbb5f
6.1.0 release (#13398)
wing328 Sep 11, 2022
928070c
Prepare 6.1.1 SNAPSHOT version (#13399)
wing328 Sep 11, 2022
c59759f
Adds IJsonSchemaValidationProperties format getter and setter +uses t…
spacether Sep 11, 2022
194d421
Further Elixir Client Improvements (#12775)
halostatue Sep 12, 2022
8e66294
[python-experimental] Enhance octet-stream deserialize (#13402)
EltonChou Sep 12, 2022
0727407
fix(typescript-fetch): Handle cors errors. (#12960)
joeheyming Sep 13, 2022
7ff47dc
[swift5]: support arrays in multipart/form-data (#13383)
kalinjul Sep 13, 2022
37fb856
add validation for query enum parameters in r client (#13415)
wing328 Sep 14, 2022
7beebe6
Fix applying optional query parameters (#13419)
joaomlneto Sep 14, 2022
0c6a951
[Spring] Bean validation for headers (#13414)
borsch Sep 14, 2022
abe8c74
Fix php generators treating double as a native type (#13421)
neclimdul Sep 15, 2022
44d500c
Update customization.md (#13416)
mikegin Sep 15, 2022
3177277
[python-experimental] adds more base class mixins, preparation for v3…
spacether Sep 15, 2022
048af8e
[python-experimental] simplifies type checking (#13437)
spacether Sep 16, 2022
03cf550
Adds dependentRequired (#13442)
spacether Sep 16, 2022
26ebde4
support set in r client parameters (#13430)
wing328 Sep 16, 2022
943d8bf
Add set support to model properties in R client (#13443)
wing328 Sep 16, 2022
7e87b5d
Adds contains (#13449)
spacether Sep 16, 2022
863dbc7
r better doc (#13447)
wing328 Sep 17, 2022
b9d7158
[kotlin][client] fix file upload with okhttp (#13435)
4brunu Sep 17, 2022
d48209e
fix: incorrect boolean literal in unit tests [python-flask] (#13397)
Kevin-Bannier Sep 17, 2022
517816d
[R] Add array support to path parameters (#13450)
wing328 Sep 17, 2022
62d29c3
[JAVA] fix ClassCastException validating an optional JsonArray which …
ehealthexperts-rk Sep 17, 2022
43375b9
Upgrades swagger parser to 2.1.1, allows ingestion of 3.1.0 specs (#1…
spacether Sep 17, 2022
c4a3866
[PHP-Symfony] Encurage Symfony 5 bundle directory structure best prac…
lukadschaak Sep 18, 2022
f773ac7
[typescript-angular] Support body for DELETE requests (#13457)
amakhrov Sep 19, 2022
af0c9d2
[kotlin] fix enum default values (#13404)
kalinjul Sep 19, 2022
54e712a
fix(typescript-angular): compile error with `queryParamObjectFormat` …
snebjorn Sep 19, 2022
4a28451
[python-experimental] Fix error message (#13471)
EltonChou Sep 19, 2022
d75b7b6
[Dart] Remove toString() call in enum TypeTransformers (#13452)
0xNF Sep 20, 2022
1f9f940
[Ruby] Change constants lookup methods in enum class (#13285)
miyucy Sep 20, 2022
1793698
Support for international letters like øæå. (#13316)
sverrevalskraa Sep 20, 2022
4f732c5
add links to blog post
wing328 Sep 20, 2022
e6dd608
Rust: Issue #13453 - Empty enum variant names (#13454)
jacob-pro Sep 20, 2022
6a7567e
PHP: fix ranged status codes (#13012)
Linux13524 Sep 20, 2022
903f2e2
[python-experimental] improves documentation (#13477)
spacether Sep 20, 2022
09d3b8f
fix optional body parameter in r (#13483)
wing328 Sep 21, 2022
fa51d8b
[rust-server] Resolve clippy warnings (#13473)
siketyan Sep 21, 2022
5f9910d
[python-experimental] reduces python version (#13481)
spacether Sep 22, 2022
e146afb
better enum status validation (#13486)
wing328 Sep 22, 2022
d25cdbb
[python-experimental] removes enum cls factory (#13491)
spacether Sep 22, 2022
9d62134
[Kotlin] Fix wrong default value is generated for non-integer numbers…
aghajani Sep 23, 2022
7e73645
Switches python-experimental in as the primary python client (#13501)
spacether Sep 24, 2022
840917c
fix travis docker version release (#13515)
wing328 Sep 24, 2022
24f476a
prepare 6.2.0 release (#13514)
wing328 Sep 24, 2022
ac7ebf6
Prepare 6.2.1 (#13517)
wing328 Sep 24, 2022
d46189b
Add .net framework 4.8 support (#13504)
wing328 Sep 26, 2022
efccc01
[PHP] BUGFIX: model_generic: fix missing setOpenAPInullablesSetToNull…
thomasphansen Sep 26, 2022
de745a4
Elixir: Improve generated API options docs (#13478)
halostatue Sep 26, 2022
22086e4
[swift5] support both date and date-time formats (#13520)
Jonas1893 Sep 26, 2022
23c67d1
update c# samples
wing328 Sep 26, 2022
6b47b14
update restsharp to the latest stable version (#13525)
wing328 Sep 27, 2022
88d464a
[typscript-rxjs] fix build failure (#13526)
wing328 Sep 27, 2022
36976d5
Update Sort list of style guides (#13502)
pppp606 Sep 27, 2022
4e54b07
[csharp] Fixed isMap property (#13482)
devhl-labs Sep 27, 2022
bcd0d29
update doc
wing328 Sep 27, 2022
694a4c9
Add Bandwidth to the user list (#13532)
wing328 Sep 27, 2022
4ba43f7
add design philosophy (#13535)
wing328 Sep 27, 2022
6a631b4
[R] add discriminator and mappings support (#13529)
wing328 Sep 27, 2022
00604af
[swift5] [alamofire] adds ability to inject custom response serialize…
Jonas1893 Sep 28, 2022
210a394
Restore JS tests (#13547)
wing328 Sep 29, 2022
d3e099b
Bump actions/setup-dotnet from 2 to 3.0.0 (#13557)
dependabot[bot] Sep 30, 2022
2920c7b
Update readme active python reviewers (#13567)
spacether Oct 1, 2022
9cc23dd
[JavaScript] add oneOf support (#13561)
wing328 Oct 2, 2022
c939894
[R] add URL validation (#13570)
wing328 Oct 2, 2022
3ec6cc5
[R] add for more tests for URL validation (#13572)
wing328 Oct 3, 2022
922f978
add a link to blog post (#13574)
hirotoKirimaru Oct 3, 2022
c30ae75
add fromJSON method (#13573)
wing328 Oct 3, 2022
0581d81
[csharp] Fixed data type issues (#13541)
devhl-labs Oct 3, 2022
c39fc1e
[JS] Refactor oneOf validation logic, add more tests (#13575)
wing328 Oct 3, 2022
2f48c59
[Java][jaxrs-spec] Make contextPath template parameter available as a…
shamus13 Oct 3, 2022
57f5cc4
[python] fixes bugs (#13581)
spacether Oct 3, 2022
085e1e5
Fix/remove support python2 option in flask aiohttp generators (#13585)
wing328 Oct 4, 2022
4beee6c
[swift5] adds configuration of response success ranges (#13598)
Jonas1893 Oct 5, 2022
8b10dc3
[swift5] fixes a bug encoding/decoding decimal (#13589)
Feuerwerk Oct 5, 2022
32936ad
[rust] [rust-server] More abstract functions including integer fittin…
jacob-pro Oct 6, 2022
a37d18a
[PHP] Bugfix: DateTime object on query (#13583)
thomasphansen Oct 6, 2022
4ae11f8
add Imports for oneOf & anyOf schemas (#13553)
bgong-mdsol Oct 6, 2022
18b5b05
Bump actions/setup-dotnet from 3.0.0 to 3.0.1 (#13595)
dependabot[bot] Oct 6, 2022
10a1e7c
Fix #13385 spring json nullable array (#13537)
DeaneOC Oct 6, 2022
64c756c
Added missing '{' (#13606)
MustansirS Oct 6, 2022
0a69f11
Remove wrong request mapping for feign clients (#13546)
MelleD Oct 6, 2022
e581578
Merge remote-tracking branch 'OpenApi_Gen_Base/master' into merge_ups…
Oct 7, 2022
2eec52a
Merge branch 'master' into merge_upstream
wilsondy Apr 5, 2023
b7ed33c
fix nest service generator
wilsondy Apr 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Issue 13043: converted an exception to a warning for doubly adding sc…
…hemas to the includedSchemas list (OpenAPITools#13070)
fbl100 authored Aug 3, 2022
commit bbf463f7275b69053345630c61444b909d6e345d
Original file line number Diff line number Diff line change
@@ -1687,13 +1687,12 @@ private MappedModel getDiscriminatorMappedModel(CodegenDiscriminator disc) {
*/
private void addSchemaToIncludedSchemaList(List<Schema> includedSchemas, Schema schema) {

// if the schema is in the list, then throw an exception.
// this should never happen
// if the schema is in the list, issue a warning
if(includedSchemas.contains(schema)) {
throw new RuntimeException("Attempted to add a schema to the includedSchemas list twice");
LOGGER.warn("Attempted to add a schema to the includedSchemas list twice");
} else {
includedSchemas.add(schema);
}

includedSchemas.add(schema);
}

/***