William Cheng
c2595335c3
[java] Add useSingleRequestParameter support ( #12580 )
...
* add useSingleRequestParameter support to java client
* trigger build failure
* trigger build failure
* Revert "trigger build failure"
This reverts commit 545e57ab8f3d943d9ad6ad114841a37d3b01a47b.
* Revert "trigger build failure"
This reverts commit 849f71f1f1a28659b0fd375986d7e66e9c6d04ac.
* update doc
2022-06-12 17:23:42 +08:00
William Cheng
0c18b2e302
update jersey3 jackson-databind to 2.13.2.2 ( #12579 )
2022-06-12 14:57:29 +08:00
William Cheng
c7107a1ecc
throw exception when failed to refresh token (jersey3) ( #12577 )
2022-06-12 14:56:59 +08:00
William Cheng
3bc4416554
update go samples
2022-06-11 09:24:50 +08:00
William Cheng
ee9b9843db
Add new option to customize inline model naming convention ( #12562 )
...
* temp fix
* add support to customize inline schema naming convention
* Revert "temp fix"
This reverts commit e3bca56bfbb0032d382fe79cd2a8565f4aad630c.
* minor fix, add tests
* update description
2022-06-11 09:12:22 +08:00
Beppe Catanese
aeb40ab0ae
[Go] Address Gosec vulnerabilities in Go client mustache template ( #12540 )
...
* Fix potential file inclusion via variable
* Fix deferring unsafe method "Close" on type "*os.File"
* Update samples
* Correction to use existing variable
* Correction generated samples
2022-06-11 09:10:48 +08:00
Jean-François Côté
45f430f5c8
Fix problem when uploading file using form-data in jersey2 client ( #12563 )
...
* Fix problem when uploading file using form-data in jersey2 client
* Remove serialization that is not required for most cases
* Small fix
2022-06-11 09:08:51 +08:00
William Cheng
14aef2c93d
[R] Add validateJSON to oneOf, anyOf models ( #12548 )
...
* add validateJSON to r oneof, anyof models
* update tests
2022-06-08 00:35:40 +08:00
Mike Welsh
5462681348
Add milestone repository for Spring maven plugin ( #12530 )
...
* Add milestone repository for Spring maven plugin
* Update Springdoc version
2022-06-07 10:51:51 +08:00
William Cheng
8c0cb8b0aa
ad fastly to user list ( #12547 )
2022-06-07 10:23:05 +08:00
William Cheng
4fbe1e9115
[R] add anyOf support ( #12544 )
...
* add anyOf support
* add anyOf support to r client generator
2022-06-07 10:05:34 +08:00
javier-garcia-meteologica
a339123586
Fix typescript-fetch compatibility with noUncheckedIndexedAccess ( #12542 ) ( #12543 )
2022-06-06 17:42:52 +02:00
William Cheng
5db8cd0eff
fix toJSON, add tests ( #12541 )
2022-06-06 23:17:35 +08:00
William Cheng
6948f15514
update jaxrs cxf samples
2022-06-06 18:38:26 +08:00
DevFlorian
3b587201cd
[REQ] Add equals and hashcode to java-cxf pojo #12519 ( #12520 )
...
Co-authored-by: FWermelskirchen <fwermelskirchen@eitco.de>
2022-06-06 15:16:48 +08:00
William Cheng
8f3dd48772
update samples, docs
2022-06-06 12:20:21 +08:00
Vladimir Danilov
051ed53ed0
Update spring generator documentation ( #12298 )
...
Clarify inverted skipDefaultInterface configuration description
2022-06-06 12:10:51 +08:00
Ion Bazan
5bd3694927
fix @implements annotations in PHP client ( #11908 )
2022-06-06 12:08:46 +08:00
JGRsystematic
daa95decda
Use Arrays.equals and Arrays.hashCode by built-in array types ( #12502 )
2022-06-06 12:01:37 +08:00
Daniel Karso
2c39835353
[PHP] Replace @ character so we can use Hydra Jsonld models. ( #12171 )
...
* Replace @ character so we can use Hydra Jsonld models. This fixes
duplicate @id id properties in models.
* Invalid test method
* Fix tests
* Fix tests 2
Co-authored-by: Daniel Karso <daniel.karso@worldstream.com>
2022-06-06 11:48:13 +08:00
William Cheng
c829567f75
add a link to blog post on api first
2022-06-06 11:40:59 +08:00
William Cheng
0296380f00
update html2 samples
2022-06-06 11:36:15 +08:00
0x7162
c4db27f24d
Fixes #9923 - added recursion for nested objects ( #12428 )
2022-06-06 11:30:31 +08:00
Paul-Etienne François
ec6c4a4b6c
[Feature] Handle optional operation responses ( #12342 )
2022-06-05 19:55:03 +01:00
William Cheng
6cd246931e
[R] add oneOf support ( #12491 )
...
* add oneof support
* add validateJson method
* add validteJSON and tests
* add tests, add oneOf logic
* better error message in validateJSON
* fix tests
* add test for error message
* remove unused code
2022-06-05 18:03:34 +08:00
William Cheng
f52ee28215
Fix NPE when generating examples for parameter (object) ( #12538 )
...
* fix NPE when generating examples for parameter (object)
* add new files
2022-06-05 16:19:37 +08:00
Chao Yang
6869f3b0b9
Skip generating operation examples when flag is set ( #12539 )
2022-06-05 14:12:34 +08:00
William Cheng
53d66a891d
add govery logo ( #12537 )
2022-06-05 10:14:36 +08:00
William Cheng
0ec2bda3c4
update build.gradle to work with junit5 ( #12535 )
2022-06-05 09:45:46 +08:00
Antonio Sagliocco
5b44aaf8d7
[Dart][Client] Support parsing DateTime ( #12433 )
...
* Support DateTime parsing
I've got issue in parsing an Array of Strings in datetime format, which the generator translates into a List<DateTime>.
This just fixes it
* update dart sampels
Co-authored-by: William Cheng <wing328hk@gmail.com>
2022-06-04 21:59:46 +08:00
William Cheng
ee9ba4a95a
update ts samples
2022-06-04 18:43:59 +08:00
Bogdan Ilchyshyn
aac39eabc7
fixing typo in InitOverrideFunction ( #12528 )
2022-06-04 18:40:13 +08:00
Daniel Metzner
f30257d10a
Fix syntax error for $jsonDeserializationVisitor ( #12521 )
2022-06-04 18:35:33 +08:00
William Cheng
38018d8b94
Test PHP Symfony server sample in github action ( #12533 )
...
* test php symfony server sample in github action
* update php laravel samples
* add tests for php 7.x, 8.x
2022-06-04 18:23:28 +08:00
Bruno Coelho
fe8187ba6d
[Kotlin][Client] replace java.nio.* to avoid crash on Android API 25 and bellow ( #12529 )
...
* [Kotlin][Client] replace java.nio.* to avoid crash on Android API 25 and bellow
* [Kotlin][Client] update sample projects
* [Kotlin][Client] update sample projects
2022-06-04 16:26:59 +08:00
William Cheng
45a3b15b69
[java][okhttp-gson] Fix NPE in the response header, junit5 issue in surefire plugin ( #12525 )
...
* fix okhttp pom to work correctly with junit5
* fix version, fix NPE in response headers
2022-06-04 16:25:15 +08:00
Sorin Florea
c1deedb938
Add Gradle Enterprise logo ( #12518 )
2022-06-03 18:19:02 +08:00
William Cheng
f043602151
update samples
2022-06-03 18:16:27 +08:00
Prajon Shakya
421b3be828
[csharp-netcore] Add "WithHttpInfo" variant methods in api_doc ( #12323 )
...
* Added 'WithHttpInfo Variant' in api_doc template
* Update the samples
2022-06-03 18:10:15 +08:00
Mike Welsh
fbc35a2a6f
[BUG] Use https URL for Spring milestone repository ( #12512 )
...
- Also set version for spring maven plugin as it does _not_ work with the milestone version
2022-06-03 00:36:45 +08:00
William Cheng
4d149e7b87
replace tabs with 4-space in SpringCodegenTest.java
2022-06-03 00:36:01 +08:00
Jochen Schalanda
41a2964246
Add support for remote development with Gitpod ( #12508 )
...
https://gitpod.io/
https://www.gitpod.io/docs/languages/java
2022-06-03 00:33:12 +08:00
Matthias Wimmer
bcc77d4ac4
Fix for #12504 : invalid elm code for paths containing UUIDs ( #12506 )
...
Fixes #12504
2022-06-01 14:00:02 +02:00
WeihmannTNG
88e2490087
[Java/Spring] Fix of issue #12494 : call to superclass method is done with correct arguments ( #12496 )
...
* [Java/Spring] add missing key parameter to put-item method call of super class (#12494 )
* [Java/Spring] add test for missing key parameter to put-item method call of super class (#12494 )
2022-06-01 08:28:20 +08:00
Kuzma
129fd0ad5c
[Typescript] update addImport method (fix oneOf) ( #11689 )
...
* fix addImport method
* add function splitComposedType
* super.addImport
* add docs for splitComposedType
* add docs for splitComposedType
2022-05-30 11:53:26 +02:00
Kuzma
6f322060f7
[Typescript] Support text/html by ObjectSerializer.parse ( #12459 )
...
* add support text/html
* regenerate samples
* test
2022-05-30 11:51:37 +02:00
Kuzma
51f624ebe4
typescript: fix status code ( #12472 )
2022-05-30 11:49:58 +02:00
mkusaka
89193074e2
[typescript-angular] remove outdated angular samples ( #12134 )
...
* [typescript-angular] remove outdated angular samples
* [typescript-angular] remove unused sample
* [typescript-angular] remove unused ref
* [typescript-angular] add oneof & provided in any examples
* [typescript-angular] update samples
* [typescirpt-angular] migrate test to angular 12/13
* [typescript-angular] update samples
2022-05-30 11:48:12 +02:00
julienlavigne
4cfc32e426
Kotlin-client: Pass OkHttpClient instance to the base class (ApiClient) ( #12493 )
...
* Pass client to the base clase
* Regen samples
2022-05-30 10:40:58 +01:00
William Cheng
f0ea10f239
Update R auto-generated doc ( #12488 )
...
* update r doc, tests
* add new files
2022-05-29 10:01:44 +08:00