- 21 Feb, 2023 4 commits
-
-
Mintas authored
-
Sergey Prytkov authored
-
William Cheng authored
* add rule to simplify oneof/anyof * update doc * test nullable
-
William Cheng authored
* add rule to simplify boolean enum * update doc
-
- 20 Feb, 2023 3 commits
-
-
William Cheng authored
-
Naoki Ikeguchi authored
* fix(rust-server): clippy::blacklisted_name -> clippy::disallowed_names * fix(rust-server): Remove unnecessary deref * fix(rust-server): Allow clippy::single_match * fix(rust-server): Use clone instead of to_owned on Cow * fix(rust-server): Remove needless borrows * chore(rust-server): Update sample outputs
-
William Cheng authored
-
- 19 Feb, 2023 4 commits
-
-
William Cheng authored
-
William Cheng authored
* prepare 6.4.0 release * update samples
-
William Cheng authored
* better oneof, anyof support * improve anyof support * fix deprecation warning * fix anyof, add tests * add nullable support, add test
-
William Cheng authored
-
- 18 Feb, 2023 3 commits
-
-
Jorge Rodríguez Martín authored
[BUG][JAVA][SPRING] Fix serialization when there is a discriminator with mapping (#14733) (fix #14731) * Fix serialization when there is a discriminator with mapping * Update samples * Update samples * upgrade samples * Revert "Update samples" This reverts commit d6affde2.
-
https://github.com/OpenAPITools/openapi-generator/issues/11570GregDThomas authored
Fix https://github.com/OpenAPITools/openapi-generator/issues/11570 by ensuring tags at the class level match tags at the method level (#13434)
-
Justin Sherrill authored
-
- 17 Feb, 2023 9 commits
-
-
William Cheng authored
-
Rodrigo Cebrián González authored
* only write reponse body if not nil * update go samples * golang style convention
-
davidediak authored
-
Drago Rosson authored
Fixes #14722
-
Sergey Prytkov authored
* ktor-client add toString() for generic params * fix builder receivers
-
William Cheng authored
-
William Cheng authored
-
Oleh Kurpiak authored
-
Cam K authored
-
- 16 Feb, 2023 9 commits
-
-
RInverid authored
-
Beppe Catanese authored
* Test parsing CSV values including commas * Remove commented line
-
Dave Syer authored
-
Robbert van Waveren authored
-
John Vandenberg authored
-
Antoine Vandecreme authored
-
William Cheng authored
-
William Cheng authored
-
William Cheng authored
* fix java webclient default value * update default value in java okhttp client * fix java native client default value in JsonNullable * improve java okhttp-gson default value template * update java rest-related templates * update feign samples * update jersey3 templates * update jersey2 templates * update default value in jaxrs templates * fix spring default value * update jaxrs pojo, fix tests * update samples * suport set
-
- 15 Feb, 2023 7 commits
-
-
Peter Leibiger authored
-
Peter Leibiger authored
* [dart] Cleanup unused/redundant stuff * [dart] Bump Dio to 5.0.0 * Fix description * Get tests to run based with git dependency * Fix test generation * Update docs * Update test dependencies * Use released version of http_mock_adapter
-
devhl-labs authored
* use scheme from base address * removed unecessary null-forgiving operators
-
devhl-labs authored
-
Andre Vegas authored
* #14672 - adding generator with apache http client 5 * #14672 - adding generator with apache http client 5 * #14672 - adding generator with apache http client 5 * #14672 - adding generator with apache http client 5
-
William Cheng authored
-
Anton Averchenkov authored
* Add 'endsWith' handlebars helper function * add tests * fix test
-
- 13 Feb, 2023 1 commit
-
-
Daniel Imber authored
-