William Cheng
ad3b5f7045
[Inline model resolver] various improvements ( #12293 )
...
* better handling of requestbody in the inline resolver
* remove commented code
* better request body naming
* fix unique naming
* minor code format change
* removed additional underscore from names, fix test
* more fixes, update tests
* fix all tests
* undo changes to default codegen
* update samples
* update python tests
* add new files
* update samples
2022-05-10 17:13:57 +08:00
William Cheng
5d8b80a5cd
[Java] rename x-contentType to x-content-type ( #11895 )
...
* rename x-contentType to x-content-type
* undo changes
2022-03-18 09:50:42 +08:00
William Cheng
df05e6f4bc
Update parser to 2.0.29 ( #11388 )
...
* update parser to 2.0.29
* better handling of null in dereferencing
* update parser to 2.0.30
* update core to newer version
* add new files
* rollback to previous stable version
* remove files
* Fixes for python-experimental NullableShape component
Co-authored-by: Justin Black <justin.a.black@gmail.com >
2022-02-21 18:37:52 +08:00
William Cheng
4f0c07ff3c
update java-vertx-web version to 4.2.4
2022-02-12 15:08:47 +08:00
Sean Brown
7bdf04db70
[java][vertx] moved HttpStatusException (vertx internal) to HttpException (public) ( #11550 )
...
* Update apiImpl.mustache
Vertx has moved HttpStatusException (vertx internal) to HttpException (public)
https://github.com/vert-x3/wiki/wiki/4.1.0-Deprecations-and-breaking-changes#iovertxextwebhandlerimplhttpstatusexception
* Update java vertx server verx version
Co-authored-by: Sean Brown <sbrown@axon.com >
2022-02-12 15:02:59 +08:00
William Cheng
b6c445cdc3
update swagger core, jackson to newer version ( #11545 )
2022-02-08 13:31:20 +08:00
William Cheng
33bce99b8e
Avoid using import mapping in model generation ( #11217 )
...
* remove import mapping logic in model generation, better handle of file, list
* add new files for file, list
* fix some tests
* update tests, doc
* skip file as reserved word in feign client
* add new files
* remove file from reserved word list in spring generator
2022-01-16 23:57:53 +08:00
Justin Black
cee5f75912
Feat adds content and header properties to CodegenResponse ( #11046 )
...
* Adds responseHeaders to codegenResponse
* Sets response headers in codegenResponse
* Samples updated
* Adds test of response headers
* Adds content to CodegenResponse
* Sets codegenResponse content
* Tests added, test content-data.yaml spec update
* Adds mediaTypeSchemaSuffix input to getContent
* Tests updated
* Updates how response content schema names are set
* Adds missing Locale to String.format invocations
2021-12-10 13:49:29 -08:00
Nathan Baulch
5d68bd6a03
Fix thousands of spelling typos ( #10272 )
2021-08-28 22:58:24 +08:00
William Cheng
0204bf4ae2
Squashed commit of the following:
...
commit c5a0d0f7394aa742fa336fff7e7c1d3049761868
Merge: 8c4991ba3e f8ff8c8760
Author: William Cheng <wing328hk@gmail.com >
Date: Tue Aug 17 18:28:12 2021 +0800
Merge branch 'mustache-linting' of https://github.com/NathanBaulch/openapi-generator into NathanBaulch-mustache-linting
commit f8ff8c8760
Author: Nathan Baulch <nathan.baulch@gmail.com >
Date: Thu Aug 5 14:12:47 2021 +1000
Reorder tags that handle missing values
commit f5d8a33709
Author: Nathan Baulch <nathan.baulch@gmail.com >
Date: Thu Aug 5 14:08:59 2021 +1000
Use dot notation where possible
commit 493d14921e
Author: Nathan Baulch <nathan.baulch@gmail.com >
Date: Thu Aug 5 14:10:49 2021 +1000
Remove empty tags
commit 32480dc53f
Author: Nathan Baulch <nathan.baulch@gmail.com >
Date: Thu Aug 5 10:41:58 2021 +1000
Remove redundant sections
commit a8edabd722
Author: Nathan Baulch <nathan.baulch@gmail.com >
Date: Wed Aug 4 22:02:22 2021 +1000
Trim extra EOF new lines
commit e89bd7458e
Author: Nathan Baulch <nathan.baulch@gmail.com >
Date: Wed Aug 4 21:59:26 2021 +1000
Trim trailing whitespace
2021-08-17 18:37:51 +08:00
Nathan Baulch
c1c5775271
[go] More idiomatic godoc comments ( #10044 )
...
* [go] More idiomatic godoc comments
* [go] Mark deprecated fields and functions
* [go] Minor mustache readability/consistency fixes
* [go] Mark deprecated operation parameters
* [go] Deprecate a petstore component property for testing
* [go] Apply deprecated godoc in Go servers also
2021-08-03 17:11:16 +08:00
Francesco Guardiani
4bf09833f4
[Java][Vert.x] Make ApiHandler reusable ( #8720 )
...
* Fix #8710
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
* Reintroduced default constructor
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
* Deprecated
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
2021-02-23 15:38:57 +08:00
Francesco Guardiani
0b2aa21f5d
Bumped Vert.x template to Vert.x 4 GA ( #8528 )
...
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
2021-01-27 19:44:42 +08:00
Francesco Guardiani
80bef2f79a
Update Vert.x Web template to Vert.x 4 ( #7364 )
...
* Update Vert.x Web template to Vert.x 4
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
* Bad pom
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
* Bad pom 2
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
* Stick to Java 8
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
* Latest vert.x 4
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com >
2020-09-19 15:43:08 +08:00