William Cheng
cce4139af6
v7.5.0 release ( #18411 )
v7.5.0
2024-04-17 16:24:01 +08:00
William Cheng
7609273a02
fix string compare in haskell generator ( #18410 )
2024-04-17 15:13:05 +08:00
William Cheng
dd97def5fa
update undertow to newer version ( #18409 )
2024-04-17 11:29:06 +08:00
lizzyTheLizard
213564a5aa
#18388 : Add Mutiny support to JaxRS ( #18389 )
...
* #18388 : Add Mutiny support to JaxRS
* Updated samples
* Updated doccs
* Updated example to 3_0
* Updated sample
2024-04-17 11:20:39 +08:00
devhl-labs
7b0f963c74
[csharp][generichost] Delete samples ( #18323 )
...
* delete samples
* rebuild samples
* test to see if the pr gate fails
* make the samples generate twice
* pr gate successfully failed
* minor cleanup
* minor cleanup
2024-04-16 15:10:19 +08:00
devhl-labs
c109399f3f
fixed property naming convention for composed types ( #18312 )
2024-04-16 15:09:15 +08:00
weirdo
c7b33c4762
[Java] fix beanvalidation compilation failed when items type in array… ( #18379 )
...
* [Java] fix beanvalidation compilation failed when items type in array is int64
* [Java] add annotations container bean validation test
2024-04-16 12:30:39 +08:00
Radoslav Kotsev
1471e7a0d0
Go generate all of with multiple ref and discriminator ( #18390 )
...
* feat(go): Generate compiling stubs for allOf with multiple refs and discriminator
* feat(go): Generate compiling stubs for allOf with multiple refs and discriminator
* feat(go): Generate compiling stubs for allOf with multiple refs and discriminator
2024-04-16 12:21:00 +08:00
William Cheng
81f576c9da
update dnspython to a newer version ( #18376 )
2024-04-13 10:52:43 +08:00
Daniel Metzner
8155d03c38
Allow Symfony 7 / Remove EOL PHP / Bearer Fix ( #18357 )
...
Bump requirements
- add Symfony 7 support
- remove support php < 8.2 (EOL)
- remove symfony < 6.4 support
Bug Fix
- add missing $security{{name}} variable when using Bearer Auth
Misc
- getContentType method is deprecated; use getContentTypeFormat
- use match instead of switch for simple assignments
- remove default depth param from json_encode call
- make data provider static (phpunit)
2024-04-13 10:46:47 +08:00
William Cheng
4cde53c3d7
update idna to newer version (fastapi) ( #18372 )
2024-04-13 09:37:08 +08:00
Aaron Pritzlaff
24c1968002
cask fix for response encoding ( #18375 )
2024-04-13 09:34:08 +08:00
William Cheng
359ff9e457
update html2 sample
2024-04-13 01:07:27 +08:00
Aaron Pritzlaff
85c81e84d5
scala cask fix for missing annotations on simple routes ( #18371 )
2024-04-13 00:46:51 +08:00
Aniokrait
86186586c7
[html2] Fix blank responses in html document ( #18356 )
...
* [html2]remove unnecessary mustache section
* [html2]add null check
2024-04-12 21:16:24 +08:00
Kathryn DiPippo
0b3e6edb98
[python] Update docs/ Markdown files for Classes to fix _form_ typo and correct casing for class name when calling from_dict() ( #18359 )
...
* Update Python mustache templates to fix _form_ typo and correct casing for class name when calling from_dict()
* Results of 'build the project' checklist step
2024-04-12 12:29:20 +08:00
Linh Tran Tuan
65e74a354d
[Rust] [Axum] Revert PR #18061 ( #18354 )
2024-04-11 21:58:21 +08:00
William Cheng
b4c315ebce
use model utils check instead of instanceof
2024-04-11 21:23:04 +08:00
William Cheng
03af25ce34
Fix null check in 3.1 spec ( #18353 )
...
* fix null check in 3.1 spec
* clean up
2024-04-11 16:52:31 +08:00
William Cheng
ff8fa40808
fix object and complex compposed schema check ( #18352 )
2024-04-11 14:26:45 +08:00
Viktor Szépe
172c4d11b4
Remove param tag for non-existent parameter in ObjectSerializer ( #18347 )
...
* Remove param tag for non-existent parameter in ObjectSerializer
* Remove all discriminator parameters
2024-04-11 13:17:15 +08:00
Mike Friesen
97c1dc8a1a
#18252 - [REQ] add sessionToken support to AWS4Auth ( #18253 )
2024-04-11 11:56:40 +08:00
Bijan Chokoufe Nejad
44ae981830
Update versions for typescript-node and remove vulnerable test package ( #18334 )
...
* Update versions for typescript-node
Use latest versions for `bluebird` and `request` and remove `rewire`. `rewire` has high security alerts and shouldn't have been added to the generated clients as its used in tests. It was introduced here 960412a9b4 (diff-1df884eca4890fc2cff7eec6f61ac2157b1b9e72fe4cc13c782e300125fb0da3R20)
although the same commit shows that it used to work without it 960412a9b4 (diff-d2785da28187b6d6ef1e0bdab42139309e443906fb5d9d365fce5e2a01673ef5R52-R56)
* Update Typescript sample
2024-04-11 10:45:41 +08:00
Beppe Catanese
a887f6d4bf
Add test for CI suite ( #18350 )
2024-04-10 23:49:34 +08:00
BaptisteSaves
6bcc28d06e
Python: Correctly serialize enum with its value ( #18327 ) ( #18328 )
2024-04-10 21:12:37 +08:00
Val Packett
9351217048
[javascript] fix docs example quoting, fixes #6324 ( #18349 )
...
And prefer example over default
2024-04-10 18:58:13 +08:00
William Cheng
2bfc5a3958
[Scala] added new scala-cask generator for the cask framework ( #18344 )
...
* Ran `./new.sh -n scala-cask -s` to generate a new Scala Cask impl
* removed scala-cask-petstore
* Added Scala-cask param parser for BigDecimals
* added scala cask to samples
* splitting out validation and json
* Added GitHub workflow support
* regenerated cask samples
* cask build fix for local builds
* regenerated samples
* trying to reproduce failed cask build. checking in compiles sources, which have been reformatted
* reverted whaitespace change
* cask fix - adding gitignored files
* scala cask toLowreCase fix
* scala cask toUpperCase fix
* cask regenerated samples
* improved exception handling for scala cask
* File separator fix for windows
* Noob fix for cask
* regenerated api package
* Removed environment variable settings, debug code
* Updated samples
* moved scala-cask output
* Regenerated samples
* scala cask fix
* Updated scala cask settings for more typical package structure
Removed cask client samples
* cask - reran generate samples
* Removed duplicate ScalaCaskServer entry
* minor enhancements
* update samples
* update templates
---------
Co-authored-by: aaron.pritzlaff <aaron@kindservices.co.uk>
2024-04-10 18:49:59 +08:00
William Cheng
ef36ea410e
Fix method naming for openapi normalzier, openapi ignore list option ( #18348 )
...
* fix openapi normalizer naming issue in config
* update openapi generator ignore list setting
* update
* fix
* update sample config
* update doc
2024-04-10 17:09:48 +08:00
William Cheng
eb506ee776
[java][native] use type reference instead to fix compilation issue in JDK11 ( #18346 )
...
* use type reference instead to fix compilation issue in jdk11
* fix
2024-04-10 11:29:51 +08:00
William Cheng
a651376b18
fix java native compilation errors
2024-04-10 02:57:41 +08:00
William Cheng
abfeb6e035
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2024-04-10 02:33:15 +08:00
William Cheng
edd91063b4
hide generation timestamp in java microprofile samples
2024-04-10 02:33:01 +08:00
Ege Sucu
1a06e3e0fb
[swift] Added solution for deprecated "UTTypeCopyPreferredTagWithClass" ( #18330 )
...
* Added solution for deprecated "UTTypeCopyPreferredTagWithClass"
UTTypeCopyPreferredTagWithClass is deprecated with iOS 15, so apps targeting iOS 15+ were getting this warning on any auto-generated code. This solution will solve that warning and works both iOS 15 and below.
* Project built
* macOS Related fixes applied
2024-04-09 18:20:48 +01:00
Knut Erik Langdahl
6a2ad134c6
[kotlin] Add support for modelNameMappings ( #18342 )
2024-04-10 01:19:52 +08:00
William Cheng
d6749f8a0e
update samples
2024-04-09 20:49:23 +08:00
Joakim Holm
3cb3fc2898
Add Generated annotations to more classes ( #17736 )
2024-04-09 16:39:53 +08:00
Lionel Tesolin
a245e86b74
Update dataClass.mustache ( #18205 )
...
Added the missing additionalModelTypeAnnotations for the Kotlin data class generator
2024-04-09 16:25:44 +08:00
William Cheng
b2a7f435c8
"==" enum value generates "_" in Java which is invalid since Java 9 ( #18338 )
...
* #17276 "==" enum value generates "_" in Java which is invalid since Java 9
* update doc
---------
Co-authored-by: Julien BÉTI <jbeti@cosium.com>
2024-04-09 12:21:54 +08:00
Beppe Catanese
45a657f59d
Deal with boolean field ( #18294 )
2024-04-09 11:28:48 +08:00
William Cheng
83b45fd1e8
[java][okhttp-gson] Fix oneof, anyof for array type ( #18324 )
...
* fix oneof, anyof for array type in java okhttp-gson
* fix oneof
* fix add tests
* clean up comments
* update
* add new files
2024-04-08 22:20:23 +08:00
sbilz
b2faf39ac7
Update README.md with consistend dmtech-sponsoring-link ( #18329 )
2024-04-08 20:41:14 +08:00
Zishun (Zack) Wei
453facc81c
Fix 18271: Circular imports on AllOf generation with REFACTOR_ALLOF_WITH_PROPERTIES_ONLY=True ( #18272 )
...
* fix issue 18271
* the same update for python-pydantic-v1
* add test
* update samples
* update samples
* put properties under allOf for python client tests
* update samples
* add a test in test model
2024-04-08 19:01:01 +08:00
sbilz
2c663561ef
update dmtech-sponsoring-link ( #18326 )
2024-04-08 18:59:01 +08:00
Michito Maeda
101b3fcc35
Removed unused file ( #18325 )
2024-04-08 15:44:08 +08:00
devhl-labs
79fe176ef2
fixed operation parameter handling ( #18322 )
2024-04-08 10:15:31 +08:00
Michael Esemplare
3f143a3b5a
Fix #17768 : Delegate Incorrectly generated when useOptional True ( #18278 )
...
- Update moustache dataType value to >optionalDataType section to use Optional DataType when it is a BodyParam and not reactive.
2024-04-07 23:33:00 +08:00
Taylor Becker
560089e4c7
Kotlin: Do not escape/sanitize quoted enum values ( #18305 )
2024-04-07 22:33:16 +08:00
Francisco Bretal
a91d8e2c57
fix: backticks are now unescaped ( #18318 )
2024-04-07 22:26:58 +08:00
William Cheng
494d74ab82
remove duplicated ( #18320 )
2024-04-07 22:25:03 +08:00
condorcorde
fbc8616a06
Fix #17740 (multipart/form-data request) and proxy behaviour ( #18315 )
...
* Support multipart requests
* Further code optimization
* Update ApiClient.ps1
* Set $Multipart
* Corrections after petstore tests
* Update api_client.mustache
* Update api_client.nustache
* Update api_client.mustache
* Tabs removed
2024-04-07 21:42:19 +08:00