William Cheng
|
07227d4650
|
add support for union of strictfloat and strictint (#15124)
|
2023-04-06 11:51:12 +08:00 |
|
William Cheng
|
b59d535176
|
[python-nextgen] Fix binary response (#15076)
* fix binary response in python nextgen client
* update samples
|
2023-03-31 16:16:58 +08:00 |
|
William Cheng
|
d400d7fb15
|
Better handling of x-nullable in codegen property (#14800)
* add failed tests
* add logic to handle x-nullable in property
* update samples
* update test
|
2023-02-24 15:24:34 +08:00 |
|
William Cheng
|
110460b71a
|
[python-nextgen] better datetime support in parameters (#14621)
* add allowStringInDateTimeParameters option
* add tests
* add files
* add tests for datetime query parameters
* fix file anme
* trigger build
* fix pytest
* install test requirement
* trigger build
* break build
* add new files
* fix Locale.ROOT
* update doc
|
2023-02-12 21:11:29 +08:00 |
|
William Cheng
|
bbc42696ab
|
[java] Fix enum ref issue in array default value (#14638)
* fix enum ref issue in array default value (java)
* update samples
* update tests
* update samples
|
2023-02-07 21:49:30 +08:00 |
|
William Cheng
|
27af3a063b
|
add more tests such as empty response (#14587)
|
2023-02-02 18:18:55 +08:00 |
|
William Cheng
|
fd45b74128
|
[Java] better default value handling (#14130)
* add test for array default value
* update null return
* minor fixes
* move default value tests to echo api spec
* add new files
* remove unused files
* fix enum array default, add tests
* better array init
* Update modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractJavaCodegen.java
Co-authored-by: Leonard Brünings <lord_damokles@gmx.net>
* Update modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractJavaCodegen.java
Co-authored-by: Leonard Brünings <lord_damokles@gmx.net>
* revert the fix
* improve default value handling
* update native samples, add tests
* update samples
* fix tests
* use conditional test for timezone
* add tests to apache http client echo api
* add option to default container to null
* fix map default value
* minor refactoring
* update samples
* fix javadoc
* fix pom.xml
* add tests in java native echo client
* add java apache client echo tests
* fix test
* fix test
---------
Co-authored-by: Leonard Brünings <lord_damokles@gmx.net>
|
2023-01-30 20:19:00 +08:00 |
|
William Cheng
|
6cd7989e9e
|
[Java][native][apache-httpclient] Update toUrlQueryString to support form style for object (#14478)
* update toUrlQueryString
* add new files
* minor bug fixes
* support object in query parameter - java apache httpclient
* rename variable - java native
* update samples
* fix try catch
|
2023-01-19 16:13:51 +08:00 |
|
William Cheng
|
cf4f2c76b2
|
Use inline allof instead of $ref in echo test (#14429)
* use inline allof instead of $ref in echo test
* update samples
* update samples
* fix tests
|
2023-01-13 17:21:28 +08:00 |
|
William Cheng
|
9fae221f1d
|
[Java][okhttp-gson] add echo client test (#14442)
* add echo api tests for java okhttp client
* test okhttp gson echo client in jdk8 workflow
* update samples
|
2023-01-13 00:15:29 +08:00 |
|