William Cheng
6317796cba
Remove optional path parameter in C# generichost template ( #17525 )
...
* remove optional path parameter in C# generichost template
* update
2024-01-05 09:58:28 +08:00
Ilamparithi Natarajan
ddc7d4b1b5
[java][resttemplate] rethrow original exception when retry limits exceeded ( #17488 )
...
in rest template, when the retry limits exceeded
rethrow the original exception
also add 429 (Too many requests) status code to the
retry logic
fix #17478
2024-01-05 09:57:24 +08:00
William Cheng
23bd5d413c
Merge branch 'master' of https://github.com/OpenAPITools/openapi-generator
2024-01-05 09:56:51 +08:00
William Cheng
1b72140b46
update samples
2024-01-05 09:56:40 +08:00
Dan Booker
34c3f8c7aa
[C][Client] Fix enum function names not matching headers in the model template ( #17512 )
...
- fixes #17510
Co-authored-by: Dan Booker <dan.booker@ncipher.com>
2024-01-05 09:49:04 +08:00
Antoine MARQUES
3d91fa8bd7
Update Configuration.mustache ( #17529 )
...
BUG: in getHostString : typo in variable usage : $hostsSettings instead of $hostSettings
2024-01-05 09:48:14 +08:00
Jonathan Ballet
063865973d
python: simplify module imports ( #17507 )
...
In #16624 , I introduced a new mechanism to record imports to other
modules, instead of having specialized datetime/typing/pydantic objects
to manage imports for these modules.
This change reuses the mechanism from #16624 and replace the specialized
import managers by the generic one. Unused imports from various
.mustache templates are also cleaned up.
2024-01-03 21:22:53 +08:00
cureaid
dffb5c121f
Also escape '$' and '\' in normal Kotlin strings, … ( #17434 )
...
* also escape '$' and '\' in normal Kotlin strings, …
* rename `lambdaEscapeDoubleQuote` to `lambdaEscapeInNormalString`
* escape `$` and `\` in `@RequestMapping` annotation `value` property
2024-01-03 10:46:03 +08:00
Martin Delille
c56fc21517
[cpp-qt-client] Update minimum cmake version to 3.5 ( #17480 )
2024-01-03 10:22:46 +08:00
Martin Delille
cb84dffb2a
[cpp-qt-client] Add cpp-qt-client technical committee to CODEOWNERS ( #17481 )
2024-01-03 10:22:09 +08:00
Aliaksei
48e9b9f408
[bugfix][jaxrs]: fix compile error for jaxrs samples ( #17479 )
2024-01-03 09:59:17 +08:00
William Cheng
218dccdb8b
not throwing ex when ignore file exists ( #17501 )
2024-01-03 09:56:13 +08:00
Christopher Queen
8b5b5a74c3
Update README.md ( #17483 )
...
Added Christopher Queen Consulting to list of companies using the generator
2023-12-30 11:27:10 +08:00
Artur Neumann
a5d3fb4f60
fix rendering of stars in README ( #17477 )
2023-12-27 15:11:16 +08:00
Mobile Team @ AOK Systems
6eeecc1d18
Fix decoding OpenAPIDateWithoutTime ( #17146 )
...
* Fix decoding OpenAPIDateWithoutTime which in previous implementation only worked when used with CodableHelper, because it encoded to String, but tried to decode from Date afterwards
* update samples
* Update OpenAPIDateWithoutTime.mustache
* Update sample projects
---------
Co-authored-by: William Cheng <wing328hk@gmail.com>
Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
Co-authored-by: Bruno Coelho <4brunu@gmail.com>
2023-12-26 17:56:39 +00:00
ken_tunc
1105759a6f
[kotlin-client][jackson] Add support for unknown default enum value ( #17404 )
...
* [kotlin-client][jackson] Enable @JsonEnumDefaultValue
* Update samples
2023-12-26 16:36:44 +00:00
William Cheng
e20466bffe
update readme to reference 7.2.0
2023-12-27 00:35:41 +08:00
Ghufran Zahidi
35b47e6382
Fixed the HttpSigning issue for ECDSA key supplied as string. ( #17459 )
...
Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
Co-authored-by: Vikrant Balyan (vvb) <vvb@cisco.com>
Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
2023-12-26 17:50:14 +08:00
Ghufran Zahidi
c252216700
[go]: Accept APIKey as string, byte array or stream using io.Reader interface ( #17432 )
...
* Added support for APIKey as string or bytes stream for golang sdk.
* updated the sample code
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
* updated the sample code
---------
Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
Co-authored-by: Vikrant Balyan (vvb) <vvb@cisco.com>
Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
2023-12-26 17:39:53 +08:00
William Cheng
c215bc681d
better java resteasy echo api client tests ( #17473 )
2023-12-26 10:25:55 +08:00
fizzet
2d50655d8c
[JaxRS] fix pojo equals ( #17431 )
...
* [JaxRS] fix Pojo equals
Fix equals for pojos that have the same name as one of their properties
* regen samples
2023-12-26 10:13:36 +08:00
Raphaël Ouazana
d0f659ec4d
[ #17465 ] Fix Kotlin templates to be compatible with Kotlin K2 compiler ( #17466 )
2023-12-26 10:09:28 +08:00
Alex Shani
a4f1a17502
Update README.md ( #17468 )
...
hideGenerationTimestamp flag should be =true instead of :true
2023-12-26 09:50:17 +08:00
Milad
8c014372aa
[Java RESTEasy client] updating test to use the Java RESTEasy echo api client ( #17367 ) ( #17470 )
...
* updating test to use the Java RESTEasy echo api client (#17367 )
* regenerated samples
* set source and target to 1.8 to fix workflow failure, adapted parser
2023-12-26 09:32:51 +08:00
Noor Dawod
a67e07e132
Stop using internal variable from okhttp3 ( #17458 )
2023-12-22 11:07:08 +00:00
William Cheng
5eab3cef19
Prepare 7.3.0-SNAPSHOT ( #17456 )
...
* Revert "v7.2.0 release (#17455 )"
This reverts commit fe638d009363c142c246ff089032f243e0b4ee01.
* set version to 7.3.0-SNAPSHOT
* update doc
2023-12-22 16:55:58 +08:00
William Cheng
fe638d0093
v7.2.0 release ( #17455 )
v7.2.0
2023-12-22 14:52:51 +08:00
Charles Treatman
da13013a27
[Go] fix validation of property names when a model has required fields and doesn't allow additional properties ( #17267 )
...
* update template for required field validation when additional properties are not allowed
* regenerate samples
* move bytes import from template to GoClientCodegen
* regenerate samples
* add test for model with required fields and additionalProperties: false
2023-12-22 12:35:52 +08:00
Gašper Kojek
63f09ee846
Update gradle enterprise setup ( #17399 )
...
* Set remote build cache to push only if authenticated
* Bumped Gradle enterprise extension to 1.20 and CCUD extension to 1.12.5
* Removed duplicated <storeEnabled> line from gradle-enterprise.xml
* Removed addressed comment
2023-12-22 11:07:43 +08:00
William Cheng
e127ba3d0c
update readme
2023-12-22 11:06:09 +08:00
Mickael Magniez
38c33b92fe
Add scala-pekko client generator ( #17417 )
...
* feat: add scala-pekko client generator
* feat: add scala-pekko client to CI
2023-12-22 10:58:27 +08:00
Beppe Catanese
986a9146d7
Remove tests replaces with Python sample testing ( #17453 )
2023-12-22 10:57:25 +08:00
Stormshield-robinc
0a7140224c
Fix swift5 binary upload ( #17422 )
2023-12-21 22:27:47 +00:00
Nikita Shmakov
3099a2fcd3
webclient explode query parameters support ( #17441 )
2023-12-21 19:35:07 +08:00
Milad
106047980b
[Java RESTEasy client] added filename directive for Java RESTEasy file uploads ( #17367 ) ( #17435 )
...
* added filename directive for Java RESTEasy file uploads (#17367 )
* regenerated samples
2023-12-21 19:34:30 +08:00
Ween Jiann
bf4c98a82a
[go-server] Add ability to handle nullable query param ( #17321 )
...
* Update
* Regen
2023-12-21 19:13:05 +08:00
mya0
864c0db5e9
[typescript-axios] Fix Missing AxiosRequestConfig ( #17450 )
2023-12-21 10:58:05 +01:00
Beppe Catanese
a34eeaed77
[GO Gin Server] Webhooks support: add missing webhook handlers ( #17411 )
...
* Implement postProcessWebhooksWithModels
* Implement postProcessWebhooksWithModels
* Add missing webhook handlers
* Test webhook handler
* Generate samples
2023-12-21 16:10:09 +08:00
Emanuele Saccomandi
b20c8db281
[Zapier] Updated some dependencies ( #17420 )
...
* updated zapier dependencies
* updated zapier platform core to last version
2023-12-21 16:09:44 +08:00
William Cheng
6d9211a131
Update dependencies to newer versions ( #17449 )
...
* update dependencies to newer versions
* remove test
2023-12-21 16:09:18 +08:00
William Cheng
a62132ecd9
fix exception in request body with enum ref ( #17438 )
2023-12-21 15:22:28 +08:00
Beppe Catanese
b5cd4e9316
Add tests to verify generated Postman samples ( #17444 )
2023-12-21 15:22:03 +08:00
Drew Kimberly
457622c456
fix(typescript-*): nullable additionalProperty values ( #17379 )
...
* fix(typescript-*): nullable additionalProperty values
* chore(samples): update samples
2023-12-20 14:14:25 +01:00
William Cheng
aeb6fcbb8c
update wording in exception message (python abstract) ( #17437 )
2023-12-20 16:45:54 +08:00
Benedikt Waldvogel
1ccabeec64
Add "cronn GmbH" to the list of companies using the openapi-generator ( #17436 )
2023-12-20 14:29:48 +08:00
Anton Ignatov
aacea3477f
Generalized mime type support ( #17285 )
...
* implemented generalized content-type handling
* regenerated samples
* addressed implementation review feedback
* added tests for proposed improvements
2023-12-19 13:23:36 +01:00
William Cheng
dc047b4e91
fix missing array description in 3.1 spec ( #17427 )
2023-12-19 11:35:46 +08:00
William Cheng
473c3508ff
to fix loop for allof with single element in normalizer ( #17426 )
2023-12-19 11:31:25 +08:00
Yonatan Karp-Rudin
5435b44e40
Fix missing convertor for jackson in retrofit ( #17418 )
...
* Add missing Jackson converter for Retrofit
This commit adds the missing configuration for a ApiClient so all Jackson serializations will start to work correctly.
* Add sample project code for Retrofit Jackson
2023-12-19 10:29:50 +08:00
Jan Sandberg
efe2f8703d
Use modelNameMappings in ruby client ( #17408 )
...
The modelNameMappings were introduced with PRs #16209 , #16234 and are
now also used in the ruby client generator.
2023-12-18 10:59:39 +08:00