William Cheng
|
71c2abf81c
|
[Java] fix default value for JsonNullable (#14703)
* fix java webclient default value
* update default value in java okhttp client
* fix java native client default value in JsonNullable
* improve java okhttp-gson default value template
* update java rest-related templates
* update feign samples
* update jersey3 templates
* update jersey2 templates
* update default value in jaxrs templates
* fix spring default value
* update jaxrs pojo, fix tests
* update samples
* suport set
|
2023-02-16 10:37:36 +08:00 |
|
Beppe Catanese
|
68b944e6e6
|
Preserve order of securitySchemes (#14536)
* Remove alphabetical sort
* Update integration testing expectations
* Regenerate files
|
2023-02-10 22:20:19 +08:00 |
|
William Cheng
|
31a89e35cb
|
Prepare 6.4.0 (#14582)
* update to 6.4.0 snapshot
* update samples
* update doc
|
2023-02-01 22:44:40 +08:00 |
|
William Cheng
|
8f2676c5c2
|
Prepare v6.3.0 release (#14580)
* 6.3.0 release
* fix maven plugin test
* update samples
* update doc
* fix tests in windows
|
2023-02-01 20:52:29 +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 |
|
Paul Parenko
|
fd2b141c53
|
when using useJakartaEe=true also set java 17 (#14360)
webclient now uses Sring Boot 3.0.1 with `useJakartaEe`
|
2023-01-02 20:29:32 +08:00 |
|