William Cheng
|
6a1acd89a1
|
Add array tests to java okhttp-gson client (#13913)
* array test to java okhttp-gson client
* better code format
* add ClientTest.java to test_file_list.yaml
|
2022-11-04 20:01:01 +08:00 |
|
William Cheng
|
a020170ff3
|
[java][client] Fix config, add more samples for testing (#13912)
* fix config, add more samples for testing
* update samples
|
2022-11-04 18:17:34 +08:00 |
|
cachescrubber
|
5221682086
|
[Java][Client] Support annotationLibrary=none to remove swagger annotations (#13869)
* Support annotationLibrary=none in JavaClientCodegen
* Add example using annotationLibrary=swagger1
* Support annotationLibrary=none in libraries
* Fix missing curly brace.
* fix if statement condition
* Support {{#swagger1AnnotationLibrary}} in java/rest-assured
* Adopt JavaModelTest
* Generate docs
* Generate samples
* clean up java feign files
* clean up feign samples
* fix resttemplate, native
* fix resttemplate withXml
* fix webclient
* fix java-jersey2, vertix
* fix googleapi client
* fix rest assured
* fix rest assured
* update apache-httpclient
* fix jersey2 special character
* fix resteasy
* fix jersey2
* update samples
* fix jersey2, okhttp streaming
* update okhttp-gson
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2022-11-04 17:07:46 +08:00 |
|
Hui Yu
|
c3abdb6c57
|
Check cJSON_IsNull when the data type is datetime (#13884)
|
2022-11-04 12:26:47 +08:00 |
|
William Cheng
|
c71ec554dc
|
update maven plugin, online generator deps (#13899)
|
2022-11-04 12:26:17 +08:00 |
|
Michael Ramstein
|
d2a9da5061
|
[Elixir] Fixes issue with maps/dictionary not present in payload (#13874)
* Adds fix to deserialize nullable maps
* Generate Samples
|
2022-11-03 17:46:24 +08:00 |
|
Mark Delk
|
4a7a2f5e6d
|
[RUBY] handle Faraday::ConnectionFailed api error (#13894)
* handle Faraday::ConnectionFailed api error
* commit generated files
|
2022-11-03 17:26:13 +08:00 |
|
William Cheng
|
bfcb3864a7
|
Update project dependencies - root, openapi-generator (#13881)
* update project dependencies - root, openapi-generator
* use 2.9.3 for jdk8
|
2022-11-03 16:54:57 +08:00 |
|
Thomas Hansen
|
0d1e31324b
|
[PHP] Accept 0 as value for query parameters (#13868)
|
2022-11-02 14:08:21 +08:00 |
|
Damiano Albani
|
89fc631125
|
Upgrade CommonMark dependency to v0.20.0 (#13872)
|
2022-11-02 13:39:53 +08:00 |
|
William Cheng
|
8db004ffa3
|
update samples
|
2022-11-01 21:54:52 +08:00 |
|
William Cheng
|
558ae9373d
|
Merge remote-tracking branch 'origin/master' into 7.0.x
|
2022-11-01 21:01:06 +08:00 |
|
William Cheng
|
06354d5f7d
|
update doc
|
2022-11-01 18:32:08 +08:00 |
|
William Cheng
|
32a5e88ba9
|
update readme
|
2022-11-01 18:29:04 +08:00 |
|
William Cheng
|
2947d147b4
|
Merge remote-tracking branch 'origin/master' into 6.3.x
|
2022-11-01 17:42:59 +08:00 |
|
William Cheng
|
b0ce532bdc
|
Prepare 6.2.1 release (#13871)
* prepare 6.2.1 release
* revert change
* fix maven plugin test
* update meta
v6.2.1
|
2022-11-01 17:16:46 +08:00 |
|
Sorin Florea
|
9eb799d8dd
|
Fix exploded query parameters with array property (#13656)
|
2022-11-01 11:16:41 +08:00 |
|
cachescrubber
|
b54299fffa
|
Spring request mapping mode (#13838)
* Introduce RequestMappingMode option
* generate docs
* Add test case using interfaceOnly
* Generate Samples
* Add requestMappingMode: iface to bin/configs/spring-boot-oas3.yaml
* Restore #12250: Move Feign Client url parameter under condition.
* Rename iface to api_interface.
|
2022-11-01 09:44:01 +08:00 |
|
sbilz
|
fe5601ab9b
|
Java jersey OAuth2 add support for public client #13827 (#13828)
|
2022-10-31 22:52:42 +08:00 |
|
Nick Ufer
|
a04b2623b0
|
[GO] fix: stops checking for nil for structs (#13843)
* [GO] fix: stops checking for nil for structs
* [GO] chore: regenerates samples
|
2022-10-31 22:50:02 +08:00 |
|
Beppe Catanese
|
1de28c8a72
|
Improve error message (rfc7807) (#13680)
* Add func formatErrorMessage
* Add unit test
* Commit generated code
* Fix indentation
* Using tabs
* Set error before model
* Commit generated code
* Fix tabs
* Commit generated code
* Fix tabs
* Fix tabs
* Commit generated code
|
2022-10-31 22:35:16 +08:00 |
|
Nick Ufer
|
fa4f7e07fe
|
[GO] fix: stops adding imports for nested structs (#13833)
|
2022-10-31 22:14:42 +08:00 |
|
John Vandenberg
|
06096d7f77
|
[Rust] Remove decommissioned git:// (#13866)
See https://github.blog/2021-09-01-improving-git-protocol-security-github/
|
2022-10-31 16:14:36 +08:00 |
|
Thomas Hansen
|
d6de9c19c8
|
[PHP] handle properly multiple accept headers (#13844)
* [PHP] handle properly multiple accept headers
* fixup! [PHP] handle properly multiple accept headers
|
2022-10-31 12:11:19 +08:00 |
|
Paul Rambags
|
6c8365cc9d
|
CVE-2022-42889: Upgraded commons-text to version 1.10.0. (#13865)
|
2022-10-31 11:40:02 +08:00 |
|
Thibault Duperron
|
1b65ef38f5
|
Update dependecies for CVE (#13834)
* Update dependecies for CVE
fix #13772
* Fix schemas
|
2022-10-31 10:55:11 +08:00 |
|
William Cheng
|
4c19c725a7
|
minor improvements on java client based on intellji ide (#13864)
|
2022-10-30 23:31:04 +08:00 |
|
Eric Haag
|
684e7a063c
|
Add missing property to Java Helidon docs (#13861)
|
2022-10-30 21:43:29 +08:00 |
|
Logy
|
9f7c267146
|
[typescript-fetch] fix #13853 add semi colon (#13856)
Co-authored-by: nologyance <nologyance>
|
2022-10-29 16:23:08 +02:00 |
|
Tom Bärwinkel
|
009bf4c0a3
|
Add sendWithCustomExpect function to Api.mustache (#13773)
to allow more fine grained error handling.
|
2022-10-29 15:06:31 +02:00 |
|
Thibault Duperron
|
458ea56896
|
[SPRING] Add converters for enums (#13349)
* [SPRING] Add converters for enums
* Review
* review
* fix merge
* review
|
2022-10-28 23:55:40 +08:00 |
|
Thibault Duperron
|
574a70c315
|
[JAVA] Handle camlCase with $ as first char (#13292)
* Lowercase first char and not first letter for variable names
* Samples
* Limit caml case fix impact with cli a property
|
2022-10-28 21:36:04 +08:00 |
|
신진호
|
8eb3064b2e
|
[Java][Spring] Change methodBody.mustache for webflux bean validation (#13795)
|
2022-10-28 20:49:28 +08:00 |
|
John Vandenberg
|
3d578164e8
|
Sync Cargo.toml project metadata attributes (#13824)
|
2022-10-28 18:00:02 +08:00 |
|
William Cheng
|
cd5c6586a4
|
update readme (#13847)
|
2022-10-28 11:50:20 +08:00 |
|
John Vandenberg
|
413d3c33d7
|
Remove unused tokio in rust hyper client (#13835)
This crate version has an indirect security vuln,
as tokio-core 0.1.18 (latest) is two years old,
and uses tokio 0.1.5.
https://rustsec.org/advisories/RUSTSEC-2021-0124
|
2022-10-28 11:45:00 +08:00 |
|
dependabot[bot]
|
d4056a3033
|
Bump actions/setup-dotnet from 3.0.2 to 3.0.3 (#13845)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.2...v3.0.3)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-28 11:11:18 +08:00 |
|
Reinhard-PTV
|
1984a31004
|
adding ptv group to https://openapi-generator.tech/users (#13829)
|
2022-10-26 21:43:29 +08:00 |
|
John Vandenberg
|
e0043130c7
|
Remove unused serde_yaml (#13820)
This crate version has a security vuln
https://rustsec.org/advisories/RUSTSEC-2018-0005
|
2022-10-26 17:02:01 +08:00 |
|
Thomas Hansen
|
824b2aa5f3
|
[PHP] Allow selecting Content-Type (#13769)
* [PHP] allow selecting Content-Type
* [AUTOGENERATED] update samples
* [PHP] Fixed tests for HeaderSelector
* [PHP] revert Content-Type validation
* [AUTOGENERATED] update samples
|
2022-10-26 16:58:29 +08:00 |
|
William Cheng
|
a66874f8f9
|
remove beta in faraday library support (ruby client) (#13823)
|
2022-10-26 15:14:30 +08:00 |
|
Justin Black
|
a9b24956a8
|
Adds fix (#13819)
|
2022-10-25 12:28:17 -07:00 |
|
Neal Granger
|
3501771a2e
|
Fix missing imports when using allOf composition (#13813)
|
2022-10-25 10:33:34 +02:00 |
|
Erik Erbar
|
748de83d29
|
[FIX][typescript-axios] Fix missing imports when using allOf composition (#13810)
* Update typescript-axios with-separate-models-and-api-inheritance sample
* Add all imports during typescript-axios model generation
* Regenerate samples
* Update modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptAxiosClientCodegen.java
Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>
|
2022-10-24 17:33:08 +02:00 |
|
William Cheng
|
227f583a81
|
[java] Update jackson-databind-nullable version to 0.2.4 (#13804)
* update jackson databind version to 0.2.4
* update samples
|
2022-10-24 13:56:46 +08:00 |
|
Justin Black
|
a8f83477f4
|
Revert "Fix #6899 - python-flask now uses the pre-existing getter/setter validators (#6911)" (#13803)
This reverts commit 01a9c55b6efd2149fc1bacc61f808c393ff0eb6f.
|
2022-10-23 19:23:53 -07:00 |
|
William Cheng
|
d74c49b93d
|
better error handling in the r client (#13800)
|
2022-10-23 20:40:53 +08:00 |
|
William Cheng
|
6650ba6406
|
Test build.sbt in java (okhttp-gson) petstore sample (#13799)
* test java okhttp build.sbt:w
* trigger build
* Revert "trigger build"
This reverts commit 2febc8961c6f8ec06995ecfe99fcfaac0811f244.
|
2022-10-23 11:35:00 +08:00 |
|
William Cheng
|
0368987315
|
update java okhttp gson dependencies to newer versions (#13798)
|
2022-10-23 11:26:12 +08:00 |
|
William Cheng
|
f409fb6184
|
various improvements to java okhttp-gson client (#13794)
|
2022-10-23 10:52:54 +08:00 |
|